Просмотр XML

Значение

POST http://api.notificore.ru/xml/stat

Обязательные параметры

Parameter

Description

login value

Username

password value

SMPP/API-password

id_sms

A unique random ID which is created on the Notificore
platform. Required

Пример запроса

    <?xml version = “1.0” encoding = “utf-8”?> <request>
    <get_state>
    <id_sms>202</id_sms>
    <id_sms>203</id_sms>
    <id_sms>204</id_sms>
    </get_state>
    <security>
    <login value = “login”/>
    <password value = “password”/>
    </security>
    </request>  

Возвраты

Returns an XML document with message status if the request was successful. If the request failed, an error will be returned.

Parameter

Description

raw_value

Message status according to SMPP 3.4 specification

id_sms

A unique random ID which is created on the Notificore
platform.

time

Status time. Maybe empty for some values.

Пример ответа

  <?xml version = “1.0” encoding = “utf-8”?> <response>
  <state raw_value = “0” id_sms = “202” time = “”>partly_deliver</state>
  <state raw_value = “0” id_sms = “203” time = “”>partly_deliver</state>
  </response>