Receiving multiple rows of data through a REST API
Hello,
I created a CI-BASED REST service within PeopleSoft. We are using this to load rows of data into an API (like Postman) using JSON.
Whenever I load one row of data at time, it works correctly and inserts the data into our PeopleSoft table.
Here is an example of the JSON I use for inserting one row of data. This one works:
{
"Create__CompIntfc__AFF_SMM_CLAIMS_I_IC":
{
"BUSINESS_UNIT": "ACECC",
"LEDGER_GROUP": "ACTUALS",
"LEDGER": "ACTUALS",
"ACCOUNT": 225994,
"DEPTID": "",
"PRODUCT": "",
"PROJECT_ID": "",
"CHARTFIELD1": "AL",
"CHARTFIELD2": "POOL8",
"CHARTFIELD3": "D",
"MONETARY_AMOUNT": 240.842,
"CURRENCY_CD": "USD",
"APPL_JRNL_ID": "F1_ALS",
"BUSINESS_UNIT_GL": "ACECC",