POST api_v2/Accounts/SetWorkAverageCost
Change account work average cost
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>ce6ce49a-cdb6-4f76-b132-e808d78e7d01</AccountID> <WorkAverageCost>1</WorkAverageCost> </Request>
application/json, text/json
Sample:
{ "AccountID": "ce6ce49a-cdb6-4f76-b132-e808d78e7d01", "WorkAverageCost": 1 }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}