veeva · JSON Structure

Veeva Vault Document Create Response Structure

DocumentCreateResponse schema from Veeva Vault REST API

Type: object Properties: 5

DocumentCreateResponse is a JSON Structure definition published by veeva, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

responseStatus id external_id__v major_version_number__v minor_version_number__v

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-structure/veeva-vault-document-create-response-structure.json",
  "name": "DocumentCreateResponse",
  "description": "DocumentCreateResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "id": {
      "type": "int32",
      "description": "New document ID"
    },
    "external_id__v": {
      "type": "string"
    },
    "major_version_number__v": {
      "type": "int32"
    },
    "minor_version_number__v": {
      "type": "int32"
    }
  }
}