ClientServiceReference
Identifies a specific ClientBillableService assignment by its client code and service assignment code.
Both are required because the assignment code is only unique within a client.
Properties
| Name | Type | Description |
|---|---|---|
| clientCode* | string | The client code |
The client code | ||
| code* | string | The ClientBillableService assignment code |
The ClientBillableService assignment code | ||
JSON Example
{
"clientCode": "string",
"code": "string"
}