getAbonents
POST
http://isms.center/soap/serverЗапрос на получение всех сообщений за указанный период
:::info
HTTP
| WSDL | http://isms.center/soap |
| Сервер | http://isms.center/soap/server |
HTTPS
| WSDL | https://isms.center/soap |
| Сервер | https://isms.center/soap/server |
:::
:::info
Дата и время указывается в формате YYYY-MM-DD hh:nn:ss (например, 2022-08-23 23:00:00)
:::
:::highlight gray 📌
Тех. поддержка: support@kazinfoteh.kz
:::
Request
Header Params
Content-Type
string
required
Example:
text/xml
SOAPAction
string
required
Example:
urn:SendSMSLib-SendSMSService#GetAbonents
Body Params application/xml
soapenv:Header
string
required
soapenv:Body
object
required
tem:SendSMSService___GetAbonents
object
GetAbonents
Название Метода
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetAbonents>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 22:00:00 </tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetAbonents>
</soapenv:Body>
</soapenv:Envelope>
Request samples
Responses
OK(200)
Record Not Found(404)
HTTP Code: 200
Content Type : XMLapplication/xml
Data Schema
SOAP-ENV:Body
object
required
ns1:SendSMSService___GetAbonentsResponse
object
GetAbonentsResponse
Example
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:SendSMSService___GetAbonentsResponse>
<ns1:Result>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234567</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:47:26</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:47:28</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>983</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234568</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:09:20</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:09:21</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>980</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234569</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:39:11</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:39:12</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>982</ns1:msgID>
</ns1:SMSInfo>
</ns1:Result>
</ns1:SendSMSService___GetAbonentsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Last modified: a year ago