CostingCodeCodeRequest
GET {{base_url}}/CostingCodeCodeRequest?Code={{string}}
Retrieves a single costing code based on a given code.
API
Costing Code API
Requires Authentication
Yes
Returns
CostingCode
Batch?
Yes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Code | string | Required. | |
The code that can be used for integration, 500 characters at most. |
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":1,"Code":"Code1","Description":"CODE 1 Description info","Active":false,"Level":2,"ParentId":5,"AllowTimeEntry":true,"AllowVendorCost":false,"AllowPersonalExpense":true,"AllowMaterialEntry":false,"AllowMileageEntry":false,"UpdateEmployeeId":18721,"UpdateDate":"2021-05-31T00:00:00.000Z"}