Изменения

Перейти к: навигация, поиск

API

1027 байт добавлено, 08:52, 13 мая 2019
Трекинг заказа по номеру
</tracking>
</source>
 
 
'''Получение информации в формате JSON'''
 
'''Пример запроса:'''
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<tracking17>
<extra>8</extra>
<orderno>1234</orderno>
</tracking17>
</source>
 
'''Пример ответа:'''
<pre>{
"number":"ExtNumber",
"oriNumber":"1234",
"oriCountry":"RU",
"destCountry":"RU",
"status":"Complete",
"events":[
{
"time":"2016-06-02 17:22:00",
"location":"RU",
"content":"Complete"
},
{
"time":"2016-06-02 17:22:00",
"location":"RU",
"content":"Courierdelivered"
},
{
"time":"2016-06-02 09:17:00",
"location":"RU",
"content":"Delivery"
},
{
"time":"2016-06-02 07:41:00",
"location":"RU",
"content":"Accepted"
},
{
"time":"2016-06-01 19:53:00",
"location":"RU",
"content":"Departure"
},
{
"time":"2016-06-01 17:38:00",
"location":"RU",
"content":"Departuring"
},
{
"time":"2016-05-30 10:20:00",
"location":"RU",
"content":"New"
}
]
}</pre>
Функция ищет последний заказ по номеру среди заказов всех клиентов. Выдает неперсонализированную информацию о текущем состоянии заказа.<br />
26
правок

Навигация