POST api_v2/Accounts/SetProvidedServiceType
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>6c5f11cd-b90a-48e9-80c3-2290b6d145c3</AccountID> <ProvidedServiceType>sample string 1</ProvidedServiceType> </Request>
application/json, text/json
Sample:
{ "AccountID": "6c5f11cd-b90a-48e9-80c3-2290b6d145c3", "ProvidedServiceType": "sample string 1" }
Response Information
Результат выпонения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}