Bulk Update Clients
Updates multiple clients at once. Supports updating partner, manager, associate, PCL sent status, and client status. At least one update field must be provided.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"codes": [
"string"
],
"partnerCode": "string",
"managerCode": "string",
"associateCode": "string",
"pclSent": false
}
Responses
200 OK
400 Bad Request
401 Unauthorized - Invalid or missing API key