Skip to content

Update Node Order

Given an EDL parent node, update the order of it’s children.

PUT/api/{version}/composites/trees/edl_hierarchy__v/{parent_node_id}/children
NameDescription
Content-Typeapplication/json (default) or text/csv
Acceptapplication/json (default) or application/xml or text/csv
NameDescription
parent_node_idThe ID of a parent node in the hierarchy.

Expressed as a JSON or a CSV.

curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/json" \
-d '{"id": "0000000000000JLL","order__v": "2"}'
https://myvault.veevavault.com/api/v18.2/composites/trees/edl_hierarchy__v/0000000000000JIT/children
{
  "responseStatus": "SUCCESS"
}