POST workflow/run
Runs any workflows for the defined records.
Request Information
URI
https://ofd-api.blueprintcpq.net/workflow/run
URI Parameters
None.
Body Parameters
The records.
Collection of RunWorkflow| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | Object |
None. |
|
| Table | string |
None. |
|
| WorkflowTrigger | WorkflowTrigger |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": {},
"Table": "sample string 2",
"WorkflowTrigger": 0
},
{
"Id": {},
"Table": "sample string 2",
"WorkflowTrigger": 0
}
]
text/html
Sample:
[{"Id":{},"Table":"sample string 2","WorkflowTrigger":0},{"Id":{},"Table":"sample string 2","WorkflowTrigger":0}]
application/xml, text/xml
Sample:
<ArrayOfRunWorkflow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels">
<RunWorkflow>
<Id />
<Table>sample string 2</Table>
<WorkflowTrigger>Create</WorkflowTrigger>
</RunWorkflow>
<RunWorkflow>
<Id />
<Table>sample string 2</Table>
<WorkflowTrigger>Create</WorkflowTrigger>
</RunWorkflow>
</ArrayOfRunWorkflow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.