CostingCodeClientAccessRequest
GET {{base_url}}/CostingCodeClientAccessRequest
Retrieves a list of access links between a costing code and a customer (or client) for a given identifier or list of identifiers of costing codes or associated customers.
API
Costing Code API
Requires Authentication
Yes
Returns
List [CostingCodeClientAccess]
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CodeIds | string | Optional. | |
(int32) | |||
The identifier or list of identifiers of the costing codes. | |||
ClientIds | string | Optional. | |
(int32) | |||
The identifier or list of identifiers of the associated customers (or clients). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
[{"Id":218081,"CostingCodeId":2,"ClientId":36970}]