put https://api.candis.io/v1/organizations//imports/contacts
Receive requests and attempts to update Contact
Rate Limit | Batch Size Limit |
---|---|
500 requests per minute per organization | A maximum of 100 items per request in the payload |
Responses
Receive requests and attempts to update Contact
Rate Limit | Batch Size Limit |
---|---|
500 requests per minute per organization | A maximum of 100 items per request in the payload |
xxxxxxxxxx
curl --request PUT \
--url https://api.candis.io/v1/organizations/organizationId/imports/contacts \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"processId": "9924bb4a-7ee9-4b6a-ac7b-30fdbe6b0031"
}