Update a Labor Code
PUT {{base_url}}/accountConfiguration/laborCode/:code?LCLevel={{integer}}
Use this endpoint to update a single labor code by specifying the code value and its labor code level.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
LCLevel | string | Required. |
The number of the labor code level, up to five levels. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"LCLevel":3,"Code":"AA","Description":"General"}]