This API upload a CSV file to import custom field values for multiple computers
post /dcapi/customFields/computers/values/import
https://{serverurl}/dcapi/customFields/computers/values/import
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The CSV file containing custom field values for computers. Must include Computer Name, Domain Name, Owner, Location, Search Tag, Owner Email, Product Number, Shipping Date, Expiry Date and Notes
curl --request POST \
--url https://appdomains/dcapi/customFields/computers/values/import \
--header 'Accept: application/importComputerCustomFields.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: multipart/form-data'computerCSVFile = CSV File Should be UploadedMessage indicating the import result, showing how many records out of the total were successfully imported
{
"status": "n out of n record(s) have been imported successfully"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.