Initiate Workflow Task Action
POST https://{{vaultDNS}}/api/{{version}}/objects/objectworkflows/tasks/:{task_id}/actions/:{task_action}
https://developer.veevavault.com/api/23.2/#Initiate_Workflow_Task_Action
Initiate a workflow task action. Note that the API does not support initiating task actions requiring eSignatures (where esignature
is true
).
Request Body
[{"name"=>"verdict", "value"=>"", "datatype"=>"null"}, {"name"=>"reason", "value"=>"", "datatype"=>"null"}, {"name"=>"capacity", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |