Question
Sopra Steria
FR
Last activity: 20 Oct 2023 22:45 EDT
Create MANY cases with API
Hello,
I managed to create a case each time, but I want to create a few at time, each time changing a single property;
{
"caseTypeID":"XXXXXXX",
"processID":"pyStartCase",
"content":{
"Id":"12000",
"IsSomething" : "true",
}}
I want to run this request for multiple IDs, or call the create case through an API in activity and loop on a list of IDs if possible.
Any Ideas ?