32.1.1 Request JSON Parameters
Table 32-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
runpurposeList |
STRING | Yes | The list of run purposes |
runCode |
STRING | Yes | The code value of the run purpose |
runName |
STRING | Yes | The name corresponding to the run code in the given locale |
locale |
STRING | Yes | The local language in the language code format. For example 'en-US' |
Request JSON Sample
{
"runPurposeList": [
{
"runCode" : "cash_eod",
"runName" : "Cash End of Day",
"locale" :"en-US"
},
{
"runCode" : "cash_beginning_day",
"runName" : "Cash Beginning of Day",
"locale" :"en-US"
},
{
"runCode" : "fusion_platform",
"runName" : "Fusion Platform",
"locale" :"en-US"
},
{
"runCode" : "fusion_erp_applications",
"runName" : "Fusion ERP Applications",
"locale" :"en-US"
},
{
"runCode" : "acs_reconcilation",
"runName" : "ACS Reconcilation (Transient)",
"locale" :"en-US"
},
{
"runCode" : "afcs_admin",
"runName" : "AFCS Admin App",
"locale" :"en-US"
},
{
"runCode" : "epm_platform",
"runName" : "EPM Platform",
"locale" :"en-US"
},
{
"runCode" : "cash_month_end",
"runName" : "Cash Month End Process (Transient)",
"locale" :"en-US"
},
{
"runCode" : "afcs_platform",
"runName" : "AFCS Platform",
"locale" :"en-US"
},
{
"runCode" : "mtm_end_day",
"runName" : "MTM End Day",
"locale" :"en-US"
}
]
}