CostingCodeCompanyAccessDeleteRequest
DELETE {{base_url}}/CostingCodeCompanyAccessDeleteRequest?CostingCodeId={{integer}}&CompanyId={{integer}}
Deletes an access link between a costing code and a company based on given identifiers of a costing code and an associated company.
API
Costing Code API
Requires Authentication
Yes (Advanced)
Returns
Boolean
Batch?
Yes
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
CostingCodeId | string | Required. | |
| (int32) | |||
| The identifier of the costing code. | |||
CompanyId | string | Required. | |
| (int32) | |||
| The identifier of the associated company. |
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
true