Get Purchase Order

Example Payload

This is the request payload of the get operation.


<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:getPurchaseOrder xmlns:ns1="http://xmlns.oracle.com/apps/prc/po/editDocument/purchaseOrderServiceV2/types/">
            <ns1:poHeaderId>300100111487054</ns1:poHeaderId>
        </ns1:getPurchaseOrder>
    </soap:Body>
</soap:Envelope>