Question
4
Replies
669
Views
Posted: April 11, 2018
Last activity: March 16, 2020
Closed
Connect-rest Json Request holding array of strings
Hello,
Is it possible to have the Connect-Rest accept the below JSON Request in Pega ?
{
"migrated": true,
"projects": ["P-001122","P-001123"]
}
Thank you,
Mariane
***Edited by Moderator Marissa to update categories***
Correction in terminology**:
Have the Connect-REST (POST) *send* the below JSON Request in Pega ?
{
"migrated": true,
"projects": ["P-001122","P-001123"]
}