getReport
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#GetReport
Body Params application/xml
soapenv:Header
string
required
soapenv:Body
object
required
tem:SendSMSService___GetReport
object
GetReport
Название Метода
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetReport>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 00:00:00</tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetReport>
</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___GetReportResponse
object
GetReportResponse
Название Метода
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___GetReportResponse>
<ns1:Result>
<ns1:ResultCode>0</ns1:ResultCode>
<ns1:ResultS>Ok</ns1:ResultS>
<ns1:RecepCount>23</ns1:RecepCount>
<ns1:SmsCount>23</ns1:SmsCount>
<ns1:DelivCount>23</ns1:DelivCount>
<ns1:UndelivCount>0</ns1:UndelivCount>
<ns1:SendCount>0</ns1:SendCount>
<ns1:SentCount>0</ns1:SentCount>
<ns1:SendingCount>0</ns1:SendingCount>
</ns1:Result>
</ns1:SendSMSService___GetReportResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Last modified: a year ago