Question
1
Replies
760
Views
Cognizant
Posted: April 19, 2018
Last activity: April 20, 2018
Closed
PegaAPI : How to create work object in bulk process
Hi,
Using pega API create work object, how to create more than one work object in single call.
In single request, it need to create 10 work objects.
i dont see any api to create multiple cases in a single call. Using Pega api you can create one case at a time. You need to loop on your side and call the rest api multiple times.