Advertisement
kervi

Untitled

Dec 8th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.75 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>Aspen</CityName>
  25.               <StreetPostalCode>81611</StreetPostalCode>
  26.               <StreetName>323 W. Main Street</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>Aspen</CityName>
  43.               <StreetPostalCode>81611</StreetPostalCode>
  44.               <StreetName>323 W. Main Street</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>Aspen</CityName>
  61.               <StreetPostalCode>81611</StreetPostalCode>
  62.               <StreetName>323 W. Main Street</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>Aspen</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.         <Item>
  98.           <ID>20</ID>
  99.           <BuyerID>741</BuyerID>
  100.           <ItemProduct>
  101.             <ProductID>20000001</ProductID>
  102.           </ItemProduct>
  103.           <ItemScheduleLine>
  104.             <Quantity unitCode="EA">1</Quantity>
  105.           </ItemScheduleLine>
  106.         </Item>
  107.         <CashDiscountTerms>
  108.           <Code listAgencyID="">1001</Code>
  109.         </CashDiscountTerms>
  110.         <PaymentControl actionCode=" ">
  111.           <PaymentProcessingCompanyID>2000</PaymentProcessingCompanyID>
  112.           <PropertyMovementDirectionCode>2</PropertyMovementDirectionCode>
  113.           <PaymentFormCode>20</PaymentFormCode>
  114.           <PaymentAmount currencyCode="USD">207.9</PaymentAmount>
  115.           <PaymentReferenceID>136</PaymentReferenceID>
  116.           <PaymentReferenceTypeCode>5</PaymentReferenceTypeCode>
  117.           <ExternalPayment>
  118.             <HouseBankAccountKeyInternalID>STRIPE_USD</HouseBankAccountKeyInternalID>
  119.             <PaymentTransactionReferenceID>ch_19Lh1IFNehR97g4LQwDBC6AY</PaymentTransactionReferenceID>
  120.             <DocumentDate>2016-12-01</DocumentDate>
  121.             <ValueDate>2016-12-01</ValueDate>
  122.             <Amount currencyCode="USD">207.9</Amount>
  123.           </ExternalPayment>
  124.         </PaymentControl>
  125.       </SalesOrder>
  126.     </ns1:SalesOrderBundleMaintainRequest_sync>
  127.   </SOAP-ENV:Body>
  128. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement