Hold Request View Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the hold request view request in the XML format:

<C1-GetHoldRequestHistory>
    <getHoldReqHistRequest>
        <sourceSystem></sourceSystem>
        <externalSourceId></externalSourceId>
        <c1ExternalTransactionId></c1ExternalTransactionId>
        <getHoldReqStartDt></getHoldReqStartDt>
        <getHoldReqEndDt></getHoldReqEndDt>
        <getHoldReqEntity></getHoldReqEntity>
        <getHoldReqReason></getHoldReqReason>
        <getHoldReqEntIdentType></getHoldReqEntIdentType>
        <getHoldReqEntIdentValue></getHoldReqEntIdentValue>
        <getHoldReqEntityId></getHoldReqEntityId>
        <getHoldReqProcess></getHoldReqProcess>
    </getHoldReqHistRequest>
</C1-GetHoldRequestHistory>

Related Topics

For more information on... See...
Hold Request View Response in the XML Format Hold Request View Response in the XML Format
Hold Request View Request and Response - Tags in XML Format Hold Request View Request and Response - Tags in XML Format
Sample Hold Request View Request and Response in the XML Format Sample Hold Request View Request and Response in the XML Format