GET api_v2/Accounts/GetProvidedServiceType?accountId={accountId}
Получить тип оказанной услуги для аккаунта по идентификатору
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Идентификатор аккаунта |
Define this parameter in the request URI. |
Response Information
Тип оказанной услуги
Response body formats
application/xml, text/xml
Sample:
<Result> <ProvidedServiceType>sample string 1</ProvidedServiceType> </Result>
application/json, text/json
Sample:
{ "ProvidedServiceType": "sample string 1" }