GET api_v2/PartnerServicesData/GetServiceTypesList?serviceId={serviceId}
Получить список услуг партнерского сервиса.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceId | Номер сервиса. |
Define this parameter in the request URI. |
Response Information
Список услуг сервиса.
Response body formats
application/xml, text/xml
Sample:
<GuidListItem Type="sample string 1"> <Item>3757e22e-3716-4a4c-9fdb-a19abaddb919</Item> <Item>ff8c9f56-19fd-4fdd-8636-001fcf1e2f40</Item> <Item>24e05189-8f23-4e95-8c22-af491b1ecda7</Item> </GuidListItem>
application/json, text/json
Sample:
{ "List": [ "3757e22e-3716-4a4c-9fdb-a19abaddb919", "ff8c9f56-19fd-4fdd-8636-001fcf1e2f40", "24e05189-8f23-4e95-8c22-af491b1ecda7" ] }