Skip to content

Apply EDL Template to a Milestone

Apply an EDL template to a Milestone object record.

POST/api/{version}/vobjects/milestone__v/{milestone_id}/actions/etmfcreateedl
NameDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json
NameDescription
{milestone_id}The ID of the milestone.
Field NameDescription
edl_idThe ID of the EDL template to apply to this milestone.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "edl_id=0EL000000000105" \
https://myvault.veevavault.com/api/v20.1/vobjects/milestone__v/0M0007710/actions/etmfcreateedl
{
  "responseStatus": "SUCCESS",
  "job_id": 9901,
  "url": "/api/v20.1/services/jobs/9901"
}