Note the following differences between the HTTP methods for importing configuration that are supported for ZIP format and for JSON format:
With ZIP format, the POST method overwrites any existing configuration. With JSON format, POST can only create configuration for a currently unconfigured resource; to overwrite configuration, the PUT method is required.
JSON format supports two methods that are not supported for ZIP format: PUT and PATCH. These methods cannot be used with ZIP format.