Created
December 12, 2017 09:18
-
-
Save nzatsepilov/d2057594548d82f82fbd5e9dd2e929dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
<soap:Body> | |
<m:Add_Order xmlns:m="b2b.mobile"> | |
<order is_deleted="false" replicator="1" hide="false"> | |
<delivery_block> | |
<factory>5ccc4965-2112-11e7-80c0-005056af014f</factory> | |
<delivery_addr>9b0294b6-2fdd-11e7-80c0-005056af014f</delivery_addr> | |
<item> | |
<measure_guid>2c4c513e-cc65-11e6-80c7-2c768a54e9c5</measure_guid> | |
<price>0.0</price> | |
<item_comment></item_comment> | |
<qty>2</qty> | |
<product>2fd4b23b-cc6b-11e6-80c7-2c768a54e9c5</product> | |
<color>ef6ad2f5-45e7-11e7-80c2-005056af014f</color> | |
</item> | |
<item> | |
<measure_guid>2c4c513e-cc65-11e6-80c7-2c768a54e9c5</measure_guid> | |
<price>0.0</price> | |
<item_comment></item_comment> | |
<qty>2</qty> | |
<product>82bdd338-cc6c-11e6-80c7-2c768a54e9c5</product> | |
<color>9a8c3549-413f-11e7-80c2-005056af014f</color> | |
</item> | |
</delivery_block> | |
<client_guid>ca7192bc-e301-11e6-80c7-2c768a54e9c5</client_guid> | |
<contract_guid>75d4fb00-9214-11e7-80c3-005056af014f</contract_guid> | |
<is_delivery>true</is_delivery> | |
<number>number</number> | |
<guid>guid</guid> | |
<date>2017-12-12T15:07:46</date> | |
<shipment_date>2017-12-19T15:07:46</shipment_date> | |
<comment></comment> | |
<contact_guid>b5d20c59-a9b6-11e7-80c3-005056af014f</contact_guid> | |
<delivery_date></delivery_date> | |
</order> | |
</m:Add_Order> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment