Hold Request Update Response in the JSON Format

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

{
    "C1-UpdateHoldRequest":
    {
        "requestProcessStatus": ""
        "sourceSystem": ""
        "externalTransactionId": ""
        "externalSourceId": ""
        "holdRequestId": ""
        "holdComments": ""
        "holdEndDate": ""
        "entityId": ""
        "entityEndDate": ""
        "holdProcessData":
        {
            "holdProcess": ""
            "holdProcessEndDate: ""
        }
        "characteristics":
        {
            "action": ""
            "characteristicType": ""
            "characteristicValue": ""
            "effectiveDate": ""
        }
        "errormsg": ""
    }
}

Related Topics

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