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
Key | Datatype | Required | Description |
---|---|---|---|
CodeIds | string | Optional. | |
(int32) | |||
The identifier or list of identifiers of the costing codes. | |||
CompanyIds | string | Optional. | |
(int32) | |||
The identifier or list of identifiers of the associated companies. |
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":2772,"CostingCodeId":2,"CompanyId":81477}]