Question

Dell
BR
Last activity: 16 Oct 2018 12:03 EDT
How to create Temporary Cases through the Pega API?
Hello,
I'm trying to create temporary cases using the Pega API but am not being able to. I'm sending as parameter the following structure:
{ "caseTypeID": "COMP-ORG-Work-MyApp", "processID": "pyStartCase" }
note that the pyStartCase from the COMP-ORG-Work-MyApp class has the Temporary object checkbox selected.
Other approach I tried was to add the following code inside the structure:
"content": { "pyTemporaryObject": "true" }
Either way, the created case is still a permanent one. Anyone knows how to do it?
Thanks in advance.
***Edited by Moderator: Marissa to add SR Details***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.