CostingCodeCompanyAccessRequest

GET {{base_url}}/CostingCodeCompanyAccessRequest

Retrieves a list of access links between a costing code and a company for a given identifier or list of identifiers of costing codes or associated companies.

API
Costing Code API

Requires Authentication
Yes

Returns
List [CostingCodeCompanyAccess]

Batch?
No

Request Params

KeyDatatypeRequiredDescription
CodeIdsstringOptional.
(int32)
The identifier or list of identifiers of the costing codes.
CompanyIdsstringOptional.
(int32)
The identifier or list of identifiers of the associated companies.

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":2772,"CostingCodeId":2,"CompanyId":81477}]