CostingCodeRequest
GET {{base_url}}/CostingCodeRequest?Id={{integer}}
Retrieves a single costing code based on a given identifier.
API
Costing Code API
Requires Authentication
Yes
Returns
CostingCode
Batch?
Yes
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Id | string | Required. | |
| (int32) | |||
| The identifier of the costing code. |
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"}