Upload File
POST https://content.zohoapis.com/crm/v3/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
{"status":"error","code":"NOT_SUPPORTED_FEATURE","message":"Feature is not supported","details":{"created_time":"1970-01-01T00:00:00+00:00"}}