post

post-activities-bulk-csv-zip

Starts a new async bulk upload job that upserts (updates/inserts) multiple activities data as a zip file that contains a single csv file. subTypeId should be taken from customization resources get-types-metadata. 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

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.