Hold Request Creation Request 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-CreateHoldRequest":
    {
        "holdRequest": ""
        {
            "sourceSystem": ""
            "externalTransactionId": ""
            "externalSourceId": ""
            "holdStartDate": ""
            "holdEndDate": ""
            "holdDays": ""
            "holdRequestType": ""
            "holdEntity": ""
            "holdReason": ""
            "holdComments": ""
            "entityIdentifierType": ""
            "entityIdentifierValue": ""
            "entityId": ""
            "holdEntityEndDate": ""
            "hierarchySwitch": ""
            "holdProcessData":
        {
                "holdProcess": ""
                "holdProcessEndDate": ""
            }
            characteristics":
        {
                "characteristicType": ""
                "characteristicValue": ""
                "effectiveDate": ""
            }
        }
    }
}

Related Topics

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