5.1.1 Request JSON Parameters

Table 5-2 Request JSON Parameters

Name Type Required Description
SummaryPayload OBJECT Yes This is an object with the properties mentioned below
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
objecttype STRING NO Specify an empty string
locale STRING Yes Specify values as 'en-us'
applicationparams OBJECT Yes Specify values for the run time execution parameters.

Request JSON Sample

{  
"SummaryPayload": {
    "objectid": "$objectId",
    "processID": "1652966081449",
    "objecttype": "null",    
    "locale": "en-US",
    "applicationparams":{"FIC_MIS_DATE":"2020-06-01"}
  }
}