33.1.1 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 33-1 POST JSON Response
| Name | Type | Description | 
|---|---|---|
runCode | 
                           STRING | A unique code to specify the execution purpose | 
serviceId | 
                           STRING | Service ID of the application | 
runId | 
                           STRING | A unique ID for each run purpose code, run name ( description ) and locale | 
createdBy | 
                           STRING | The user who created the run purpose | 
modifiedBy | 
                           STRING | The user who last modified the run purpose | 
createdDate | 
                           STRING | The date and time of creation of the run purpose | 
modifiedDate | 
                           STRING | The last modified date and time of the run purpose | 
isDeleted | 
                           STRING | A flag that contains Y/N denoting that run purpose is deleted. It is N by default | 
runName | 
                           STRING | The description of run code in specified locale | 
Response JSON Sample
{
    "runPurposes": [
        {
            "runCode": "cd12",
            "serviceId": "OFS_FSAFND",
            "runId": "000002",
            "createdBy": "sysadmin",
            "modifiedBy": "sysadmin",
            "createdDate": "2024-12-04 04:32:14",
            "modifiedDate": "2024-12-04 04:32:14",
            "isDeleted": "N",
            "runName": "name12"
        },
        {
            "runCode": "cd13",
            "serviceId": "OFS_FSAFND",
            "runId": "000003",
            "createdBy": "sysadmin",
            "modifiedBy": "sysadmin",
            "createdDate": "2024-12-04 04:32:14",
            "modifiedDate": "2024-12-04 04:32:14",
            "isDeleted": "N",
            "runName": "name13"
        },
        {
            "runCode": "other",
            "serviceId": "OFS_FSAFND",
            "runId": "000001",
            "createdBy": "sysadmin",
            "modifiedBy": "sysadmin",
            "createdDate": "2024-12-04 04:32:14",
            "modifiedDate": "2024-12-04 04:32:14",
            "isDeleted": "N",
            "runName": "Other"
        },
        {
            "runCode": "cash_eod",
            "runId": "1012367409427851",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "Cash End of Day"
        },
        {
            "runCode": "cash_beginning_day",
            "runId": "1012367410296068",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "Cash Beginning of Day"
        },
        {
            "runCode": "fusion_platform",
            "runId": "1012367410323250",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "Fusion Platform"
        },
        {
            "runCode": "fusion_erp_applications",
            "runId": "1012367410352445",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "Fusion ERP Applications"
        },
        {
            "runCode": "acs_reconcilation",
            "runId": "1012367410370920",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "ACS Reconcilation (Transient)"
        },
        {
            "runCode": "afcs_admin",
            "runId": "1012367410385838",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "AFCS Admin App"
        },
        {
            "runCode": "epm_platform",
            "runId": "1012367410399575",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "EPM Platform"
        },
        {
            "runCode": "cash_month_end",
            "runId": "1012367410413361",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "Cash Month End Process (Transient)"
        },
        {
            "runCode": "afcs_platform",
            "runId": "1012367410429861",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "AFCS Platform"
        },
        {
            "runCode": "mtm_end_day",
            "runId": "1012367410443197",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:14",
            "modifiedDate": "2024-12-09 16:08:14",
            "isDeleted": "N",
            "runName": "MTM End Day"
        },
        {
            "runCode": "cash_eod",
            "runId": "1012372124478699",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "Cash End of Day"
        },
        {
            "runCode": "cash_beginning_day",
            "runId": "1012372124514458",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "Cash Beginning of Day"
        },
        {
            "runCode": "fusion_platform",
            "runId": "1012372124533914",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "Fusion Platform"
        },
        {
            "runCode": "fusion_erp_applications",
            "runId": "1012372124549023",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "Fusion ERP Applications"
        },
        {
            "runCode": "acs_reconcilation",
            "runId": "1012372124565404",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "ACS Reconcilation (Transient)"
        },
        {
            "runCode": "afcs_admin",
            "runId": "1012372124580121",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "AFCS Admin App"
        },
        {
            "runCode": "epm_platform",
            "runId": "1012372124593868",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "EPM Platform"
        },
        {
            "runCode": "cash_month_end",
            "runId": "1012372124607333",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "Cash Month End Process (Transient)"
        },
        {
            "runCode": "afcs_platform",
            "runId": "1012372124626259",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "AFCS Platform"
        },
        {
            "runCode": "mtm_end_day",
            "runId": "1012372124651648",
            "createdBy": "aaiafcuser",
            "modifiedBy": "aaiafcuser",
            "createdDate": "2024-12-09 16:08:19",
            "modifiedDate": "2024-12-09 16:08:19",
            "isDeleted": "N",
            "runName": "MTM End Day"
        }
    ]
}