Upload File

POST https://content.zohoapis.com/crm/v4/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.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
X-CRM-ORGnumber
featurestring
``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"}}