Skip to content

Create a new Expected Document List.

POST/api/{version}/vobjects/study__v/{study_id}/actions/etmfcreateedl
NameDescription
Content-Typeapplication/json or text/csv
Acceptapplication/json (default) or text/csv
NameDescription
{study_id}The ID of the study.
NameDescription
applyWhereEdlItemsExistOptional: If set to true, the Create EDL job is applied to existing EDLs. If omitted, defaults to false. This is analogous to the Apply template where expected documents already exist option in the Vault UI.
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: text/csv" \ -H "Accept: text/csv" \ https://myvault.veevavault.com/api/v26.1/vobjects/study__v/00S07710/actions/etmfcreateedl
{ "responseStatus": "SUCCESS", "url": "https://myvault.veevavault.com/api/v26.1/services/jobs/1201", "job_id": 1201 }