BulkRemoveClientServicesRequest
Request to remove multiple client service assignments
Properties
| Name | Type | Description |
|---|---|---|
| assignments* | array of ClientServiceReference | The assignments to remove, identified by client code and assignment code |
The assignments to remove, identified by client code and assignment code | ||
JSON Example
{
"assignments": [
{
"clientCode": "...",
"code": "..."
}
]
}