getBulkInfoByID
POST
http://isms.center/soap/serverПроверка статуса сообщения по списку ID или по списку Ваших ID (UserMsgID)
:::info
HTTP
| WSDL | http://isms.center/soap |
| Сервер | http://isms.center/soap/server |
HTTPS
| WSDL | https://isms.center/soap |
| Сервер | https://isms.center/soap/server |
:::
:::highlight gray 📌
Тех. поддержка: support@kazinfoteh.kz
:::
Request
Header Params
Content-Type
string
required
Example:
text/xml
SOAPAction
string
required
Example:
urn:SendSMSLib-SendSMSService#GetBulkInfoByID
Body Params application/xml
soapenv:Header
string
required
soapenv:Body
object
required
tem:SendSMSService___GetBulkInfoByID
object
GetBulkInfoByID
Название Метода
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetBulkInfoByID>
<tem:login>mycompany</tem:login>
<tem:password>1234567</tem:password>
<tem:idsms>
<tem:IDSMS>
<tem:MsgID>965</tem:MsgID>
<tem:UserMsgID></tem:UserMsgID>
</tem:IDSMS>
<tem:IDSMS>
<tem:MsgID>967</tem:MsgID>
<tem:UserMsgID></tem:UserMsgID>
</tem:IDSMS>
</tem:idsms>
</tem:SendSMSService___GetBulkInfoByID>
</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___GetBulkInfoByIDResponse
object
GetBulkInfoByIDResponse
Название Метода
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___GetBulkInfoByIDResponse>
<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 16:03:12</ns1:senttime>
<ns1:receivedtime>2022-09-21 16:02:15</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>0</ns1:lang>
<ns1:userMsgID>1YT</ns1:userMsgID>
<ns1:msgID>965</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>2023-09-21 16:08:57</ns1:senttime>
<ns1:receivedtime>2023-09-21 16:08:59</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>0</ns1:lang>
<ns1:userMsgID>2YT</ns1:userMsgID>
<ns1:msgID>967</ns1:msgID>
</ns1:SMSInfo>
</ns1:Result>
</ns1:SendSMSService___GetBulkInfoByIDResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Last modified: 6 months ago