41.1.1 Request JSON Parameters
Table 41-2 Request JSON Parameters
| Name | Type | Required | Description |
|---|---|---|---|
objectId
|
STRING | Yes | List of Object IDs of the PMF Execution |
processID |
STRING | Yes | Process ID of the PMF execution |
objecttype |
STRING | Yes | Object Type of the process |
locale |
STRING | Yes | en-US |
applicationparams |
STRING | Yes | Application parameter of the PMF execution |
Request JSON Sample
Fresh execute request:
{
"SummaryPayload": {
"objectid": "16062022-api3",
"processID": "PR_1654836288932",
"objecttype": "null",
"locale": "en-US",
"applicationparams":{FIC_MIS_DATE:2019-04-19, "run_purpose":
["test1"]}
}
}
Rerun request:
{ "processInstanceId": "#processInstanceId" }