CostingCodeCompanyAccessInsertRequest
PUT {{base_url}}/CostingCodeCompanyAccessInsertRequest
Creates a new access link between a costing code and a company.
API
Costing Code API
Requires Authentication
Yes (Advanced)
Returns
CostingCodeCompanyAccess
Batch?
Yes
Request Body
[{"name"=>"CostingCodeId", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"CompanyId", "value"=>"{{integer}}", "datatype"=>"string"}]
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":3614,"CostingCodeId":1108,"CompanyId":80347}