Import Narrative
POST https://{{vaultDNS}}/api/{{version}}/app/safety/import-narrative
The request creates a narrative document for the destination Case, in the format of the E2B import narrative template. If a Case narrative document already exists for the given language, the request creates a new version of the document. Before submitting this request, the destination Case must exist.
https://developer.veevavault.com/api/21.1/#import-narrative
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
caseId | null | Destination Case or Adverse Event Report ID. | |
narrativeType | null | For the main narrative, enter primary. For a narrative translation, enter translation. | |
The primary narrative must exist before you can add a translation. | |||
narrativeLanguage | null | Three-letter ISO 639-2 language code. | |
Currently, the primary narrative must be English (eng). |