POST api_v2/Accounts/SetWorkAverageCost
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>750755b3-8cdd-4dea-8133-ee7363c8fdc3</AccountID> <WorkAverageCost>1</WorkAverageCost> </Request>
application/json, text/json
Sample:
{ "AccountID": "750755b3-8cdd-4dea-8133-ee7363c8fdc3", "WorkAverageCost": 1 }
Response Information
Результат выпонения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}