30.1.1 Request JSON Parameters
Table 30-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
processInstanceIdList |
STRING | Yes | The unique value that identifies the process instance. |
objectIdList |
STRING | Yes | The unique value that identifies the object instance. |
Note:
Either Process Instance ID or an Object ID can be provided in the request JSON.Request JSON Sample
{
"processInstanceIdList": [
"1739776513863_4e8b7876-f0d9-4ec2-8505-d694fa8ec677",
"1739776513863_90a0d89d-b262-4a60-9512-55c988b92fc8",
"1739776045334_12050a74-4add-4489-b7b3-8d13b5915632",
"1739776513863_2d41c6a6-9fcf-424b-b734-43cb6b65c9e9"
],
"objectIdList": [
"1722408089928",
"LOAN_PROCESS_EXEC"
]
}