Advertisement
Ahmed_Ait_Lahcen

Untitled

Nov 3rd, 2023
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <entry xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xml:base="https://my406399-api.s4hana.cloud.sap/sap/opu/odata/sap/API_SALES_ORDER_SRV/">
  3.     <content type="application/atom+xml;type=entry">
  4.         <m:properties>
  5.             <d:SalesOrderType>OR</d:SalesOrderType>
  6.             <d:SalesOrganization>US01</d:SalesOrganization>
  7.             <d:DistributionChannel>10</d:DistributionChannel>
  8.             <d:OrganizationDivision>01</d:OrganizationDivision>
  9.             <d:SoldToParty>1000013</d:SoldToParty>
  10.             <d:PurchaseOrderByCustomer>Created via OData Service</d:PurchaseOrderByCustomer>
  11.             <to_Partner>
  12.                 <d:PartnerFunction>SH</d:PartnerFunction>
  13.                 <d:Customer>1000013</d:Customer>
  14.             </to_Partner>
  15.             <to_Text>
  16.                 <d:Language>EN</d:Language>
  17.                 <d:LongTextID>TX01</d:LongTextID>
  18.                 <d:LongText>Long text of LongTextID TX01</d:LongText>
  19.             </to_Text>
  20.             <to_Item>
  21.                 <results>
  22.                     <d:Material>121196</d:Material>
  23.                     <d:RequestedQuantity>2</d:RequestedQuantity>
  24.                     <d:to_PricingElement>
  25.                         <d:results>
  26.                             <d:ConditionType>PCE1</d:ConditionType>
  27.                             <d:ConditionRateValue>1000</d:ConditionRateValue>
  28.                         </d:results>
  29.                     </d:to_PricingElement>
  30.                 </results>
  31.                 <results>
  32.                     <d:Material>107088</d:Material>
  33.                     <d:RequestedQuantity>10</d:RequestedQuantity>
  34.                     <d:to_PricingElement>
  35.                         <d:results>
  36.                             <d:ConditionType>PCE1</d:ConditionType>
  37.                             <d:ConditionRateValue>2000</d:ConditionRateValue>
  38.                         </d:results>
  39.                     </d:to_PricingElement>
  40.                 </results>
  41.             </to_Item>
  42.         </m:properties>
  43.     </content>
  44. </entry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement