Просмотр XML
Значение
POST http://api.notificore.ru/xml/stat
Запрашиваемые параметры
Пример запроса
<?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.
Пример ответа
<?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>
Made on
Tilda