getInfoByID
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#GetInfoByID
Body Params application/xml
soapenv:Header
string
required
soapenv:Body
object
required
tem:SendSMSService___GetInfoByID
object
GetInfoByID
Название Метода
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetInfoByID>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:ids>
<tem:MsgID>963</tem:MsgID>
<tem:UserMsgID></tem:UserMsgID>
</tem:ids>
</tem:SendSMSService___GetInfoByID>
</soapenv:Body>
</soapenv:Envelope>
Request samples
Responses
ОК(200)
Record Not Found(404)
HTTP Code: 200
Content Type : XMLapplication/xml
Data Schema
SOAP-ENV:Body
object
required
ns1:SendSMSService___GetInfoByIDResponse
object
GetInfoByIDResponse
Название Метода
Example
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:SendSMSService___GetInfoByIDResponse>
<ns1:Result>
<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: 00: 21</ns1:senttime>
<ns1:receivedtime>2023-09-21 15: 59: 24</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>0</ns1:lang>
<ns1:userMsgID>1YT</ns1:userMsgID>
<ns1:msgID>963</ns1:msgID>
</ns1:Result>
</ns1:SendSMSService___GetInfoByIDResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Last modified: 6 months ago