Hold Request View Request in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while receiving the hold request view request in the JSON format:

{
    "C1-GetHoldRequestHistory":
    {
        "getHoldReqHistRequest": ""
        {
            "sourceSystem": ""
            "externalSourceId": ""
            "c1ExternalTransactionId": ""
            "getHoldReqStartDt": ""
            "getHoldReqEndDt": ""
            "getHoldReqEntity": ""
            "getHoldReqReason": ""
            "getHoldReqEntIdentType": ""
            "getHoldReqEntIdentValue": ""
            "getHoldReqEntityId": ""
            "getHoldReqProcess": ""
        }
    }
}

Related Topics

For more information on... See...
Hold Request View Response in the JSON Format Hold Request View Response in the JSON Format
Hold Request View Request and Response - Attribute/Value Pairs in JSON Format Hold Request View Request and Response - Attribute/Value Pairs in JSON Format
Sample Hold Request View Request and Response in the JSON Format Sample Hold Request View Request and Response in the JSON Format