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
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Optional. | |
(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. | |||
CostingCodeId | string | Optional. | |
(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. | |||
CompanyId | string | Optional. | |
(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
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