Advertisement
sambacar

Untitled

Apr 15th, 2024
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <request>
  3.     <login username="WOMM" md5pass="xxx" token="xxx"/>
  4.     <method name="SalesOrderCreate">
  5.         <parameter name="SalesOrder">
  6.             <date>2024-04-15</date>
  7.             <deliveryDate>2024-04-15</deliveryDate>
  8.             <orderReference>1000026260</orderReference>
  9.             <deliveryMethod>GLS dostava (rok dostave 1-3 radna dana)</deliveryMethod>
  10.             <buyerName>Kristina xxx</buyerName>
  11.             <buyerEMail>xxx@gmail.com</buyerEMail>
  12.             <buyerStreet>Vladimira Nazora 1</buyerStreet>
  13.             <buyerPostalCode>35257</buyerPostalCode>
  14.             <buyerCity>Lužani</buyerCity>
  15.             <buyerCountry>HR</buyerCountry>
  16.             <buyerPhone>0997449061</buyerPhone>
  17.             <customerContactPerson/>
  18.             <methodOfPayment>BankTransfer</methodOfPayment>
  19.             <documentLanguage>Croatian</documentLanguage>
  20.             <Address>
  21.                 <nameFirst>Kristina</nameFirst>
  22.                 <nameLast>xxx</nameLast>
  23.                 <organization/>
  24.                 <city>Lužani</city>
  25.                 <country>HR</country>
  26.                 <postalCode>35257</postalCode>
  27.                 <street>Vladimira Nazora 1</street>
  28.                 <telephone>0991234567</telephone>
  29.                 <type>Delivery</type>
  30.             </Address>
  31.             <Items>
  32.                 <Item>
  33.                     <position>1</position>
  34.                     <productCode>2591-0141</productCode>
  35.                     <quantity>1</quantity>
  36.                 </Item>
  37.             </Items>
  38.         </parameter>
  39.     </method>
  40. </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement