Skip to content

This API allows sponsors and CROs to send Safety reports and letters to Sites. Learn more about Safety Distributions in Vault Help.

POST/api/{version}/app/clinical/safety_distributions/{id}/actions/send
NameDescription
Content-Typeapplication/json (default)
Acceptapplication/json (default) or application/xml
NameDescription
{id}The record ID of the Safety Distribution record to send. Must be in a Ready or Distributed state.
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: application/x-www-form-urlencoded" \ https://myvault.veevavault.com/api/v26.1/app/clinical/safety_distributions/V56000000001004/actions/send
{ "responseStatus": "SUCCESS", "data": { "job_id": 93601, "message": "Distributing documents. You will receive a notification when processing is complete." } }

On SUCCESS, the response includes the following information:

NameDescription
job_idThe Job ID value to retrieve the status and results of this request. Use this ID to query for the job status.