Created
November 8, 2018 13:01
-
-
Save aashestakov/8002138501e56e057b557024479dd258 to your computer and use it in GitHub Desktop.
CreateNewOrder.xml
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
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://dev2.kramp.aeroidea.ru/ws/1c_exchange.php"> | |
<soapenv:Header></soapenv:Header> | |
<soapenv:Body> | |
<CreateNewOrder> | |
<Id>12223wsefgsssd</Id> | |
<Date>01.01.2018.13.00.00</Date> | |
<DateOfEntry>02.01.2018.14.00.00</DateOfEntry> | |
<Number>123wsefg</Number> | |
<DateOfApproval>02.02.2018.14.00.00</DateOfApproval> | |
<CounterpartyId>3f23d3ef-6bb4-11de-bf4f-005056a64c99</CounterpartyId> | |
<Description>Этот отличный заказ помогает при простуде и гриппе.</Description> | |
<Status>ordered</Status> | |
<ShipDate>03.01.2018.14.00.00</ShipDate> | |
<Delivery>SelfDelivery</Delivery> | |
<BasketItems> | |
<BasketItem> | |
<KIN>100002</KIN> | |
<Quantity>2</Quantity> | |
<Price>123</Price> | |
<PriceBeforeDiscount>150</PriceBeforeDiscount> | |
<TotalSum>246</TotalSum> | |
<ItemStatus>ordered</ItemStatus> | |
</BasketItem> | |
</BasketItems> | |
</CreateNewOrder> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment