Advertisement
andersHTML24

E-conomic Request

Sep 16th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://e-conomic.com">
  3.   <SOAP-ENV:Body>
  4.     <ns1:Order_CreateFromData>
  5.       <ns1:data>
  6.         <ns1:Handle>
  7.           <ns1:Id>1234567</ns1:Id>
  8.         </ns1:Handle>
  9.         <ns1:Id>1234567</ns1:Id>
  10.         <ns1:DebtorHandle>
  11.           <ns1:Number>1</ns1:Number>
  12.         </ns1:DebtorHandle>
  13.         <ns1:Number>1234567</ns1:Number>
  14.         <ns1:DebtorName>Test Customer</ns1:DebtorName>
  15.         <ns1:DebtorAddress>Redacted Address 149</ns1:DebtorAddress>
  16.         <ns1:DebtorPostalCode>2300</ns1:DebtorPostalCode>
  17.         <ns1:DebtorCity>København S</ns1:DebtorCity>
  18.         <ns1:DebtorCountry>Danmark</ns1:DebtorCountry>
  19.         <ns1:Date>2015-09-15T12:00:00+02:00</ns1:Date>
  20.         <ns1:TermOfPaymentHandle>
  21.           <ns1:Id>1</ns1:Id>
  22.         </ns1:TermOfPaymentHandle>
  23.         <ns1:DueDate>2015-09-15T12:00:00+02:00</ns1:DueDate>
  24.         <ns1:CurrencyHandle>
  25.           <ns1:Code>DKK</ns1:Code>
  26.         </ns1:CurrencyHandle>
  27.         <ns1:ExchangeRate>100</ns1:ExchangeRate>
  28.         <ns1:IsVatIncluded>true</ns1:IsVatIncluded>
  29.         <ns1:DeliveryAddress>Redacted Address 136</ns1:DeliveryAddress>
  30.         <ns1:DeliveryPostalCode>2300</ns1:DeliveryPostalCode>
  31.         <ns1:DeliveryCity>Lyngby</ns1:DeliveryCity>
  32.         <ns1:DeliveryCountry>Danmark</ns1:DeliveryCountry>
  33.         <ns1:DeliveryDate>2015-09-15T12:00:00+02:00</ns1:DeliveryDate>
  34.         <ns1:IsArchived>false</ns1:IsArchived>
  35.         <ns1:IsSent>false</ns1:IsSent>
  36.         <ns1:NetAmount>100.00</ns1:NetAmount>
  37.         <ns1:VatAmount>20.00</ns1:VatAmount>
  38.         <ns1:GrossAmount>120.00</ns1:GrossAmount>
  39.         <ns1:Margin>0</ns1:Margin>
  40.         <ns1:MarginAsPercent>0</ns1:MarginAsPercent>
  41.         <ns1:VatZone>
  42.           <ns1:Number>HomeCountry</ns1:Number>
  43.         </ns1:VatZone>
  44.       </ns1:data>
  45.     </ns1:Order_CreateFromData>
  46.   </SOAP-ENV:Body>
  47. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement