post

post-bulk-csv-zip

Starts a new async bulk upload job that upserts (updates/inserts) multiple {resource_name} data as a zip file that contains a single csv file. This async request returns a Job ID and URI to query the job’s status. ExternalID is required in case of insert and either InternalID or ExternalID are required in case of update.

Resource URL

https://api.pepperi.com/v1.0/bulk//csv_zip

Query Parameters

Name
Values
Description
overwrite
Behaviour of bulk upload. Optional values: none,selective,full. none = data is not overwritten by this upload (default), selective = only data of the same item type uploaded is overwritten , full = all the items data is overwritten by this data upload.

Attachments

Name
Values
Description
Starts a new async bulk upload job that upserts (updates/inserts) multiple items data as a zip file that contains a single csv file. This async request returns a Job ID and URI to query the job's status. ExternalID is required in case of insert and either InternalID or ExternalID are required in case of update.

HTTP Basic:

Request to:

Response Error Details

  • Request
  • Response
  • cURL
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.