GET api_v2/PartnerServicesData/CheckServiceTypeStatusForUserByLogin?serviceTypeId={serviceTypeId}&accountUserLogin={accountUserLogin}
Проверить статус указанной услуги сервиса у клиента.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceTypeId | Номер услуги сервиса. |
Define this parameter in the request URI. |
accountUserLogin | Логин пользователя облака 42. |
Define this parameter in the request URI. |
Response Information
Признак активности указанной услуги сервиса у клиента.
Response body formats
application/xml, text/xml
Sample:
<Result> <Result>true</Result> <IsDemoPeriod>true</IsDemoPeriod> <IsServiceDisabled>true</IsServiceDisabled> </Result>
application/json, text/json
Sample:
{ "IsDemoPeriod": true, "IsServiceDisabled": true, "Result": true }