GET api_v2/AccountCSResourceValues/IsPaidService?accountId={accountId}&subject={subject}&serviceName={serviceName}&type={type}
Проверяем активен сервис или нет
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Id аккаунта |
Define this parameter in the request URI. |
subject | Id пользователя |
Define this parameter in the request URI. |
serviceName | Название сервиса |
Define this parameter in the request URI. |
type | Тип ресурса |
Define this parameter in the request URI. |
Response Information
Активность сервиса
Response body formats
application/xml, text/xml
Sample:
<Result> <Result>true</Result> </Result>
application/json, text/json
Sample:
{ "Result": true }