CostingCodesClientsAccessInsertRequest
PUT {{base_url}}/CostingCodesClientsAccessInsertRequest
Creates a new access link or list of access links between a costing code and a customer (or client).
API
Costing Code API
Requires Authentication
Yes (Advanced)
Returns
List [CostingCodeClientAccess]
Batch?
No
Request Body
[{"name"=>"CostingCodeIds", "value"=>"[{{integer}}]", "datatype"=>"string"}, {"name"=>"ClientIds", "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":234470,"CostingCodeId":1100,"ClientId":36387},{"Id":234471,"CostingCodeId":1100,"ClientId":35982},{"Id":234472,"CostingCodeId":1098,"ClientId":36387},{"Id":234473,"CostingCodeId":1098,"ClientId":35982}]