Batch
Update multiple partner client records in a single request.
This endpoint allows you to update several partner client records at once by providing a batch of CRM object records with their respective IDs and properties. It is useful for synchronizing data across systems or making bulk updates efficiently.
post/crm/objects/2026-03/partner_clients/batch/update
Request body
Example request
{
"inputs": [
{
"idProperty": "my_unique_property_name"
}
]
}Response
successful operation