Hold Request View Response in the JSON Format

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

{
    "C1-GetHoldRequestHistory":
    {
        "getHoldReqHistRequest": ""
        {
            "sourceSystem": ""
            "externalSourceId": ""
            "c1ExternalTransactionId": ""
            "getHoldReqStartDt": ""
            "getHoldReqEndDt": ""
            "getHoldReqEntity": ""
            "getHoldReqReason": ""
            "getHoldReqEntIdentType": ""
            "getHoldReqEntIdentValue": ""
            "getHoldReqEntityId": ""
            "getHoldReqProcess": ""
        }
        "holdReqHistResponse": ""
        {
            "statusCd": ""
            "messageText": ""
            "holdReqHistList": ""
            {
                "holdReqId": ""
                "holdReqStartDt": ""
                "holdReqEndDt": ""
                "holdReqStatus": ""
                "holdReqType": ""
                "holdReqReason": ""
                "holdReqEntity": ""
                "holdReqProcesses": ""
             }
        }
    }
}

Related Topics

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