Skip to content

Instantly share code, notes, and snippets.

@nzatsepilov
Created December 12, 2017 13:02
Show Gist options
  • Save nzatsepilov/d6ffeb55b41bca665c2ec6be00bb1fd8 to your computer and use it in GitHub Desktop.
Save nzatsepilov/d6ffeb55b41bca665c2ec6be00bb1fd8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<m:Add_Order>
<order is_deleted="false" replicator="10" hide="false">
<guid>guid</guid>
<number>number</number>
<date>2017-12-12T17:26:53</date>
<client_guid>ca7192bc-e301-11e6-80c7-2c768a54e9c5</client_guid>
<contract_guid>75d4fb00-9214-11e7-80c3-005056af014f</contract_guid>
<is_delivery>true</is_delivery>
<delivery_date>2017-12-12T17:26:53</delivery_date>
<delivery_block>
<factory>5ccc4965-2112-11e7-80c0-005056af014f</factory>
<delivery_addr>9b0294b6-2fdd-11e7-80c0-005056af014f</delivery_addr>
<item>
<product>2fd4b23b-cc6b-11e6-80c7-2c768a54e9c5</product>
<color>ef6ad2f5-45e7-11e7-80c2-005056af014f</color>
<qty>1</qty>
<price>0.0</price>
<measure_guid>2c4c5158-cc65-11e6-80c7-2c768a54e9c5</measure_guid>
<item_comment></item_comment>
</item>
<item>
<product>632df647-0ae6-11e7-80bd-005056afec4c</product>
<color>89fbf9ec-45e6-11e7-80c2-005056af014f</color>
<qty>2</qty>
<price>0.0</price>
<measure_guid>2c4c5158-cc65-11e6-80c7-2c768a54e9c5</measure_guid>
<item_comment></item_comment>
</item>
<item>
<product>76ccd52c-cc6c-11e6-80c7-2c768a54e9c5</product>
<color>01ceb9aa-413a-11e7-80c2-005056af014f</color>
<qty>3</qty>
<price>0.0</price>
<measure_guid>2c4c5158-cc65-11e6-80c7-2c768a54e9c5</measure_guid>
<item_comment></item_comment>
</item>
<shipment_date>2017-12-19T17:26:53</shipment_date>
</delivery_block>
<contact_guid>b5d20c59-a9b6-11e7-80c3-005056af014f</contact_guid>
<comment></comment>
</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