Upload File
POST https://content.zohoapis.com/crm/v2/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
Key | Datatype | Required | Description |
---|---|---|---|
X-CRM-ORG | number | ||
feature | string | ||
`` | null |
RESPONSES
status: OK
{"code":"INVALID_FILE_FORMAT","details":{"created_time":"2021-05-12T17:31:25+05:30"},"message":"invalid file format. only zip format is supported","status":"error"}