Upload File

POST https://content.zohoapis.com/crm/v2.1/upload

To upload a CSV file in ZIP format for bulk write API. The response contains the file_id. Use this ID while making the bulk write request. Please see our documentation for more information on the API.

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
X-CRM-ORGnumber
featurestring
``null

RESPONSES

status: OK

{"code":"INVALID_FILE_FORMAT","details":{"created_time":"2021-05-11T12:03:47+05:30"},"message":"invalid file format. only zip format is supported","status":"error"}