GET api_v2/PartnerServicesData/GetServiceTypeInfo?serviceTypeId={serviceTypeId}
Получить детальную информацию о услуге сервиса.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceTypeId | Номер услуги сервиса. |
Define this parameter in the request URI. |
Response Information
Информация по услуге сервиса.
Response body formats
application/xml, text/xml
Sample:
<Result> <Name>sample string 1</Name> <Description>sample string 2</Description> <BillingType>ForAccountUser</BillingType> <DependServiceTypeId>20b931b4-80c4-4dc8-852c-ec1910f259d0</DependServiceTypeId> <Cost>3</Cost> </Result>
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "BillingType": 0, "DependServiceTypeId": "20b931b4-80c4-4dc8-852c-ec1910f259d0", "Cost": 3.0 }