8.1.1 Request JSON Parameters
Table 8-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
objectID *
|
STRING | Yes |
Specify an unique string identifier for the execution. Allowed characters are alphabets , numbers, Hyphen(-),and Underscore(_) No other special characters are allowed For example: 'test123' |
processID |
STRING | Yes | Process ID of the Run Pipeline |
processcode |
STRING | Yes | Process Code of the Run Pipeline |
applicationparams |
OBJECT | Yes | Specify values for the run time execution parameters.
Note: Run purpose must be passed as a Run purpose name in the request. It is an optional parameter. |
Note:
All fields marked with an Asterisk (*) symbol are mandatory fields.Note:
Process Id and Process code are optional fields, either one can be passed for execution.
Request JSON Sample
{
"objectId": "16062022-api3",
"processId": "PR_1654836288932",
"applicationParams":{FIC_MIS_DATE:2019-04-19, "run_purpose":["test1"]}
"processCode":"code"
}