POST api_v2/Accounts/SetProvidedServiceVolume
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>6d1af09b-2eaa-40e2-8de6-fec9c7e8f7e2</AccountID> <ProvidedServiceVolume>1</ProvidedServiceVolume> </Request>
application/json, text/json
Sample:
{ "AccountID": "6d1af09b-2eaa-40e2-8de6-fec9c7e8f7e2", "ProvidedServiceVolume": 1 }
Response Information
Результат выпонения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}