Advertisement
sambacar

Untitled

Apr 15th, 2024
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.90 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>1000026259</orderReference>
  9.             <deliveryMethod>GLS dostava (rok dostave 1-3 radna dana)</deliveryMethod>
  10.             <buyerName>Luka xxx</buyerName>
  11.             <buyerEMail>luka.xxx@gmail.com</buyerEMail>
  12.             <buyerStreet>Trg Eugena Kumicica 6</buyerStreet>
  13.             <buyerPostalCode>48000</buyerPostalCode>
  14.             <buyerCity>Koprivnica</buyerCity>
  15.             <buyerCountry>HR</buyerCountry>
  16.             <buyerPhone>0991234567</buyerPhone>
  17.             <customerContactPerson/>
  18.             <methodOfPayment>CreditCard</methodOfPayment>
  19.             <documentLanguage>Croatian</documentLanguage>
  20.             <Address>
  21.                 <nameFirst>Luka</nameFirst>
  22.                 <nameLast>xxx</nameLast>
  23.                 <organization/>
  24.                 <city>Koprivnica</city>
  25.                 <country>HR</country>
  26.                 <postalCode>48000</postalCode>
  27.                 <street>Trg Eugena Kumicica 1</street>
  28.                 <telephone>0991234567</telephone>
  29.                 <type>Delivery</type>
  30.             </Address>
  31.             <Items>
  32.                 <Item>
  33.                     <position>1</position>
  34.                     <productCode>2421-02</productCode>
  35.                     <quantity>1</quantity>
  36.                 </Item>
  37.                 <Item>
  38.                     <position>2</position>
  39.                     <description>GLS dostava (rok dostave 1-3 radna dana)</description>
  40.                     <quantity>1</quantity>
  41.                     <price>4.7800</price>
  42.                 </Item>
  43.             </Items>
  44.         </parameter>
  45.     </method>
  46. </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement