<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<orderImportRequest version="0.1" login="login" password="password">
<orders>
<order sequence="1">
<clientReferenceNumber></clientReferenceNumber>
<sellingTariffSelection></sellingTariffSelection>
<autoProcessMode></autoProcessMode>
<clientCode></clientCode>
<erpNumber>241024001</erpNumber>
<branch></branch>
<allowUpdate>true</allowUpdate>
<shipFrom>
<companyName>1006</companyName>
<province>Basilan</province>
<town>Tuburan</town>
<county></county>
<address>Basilan Tuburan</address>
<loading>false</loading>
<contact>
<name>LIYUN</name>
<mobile>1234560</mobile>
</contact>
</shipFrom>
<shipTo>
<companyName>2006</companyName>
<province>Sulu</province>
<town>Talipao</town>
<county></county>
<address>Sulu Talipao</address>
<matchingStrategy>1</matchingStrategy>
<loading>false</loading>
<xttSupport>true</xttSupport>
<contact>
<name>wang</name>
<phone>159258369</phone>
<phoneAreaCode>21</phoneAreaCode>
<mobile>1232123001</mobile>
</contact>
</shipTo>
<timeSchedule>
<pickupDate>2024-10-19</pickupDate>
<deliveryDate>2024-10-21</deliveryDate>
</timeSchedule>
<rejectDraft>false</rejectDraft>
<autoProcessMode>0</autoProcessMode>
<dispatchBy>1</dispatchBy>
<cargoDetails>
<totalQuantity>30</totalQuantity>
<totalWeight>600</totalWeight>
<totalVolume>0.71</totalVolume>
<totalInsurance>0</totalInsurance>
</cargoDetails>
<transportMode>
<transportType>LTL</transportType>
<customTruckType>ABCD3</customTruckType>
<truckLength>15.5</truckLength>
</transportMode>
<orderLines>
<orderLine>
<cargoDescription>
<productCode>1011</productCode>
<productName>wenju</productName>
<unitType>60</unitType>
</cargoDescription>
<quantity>30</quantity>
<weight>500</weight>
<volume>0.45</volume>
</orderLine>
</orderLines>
</order>
</orders>
</orderImportRequest>
curl --location --request PUT 'https://login.otms.com/ws/orderImport' \
--header 'Authorization;' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<orderImportRequest version="0.1" login="login" password="password">
<orders>
<order sequence="1">
<clientReferenceNumber></clientReferenceNumber>
<sellingTariffSelection></sellingTariffSelection>
<autoProcessMode></autoProcessMode>
<clientCode></clientCode>
<erpNumber>241024001</erpNumber>
<branch></branch>
<allowUpdate>true</allowUpdate>
<shipFrom>
<companyName>1006</companyName>
<province>Basilan</province>
<town>Tuburan</town>
<county></county>
<address>Basilan Tuburan</address>
<loading>false</loading>
<contact>
<name>LIYUN</name>
<mobile>1234560</mobile>
</contact>
</shipFrom>
<shipTo>
<companyName>2006</companyName>
<province>Sulu</province>
<town>Talipao</town>
<county></county>
<address>Sulu Talipao</address>
<matchingStrategy>1</matchingStrategy>
<loading>false</loading>
<xttSupport>true</xttSupport>
<contact>
<name>wang</name>
<phone>159258369</phone>
<phoneAreaCode>21</phoneAreaCode>
<mobile>1232123001</mobile>
</contact>
</shipTo>
<timeSchedule>
<pickupDate>2024-10-19</pickupDate>
<deliveryDate>2024-10-21</deliveryDate>
</timeSchedule>
<rejectDraft>false</rejectDraft>
<autoProcessMode>0</autoProcessMode>
<dispatchBy>1</dispatchBy>
<cargoDetails>
<totalQuantity>30</totalQuantity>
<totalWeight>600</totalWeight>
<totalVolume>0.71</totalVolume>
<totalInsurance>0</totalInsurance>
</cargoDetails>
<transportMode>
<transportType>LTL</transportType>
<customTruckType>ABCD3</customTruckType>
<truckLength>15.5</truckLength>
</transportMode>
<orderLines>
<orderLine>
<cargoDescription>
<productCode>1011</productCode>
<productName>wenju</productName>
<unitType>60</unitType>
</cargoDescription>
<quantity>30</quantity>
<weight>500</weight>
<volume>0.45</volume>
</orderLine>
</orderLines>
</order>
</orders>
</orderImportRequest>'
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<orderImportResponse version="0.1">
<responseCode></responseCode>
<processedOrders>1</processedOrders>
<orders>
<order sequence="1">
<clientReferenceNumber></clientReferenceNumber>
<importStatus>INBOX</importStatus>
<responseCodes>
<responseCode>
<code>1017</code>
</responseCode>
<responseCode>
<code>1052</code>
</responseCode>
</responseCodes>
<orderNumber>test002121</orderNumber>
</order>
</orders>
</orderImportResponse>