Hold Request View Response in the XML Format

The following code snippet illustrates how the tags should be nested while sending the hold request view response 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>
    <holdReqHistResponse>
        <statusCd></statusCd>
        <messageText></messageText>
        <holdReqHistList>
            <holdReqId></holdReqId>
            <holdReqStartDt></holdReqStartDt>
            <holdReqEndDt></holdReqEndDt>
            <holdReqStatus></holdReqStatus>
            <holdReqType></holdReqType>
            <holdReqReason></holdReqReason>
            <holdReqEntity></holdReqEntity>
            <holdReqProcesses></holdReqProcesses>
        </holdReqHistList>
    </holdReqHistResponse>
</C1-GetHoldRequestHistory>

Related Topics

For more information on... See...
Hold Request View Request in the XML Format Hold Request View Request 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