Advertisement
joshua-cb

WineDirect

Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema">
  2. <soap:Body>
  3.   <SearchOrders>
  4.     <Request>
  5.       <Security>
  6.         <Username>//Your Username//</Username>
  7.         <Password>//Your Password//</Password>
  8.       </Security>
  9.       <WebsiteIDs>// Specific Tasting Room ID? //</WebsiteIDs>
  10.       <OrderID></OrderID>
  11.       <OrderStatus></OrderStatus>
  12.       <Type></Type>
  13.       <DateCompletedFrom>2018-01-01T00:00:00</DateCompletedFrom>
  14.       <DateCompletedTo>2018-02-01T00:00:00</DateCompletedTo>
  15.       <MaxRows>100</MaxRows>
  16.       <Page>1</Page>
  17.     </Request>
  18.   </SearchOrders>
  19. </soap:Body>
  20. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement