Starts new process instances with the data posted.
| Value | Notes | |
|---|---|---|
| URI | {Service Root URI}/Process/Instances/StartInstances?{Query Options}
e.g. https://api.denallix.com:443/K2Services/REST.svc/Process/Instances/StartInstances?synchronous=false |
|
| Method | POST | This method cannot be called via URI construction in the address bar of standard browsers. Tooling such as Fiddler or .NET code may be required to execute the POST |
| Request Headers | Authorization: Basic {encrypted token goes here} Content-type: application/xml |
Ensure that the request has at least these headers set.
|
| Request Body | The request body contains the ProcessInstances item represented as XML. The ProcessInstances XML returned from Process GET methods can be used as a starting point for the XML input of this POST method. Any invalid elements or attributes will be ignored |
| Video | Links | Learn | Support |
|
No videos found for this article K2 on YouTube
No Additional links found for this article
No self-learning content for this article Try some scenarios...
No relevant support links available for this article
|
|||