InvoiceDetailByPOPort


Click here for a complete list of operations.

InvoiceDetailByPO

Test

The test form is only available for requests from the local machine.

SOAP

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

POST /XWebTD/V1/InvoiceDetailByPO.asmx HTTP/1.1
Host: ws.xwebservices.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:ws-xwebservices-com:XWebTD:v1:InvoiceDetailByPO:invoiceDetailByPOIn"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <InvoiceDetailByPORequest xmlns="urn:ws-xwebservices-com:XWebTD:v1:InvoiceDetailByPO:Messages">
      <RequestInvoiceDetailByPO>
        <Detail xmlns="urn:ws-xwebservices-com:XWebTD:v1:InvoiceDetailByPO:Types">
          <EDIInclusion>B or O</EDIInclusion>
          <POInfo>
            <PONbr>string</PONbr>
            <PONbr>string</PONbr>
          </POInfo>
        </Detail>
      </RequestInvoiceDetailByPO>
    </InvoiceDetailByPORequest>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <InvoiceDetailByPOResponse xmlns="urn:ws-xwebservices-com:XWebTD:v1:InvoiceDetailByPO:Messages">
      <ResponseInvoiceDetailByPO>
        <Detail xmlns="urn:ws-xwebservices-com:XWebTD:v1:InvoiceDetailByPO:Types">
          <OrderInfo>
            <PONbr>string</PONbr>
            <EndUserPONbr>string</EndUserPONbr>
            <OrderNbr>string</OrderNbr>
            <OrderDate>token</OrderDate>
            <EstShipDate>token</EstShipDate>
            <OrderStatus>ON-HOLD or OPEN or CANCELED or RELEASED or PARTIAL or INVOICED</OrderStatus>
            <InvoiceNbr>string</InvoiceNbr>
            <ErrorMsg>string</ErrorMsg>
            <ContainerInfo xsi:nil="true" />
            <ContainerInfo xsi:nil="true" />
          </OrderInfo>
          <OrderInfo>
            <PONbr>string</PONbr>
            <EndUserPONbr>string</EndUserPONbr>
            <OrderNbr>string</OrderNbr>
            <OrderDate>token</OrderDate>
            <EstShipDate>token</EstShipDate>
            <OrderStatus>ON-HOLD or OPEN or CANCELED or RELEASED or PARTIAL or INVOICED</OrderStatus>
            <InvoiceNbr>string</InvoiceNbr>
            <ErrorMsg>string</ErrorMsg>
            <ContainerInfo xsi:nil="true" />
            <ContainerInfo xsi:nil="true" />
          </OrderInfo>
        </Detail>
      </ResponseInvoiceDetailByPO>
    </InvoiceDetailByPOResponse>
  </soap:Body>
</soap:Envelope>