GET api/Customer/SendAbonSms?agrId={agrId}&phone={phone}

Отправить смс с лс абоненту

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agrId

integer

Required

phone

string

Required

Body Parameters

None.

Response Information

Resource Description

InfoResult
NameDescriptionTypeAdditional information
Data

Список

string

None.

Result

Результат обработки запроса

boolean

None.

Message

Сообщение

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": "sample string 1",
  "Result": true,
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<InfoResult 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>sample string 1</Data>
</InfoResult>