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>b30cbcec-91ab-4bab-84ae-4587db0026fc</DependServiceTypeId> <Cost>3</Cost> </Result>
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "BillingType": 0, "DependServiceTypeId": "b30cbcec-91ab-4bab-84ae-4587db0026fc", "Cost": 3.0 }