GET api/Customer/Frosting?agrId={agrId}&empId={empId}
Заморозка абонента
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agrId |
Id абонента |
integer |
Required |
| empId |
Id сотрудника |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FrostingResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
Резульат заморозки |
boolean |
None. |
| Result |
Результат обработки запроса |
boolean |
None. |
| Message |
Сообщение |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": true,
"Result": true,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<FrostingResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models"> <Message>sample string 3</Message> <Result>true</Result> <Data>true</Data> </FrostingResult>