BulkUpdateClientsRequest
Properties
| Name | Type | Description |
|---|---|---|
| codes* | array of string | |
| partnerCode | string | |
| managerCode | string | |
| associateCode | string | |
| pclSent | boolean | |
| status | enum | Active Inactive Prospect LostProspect |
Active Inactive Prospect LostProspect | ||
JSON Example
{
"codes": [
"string"
],
"partnerCode": "string",
"managerCode": "string",
"associateCode": "string",
"pclSent": false
}