Unable to pass comma in REST API Call for submitESSJobRequest in erpintegrations service
We're using erpintegrations REST service to submit ESS jobs using submitESSJobRequest operation.
Sample Payload:
{
"OperationName":"submitESSJobRequest",
"JobPackageName":"/oracle/apps/ess/financials/generalLedger/programs/common/",
"JobDefName":"JournalImportLauncher",
"ESSParameters":"Data Access Set,Source,Ledger,Group ID,N,N,N"
}
The parameters for the ESS job have to passed as comma separated values inside double quotes.
However, the issue arises when there is a ledger having comma in its name (Eg: United States, USA)
Now since the ledger name has a comma in it, we are unable to pass the name because if we pass the value as is, it separates the value based on comma & considers the string after comma as a separate parameter.
Tagged:
1