Initiate Document Workflow

POST https://{{vaultDNS}}/api/{{version}}/objects/documents/actions/:{workflow_name}

https://developer.veevavault.com/api/24.2/#Initiate_Multi_Document_Workflow

Initiate a document workflow on a set of documents. If any document is not in the relevant state or does not meet configured field conditions, the API returns INVALID_DATA for the invalid documents and the workflow does not start.

Request Body

[{"name"=>"contents__sys", "value"=>"", "datatype"=>"null"}, {"name"=>"participant_name", "value"=>"", "datatype"=>"null"}, {"name"=>"description__sys", "value"=>"", "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
Content-Typestring