Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <request>
- <login username="WOMM" md5pass="xxx" token="xxx"/>
- <method name="SalesOrderCreate">
- <parameter name="SalesOrder">
- <date>2024-04-15</date>
- <deliveryDate>2024-04-15</deliveryDate>
- <orderReference>1000026260</orderReference>
- <deliveryMethod>GLS dostava (rok dostave 1-3 radna dana)</deliveryMethod>
- <buyerName>Kristina xxx</buyerName>
- <buyerEMail>xxx@gmail.com</buyerEMail>
- <buyerStreet>Vladimira Nazora 1</buyerStreet>
- <buyerPostalCode>35257</buyerPostalCode>
- <buyerCity>Lužani</buyerCity>
- <buyerCountry>HR</buyerCountry>
- <buyerPhone>0997449061</buyerPhone>
- <customerContactPerson/>
- <methodOfPayment>BankTransfer</methodOfPayment>
- <documentLanguage>Croatian</documentLanguage>
- <Address>
- <nameFirst>Kristina</nameFirst>
- <nameLast>xxx</nameLast>
- <organization/>
- <city>Lužani</city>
- <country>HR</country>
- <postalCode>35257</postalCode>
- <street>Vladimira Nazora 1</street>
- <telephone>0991234567</telephone>
- <type>Delivery</type>
- </Address>
- <Items>
- <Item>
- <position>1</position>
- <productCode>2591-0141</productCode>
- <quantity>1</quantity>
- </Item>
- </Items>
- </parameter>
- </method>
- </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement