Advertisement
Guest User

EH Supplier Direct Example Request

a guest
Jan 22nd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  3.     <soapenv:Header>
  4.         <tns:SessionHeader xmlns:tns="http://soap.sforce.com/schemas/class/SFDCEventHubExceptionsHandler" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5.             <tns:sessionId>00D9E0000000qYq!AQoAQDzWjTNCs_sQ5Ix6IWsfP.mO7evFGWUzTFNqblIacUz5_O7PyeI4m_zjBeDnDnC8.kxRT0nFmtDd7aN.ufSBCG.G35iL</tns:sessionId>
  6.         </tns:SessionHeader>
  7.     </soapenv:Header>
  8.     <soapenv:Body>
  9.         <tns:manageEventHubExceptions xmlns:tns="http://soap.sforce.com/schemas/class/SFDCEventHubExceptionsHandler">
  10.             <tns:request>
  11.                 <EHExceptionResponse:customerName xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">Mrs Bunce</EHExceptionResponse:customerName>
  12.                 <EHExceptionResponse:deliveryType xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">Supplier Direct</EHExceptionResponse:deliveryType>
  13.                 <EHExceptionResponse:ehExceptionCode xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">Event Hub</EHExceptionResponse:ehExceptionCode>
  14.                 <EHExceptionResponse:ehExceptionId xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">6612924</EHExceptionResponse:ehExceptionId>
  15.                 <EHExceptionResponse:ehExceptionName xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">Delivery Arranged to John Lewis</EHExceptionResponse:ehExceptionName>
  16.                 <EHExceptionResponse:supplierDirectInfo xmlns:EHExceptionResponse="http://soap.sforce.com/schemas/class/EventHubVO">
  17.                     <EHExceptionResponse:branchName>John Lewis.com</EHExceptionResponse:branchName>
  18.                     <EHExceptionResponse:customerOrderedDate>2018-10-18T00:00:00+01:00</EHExceptionResponse:customerOrderedDate>
  19.                     <EHExceptionResponse:expectedDeliveryDate>2018-11-23T00:00:00+00:00</EHExceptionResponse:expectedDeliveryDate>
  20.                     <EHExceptionResponse:fulfilmentType>JL</EHExceptionResponse:fulfilmentType>
  21.                     <EHExceptionResponse:isOnline>true</EHExceptionResponse:isOnline>
  22.                     <EHExceptionResponse:orderId>133681285</EHExceptionResponse:orderId>
  23.                     <EHExceptionResponse:orderLineStatus>Delivery Arranged to John Lewis</EHExceptionResponse:orderLineStatus>
  24.                     <EHExceptionResponse:orderLineStatusReason/>
  25.                     <EHExceptionResponse:productCode>87133412</EHExceptionResponse:productCode>
  26.                     <EHExceptionResponse:productDescription>OLIVER SNUGGLER ARMLS BAND A</EHExceptionResponse:productDescription>
  27.                     <EHExceptionResponse:promisedDeliveryDate>2018-12-13T00:00:00+00:00</EHExceptionResponse:promisedDeliveryDate>
  28.                     <EHExceptionResponse:purchaseOrderNo>124568-2018-10-18</EHExceptionResponse:purchaseOrderNo>
  29.                     <EHExceptionResponse:statusAsOfDate>2018-11-15T15:06:31+00:00</EHExceptionResponse:statusAsOfDate>
  30.                     <EHExceptionResponse:supplierName>Westbridge Furniture Designs Ltd.</EHExceptionResponse:supplierName>
  31.                 </EHExceptionResponse:supplierDirectInfo>
  32.             </tns:request>
  33.         </tns:manageEventHubExceptions>
  34.     </soapenv:Body>
  35. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement