CostingCodeCompanyAccessDeleteRequest

DELETE {{base_url}}/CostingCodeCompanyAccessDeleteRequest

Deletes an access link between a costing code and a company based on a given identifier of an access link, or 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

KeyDatatypeRequiredDescription
IdstringOptional.
(int32)
The identifier of the access link between a costing code and a company.
NOTE: This is required if the combination of the CostingCodeId and CompanyId query parameters is not specified.
CostingCodeIdstringOptional.
(int32)
The identifier of the costing code.
NOTE: This is required together with the CompanyId query parameter if the Id query parameter is not specified.
For information about the CostingCode object, see CostingCode.
CompanyIdstringOptional.
(int32)
The identifier of the associated company.
NOTE: This is required together with the CostingCodeId query parameter if the Id query parameter is not specified.
For information about the Company object, see Company.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

true