<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<shipPointImportRequest version="0.1" login="username" password="password">
<shipPoints>
<shipPoint sequence="1">
<clientReferenceNumber>sh00105001</clientReferenceNumber>
<type>0</type>
<companyName>Shanghai 001 co.,ltd.</companyName>
<myLocation>Shanghai DC</myLocation>
<selectType>3</selectType>
<selectedLocations>
<location>Shanghai DC</location>
<location>Hangzhou DC</location>
</selectedLocations>
<externalId>11223344</externalId>
<province>shanghai</province>
<town>shanghai</town>
<county/>
<address>1606 Ganghui plaza</address>
<zipcode>200020</zipcode>
<contact>
<name>Mr. Zhang</name>
<phone>12345678</phone>
<phoneAreaCode>021</phoneAreaCode>
<mobile>13812345678</mobile>
<email>peterzhang@testmail.com</email>
</contact>
<loading>true</loading>
<supportXtt>true</supportXtt>
<supportSms>true</supportSms>
<remark/>
<customFields>
<customText1>sh</customText1>
<customNum1>100</customNum1>
</customFields>
</shipPoint>
<shipPoint sequence="2">
<clientReferenceNumber>sh00105002</clientReferenceNumber>
<type>1</type>
<companyName>Hangzhou 001 co.,ltd.</companyName>
<myLocation>Hangzhou DC</myLocation>
<selectType>1</selectType>
<externalId>22334455</externalId>
<province>zhejiang</province>
<town>hangzhou</town>
<county/>
<address>9999 Lian Hua Road</address>
<zipcode>311010</zipcode>
<contact>
<name>Johnny</name>
<phone>87654321</phone>
<phoneAreaCode>0571</phoneAreaCode>
<mobile>13887654321</mobile>
<email>Johnny@testmail.com</email>
</contact>
<loading>false</loading>
<supportXtt>true</supportXtt>
<supportSms>true</supportSms>
<remark/>
<customFields>
<customText1>hz</customText1>
<customNum1>50</customNum1>
</customFields>
</shipPoint>
</shipPoints>
</shipPointImportRequest>
curl --location --request PUT 'https://login.otms.com/ws/shipPointImport' \
--header 'Authorization;' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<shipPointImportRequest version="0.1" login="username" password="password">
<shipPoints>
<shipPoint sequence="1">
<clientReferenceNumber>sh00105001</clientReferenceNumber>
<type>0</type>
<companyName>Shanghai 001 co.,ltd.</companyName>
<myLocation>Shanghai DC</myLocation>
<selectType>3</selectType>
<selectedLocations>
<location>Shanghai DC</location>
<location>Hangzhou DC</location>
</selectedLocations>
<externalId>11223344</externalId>
<province>shanghai</province>
<town>shanghai</town>
<county/>
<address>1606 Ganghui plaza</address>
<zipcode>200020</zipcode>
<contact>
<name>Mr. Zhang</name>
<phone>12345678</phone>
<phoneAreaCode>021</phoneAreaCode>
<mobile>13812345678</mobile>
<email>peterzhang@testmail.com</email>
</contact>
<loading>true</loading>
<supportXtt>true</supportXtt>
<supportSms>true</supportSms>
<remark/>
<customFields>
<customText1>sh</customText1>
<customNum1>100</customNum1>
</customFields>
</shipPoint>
<shipPoint sequence="2">
<clientReferenceNumber>sh00105002</clientReferenceNumber>
<type>1</type>
<companyName>Hangzhou 001 co.,ltd.</companyName>
<myLocation>Hangzhou DC</myLocation>
<selectType>1</selectType>
<externalId>22334455</externalId>
<province>zhejiang</province>
<town>hangzhou</town>
<county/>
<address>9999 Lian Hua Road</address>
<zipcode>311010</zipcode>
<contact>
<name>Johnny</name>
<phone>87654321</phone>
<phoneAreaCode>0571</phoneAreaCode>
<mobile>13887654321</mobile>
<email>Johnny@testmail.com</email>
</contact>
<loading>false</loading>
<supportXtt>true</supportXtt>
<supportSms>true</supportSms>
<remark/>
<customFields>
<customText1>hz</customText1>
<customNum1>50</customNum1>
</customFields>
</shipPoint>
</shipPoints>
</shipPointImportRequest>'
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<shipPointImportResponse version="0.1">
<responseCode/>
<processedShipPoints>2</processedShipPoints>
<shipPoints>
<shipPoint sequence="1">
<clientReferenceNumber>sh00105001</clientReferenceNumber>
<importStatus>UPDATED</importStatus>
<responseCodes>
<responseCode>
<code>1014</code>
</responseCode>
<responseCode>
<code>1031</code>
</responseCode>
<responseCode>
<code>1040</code>
</responseCode>
</responseCodes>
</shipPoint>
<shipPoint sequence="2">
<clientReferenceNumber>sh00105002</clientReferenceNumber>
<importStatus>UPDATED</importStatus>
<responseCodes>
<responseCode>
<code>1018</code>
</responseCode>
<responseCode>
<code>1031</code>
</responseCode>
</responseCodes>
</shipPoint>
</shipPoints>
</shipPointImportResponse>