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

KeyDatatypeRequiredDescription
CodeIdsstringOptional.
(int32)
The identifier or list of identifiers of the costing codes.
ClientIdsstringOptional.
(int32)
The identifier or list of identifiers of the associated customers (or clients).

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

[{"Id":218081,"CostingCodeId":2,"ClientId":36970}]