Advertisement
kervi

Untitled

Dec 5th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.37 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://sap.com/xi/SAPGlobal20/Global">
  3.   <SOAP-ENV:Body>
  4.     <ns1:SalesOrderBundleMaintainRequest_sync>
  5.       <BasicMessageHeader/>
  6.       <SalesOrder>
  7.         <BuyerID>741</BuyerID>
  8.         <PostingDate>2016-12-01T01:57:46+03:00</PostingDate>
  9.         <DataOriginTypeCode>4</DataOriginTypeCode>
  10.         <SalesAndServiceBusinessArea>
  11.           <DistributionChannelCode>Z1</DistributionChannelCode>
  12.         </SalesAndServiceBusinessArea>
  13.         <BillToParty>
  14.           <PartyID>1000197</PartyID>
  15.           <Address>
  16.             <Email>
  17.               <URI>js@jillsiegel.com</URI>
  18.             </Email>
  19.             <DisplayName>
  20.               <FormattedName>Siegel Jill</FormattedName>
  21.             </DisplayName>
  22.             <PostalAddress>
  23.               <CountryCode>US</CountryCode>
  24.               <CityName>BOCA RATON</CityName>
  25.               <StreetPostalCode>33496</StreetPostalCode>
  26.               <StreetName>3785 COVENTRY LN</StreetName>
  27.               <HouseID></HouseID>
  28.             </PostalAddress>
  29.           </Address>
  30.         </BillToParty>
  31.         <AccountParty>
  32.           <PartyID>1000197</PartyID>
  33.           <Address>
  34.             <Email>
  35.               <URI>js@jillsiegel.com</URI>
  36.             </Email>
  37.             <DisplayName>
  38.               <FormattedName>Siegel Jill</FormattedName>
  39.             </DisplayName>
  40.             <PostalAddress>
  41.               <CountryCode>US</CountryCode>
  42.               <CityName>BOCA RATON</CityName>
  43.               <StreetPostalCode>33496</StreetPostalCode>
  44.               <StreetName>3785 COVENTRY LN</StreetName>
  45.               <HouseID></HouseID>
  46.             </PostalAddress>
  47.           </Address>
  48.         </AccountParty>
  49.         <ProductRecipientParty>
  50.           <PartyID>1000197</PartyID>
  51.           <Address>
  52.             <Email>
  53.               <URI>js@jillsiegel.com</URI>
  54.             </Email>
  55.             <DisplayName>
  56.               <FormattedName>Siegel Jill</FormattedName>
  57.             </DisplayName>
  58.             <PostalAddress>
  59.               <CountryCode>US</CountryCode>
  60.               <CityName>BOCA RATON</CityName>
  61.               <StreetPostalCode>33496</StreetPostalCode>
  62.               <StreetName>3785 COVENTRY LN</StreetName>
  63.               <HouseID></HouseID>
  64.             </PostalAddress>
  65.           </Address>
  66.         </ProductRecipientParty>
  67.         <EmployeeResponsibleParty>
  68.           <PartyID>8000000001</PartyID>
  69.         </EmployeeResponsibleParty>
  70.         <SellerParty>
  71.           <PartyID>2000</PartyID>
  72.         </SellerParty>
  73.         <SalesUnitParty>
  74.           <PartyID>DS2100</PartyID>
  75.         </SalesUnitParty>
  76.         <DeliveryTerms>
  77.           <DeliveryPriorityCode>2</DeliveryPriorityCode>
  78.           <Incoterms>
  79.             <ClassificationCode>DDP</ClassificationCode>
  80.             <TransferLocationName>BOCA RATON</TransferLocationName>
  81.           </Incoterms>
  82.         </DeliveryTerms>
  83.         <PricingTerms>
  84.           <CurrencyCode>USD</CurrencyCode>
  85.           <GrossAmountIndicator>true</GrossAmountIndicator>
  86.         </PricingTerms>
  87.         <Item>
  88.           <ID>10</ID>
  89.           <BuyerID>741</BuyerID>
  90.           <ItemProduct>
  91.             <ProductID>BSKI1</ProductID>
  92.           </ItemProduct>
  93.           <ItemScheduleLine>
  94.             <Quantity unitCode="EA">1</Quantity>
  95.           </ItemScheduleLine>
  96.         </Item>
  97.         <PaymentControl actionCode=" ">
  98.           <PaymentProcessingCompanyID>2000</PaymentProcessingCompanyID>
  99.           <PropertyMovementDirectionCode>2</PropertyMovementDirectionCode>
  100.           <PaymentFormCode>20</PaymentFormCode>
  101.           <PaymentAmount currencyCode="USD">207.9</PaymentAmount>
  102.           <PaymentReferenceID>136</PaymentReferenceID>
  103.           <PaymentReferenceTypeCode>5</PaymentReferenceTypeCode>
  104.           <ExternalPayment>
  105.             <HouseBankAccountKeyInternalID>STRIPE_USD</HouseBankAccountKeyInternalID>
  106.             <PaymentTransactionReferenceID>ch_19Lh1IFNehR97g4LQwDBC6AY</PaymentTransactionReferenceID>
  107.             <DocumentDate>2016-12-01</DocumentDate>
  108.             <ValueDate>2016-12-01</ValueDate>
  109.             <Amount currencyCode="USD">207.9</Amount>
  110.           </ExternalPayment>
  111.         </PaymentControl>
  112.       </SalesOrder>
  113.     </ns1:SalesOrderBundleMaintainRequest_sync>
  114.   </SOAP-ENV:Body>
  115. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement