Advertisement
sambacar

Untitled

Jun 12th, 2025
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <request>
  3.     <login username="xx" md5pass="xx" token="xx"/>
  4.     <method name="SalesOrderCreate">
  5.         <parameter name="SalesOrder">
  6.             <date>2025-06-12</date>
  7.             <deliveryDate>2025-06-11</deliveryDate>
  8.             <orderReference>1000039287</orderReference>
  9.             <deliveryMethod>GLS dostava + POUZEĆE</deliveryMethod>
  10.             <buyerName>Pero xx</buyerName>
  11.             <buyerEMail>[email protected]</buyerEMail>
  12.             <buyerStreet>Ul. Tina Ujevića xx</buyerStreet>
  13.             <buyerPostalCode>10370</buyerPostalCode>
  14.             <buyerCity>Dugo Selo</buyerCity>
  15.             <buyerCountry>HR</buyerCountry>
  16.             <buyerPhone>0920000000</buyerPhone>
  17.             <customerContactPerson/>
  18.             <methodOfPayment>CashOnDelivery</methodOfPayment>
  19.             <documentLanguage>Croatian</documentLanguage>
  20.             <Address>
  21.                 <nameFirst>Pero</nameFirst>
  22.                 <nameLast>xx</nameLast>
  23.                 <organization/>
  24.                 <city>Dugo Selo</city>
  25.                 <country>HR</country>
  26.                 <postalCode>10370</postalCode>
  27.                 <street>Ul. Tina Ujevića xx</street>
  28.                 <telephone>0920000000</telephone>
  29.                 <type>Delivery</type>
  30.             </Address>
  31.             <Items>
  32.                 <Item>
  33.                     <position>1</position>
  34.                     <productCode>4813-0106</productCode>
  35.                     <quantity>1</quantity>
  36.                 </Item>
  37.                 <Item>
  38.                     <position>2</position>
  39.                     <description>GLS dostava + POUZEĆE</description>
  40.                     <quantity>1</quantity>
  41.                     <price>6.6500</price>
  42.                 </Item>
  43.             </Items>
  44.         </parameter>
  45.     </method>
  46. </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement