The "ShipmentNewDeliveryDate" function is used to get the scheduled date of the order changed by the recipient.
|
An example of using the function
|
Example of filtration request execution |
|
<?xml version="1.0" encoding="UTF-8"?>
<param>
<login> LOGIN </login>
<function> ShipmentNewDeliveryDate</function>
// <where> ClientCode= '[КОД КЛІЄНТА]' and
ClientShipmentRef = '[НОМЕР ВІДПРАВЛЕННЯ]'
</where>
<where>ClientCode= '0000001' and
ClientShipmentRef = '004-0403307' </where>
<order> </order>
<sign>sign*</sign>
</param>
|
<return><api>API-1C</api>
<apiversion>1</apiversion>
<result_table>
<items>
<ClientShipmentRef>004-
0403307</ClientShipmentRef>
<BarCode>004-0403307</BarCode>
<ClientCode>0000001</ClientCode>
<ShtampDateTime>2013.02.09
12:27:27</ShtampDateTime>
<NewDeliveryDate>2013.02.11
00:00:00</NewDeliveryDate>
<Notation>отримувач переніс дату доставки на
11.02.13</Notation>
</items>
</result_table>
<result_uuid/>
<errors>
<code>000</code>
<name> </name>
</errors>
</return>
|
Table 1.12. Description of the contents of XML code tags
| Field | Description | Type | Filtration |
| ClientShipmentRef | The shipment number assigned by the customer | Text | yes |
| BarCode | Bar code | Text | yes |
| ClientCode | Customer code | Text | yes |
|
ShtampDateTime
|
Date and time of scheduled delivery of the goods |
dateTime
|
|
|
NewDeliveryDate
|
New. User changed the date and time scheduled delivery of the goods
|
dateTime
|
|
|
Notation
|
Comment, operator note
|
Text
|
|