veeva · Schema

DocumentCreateResponse

DocumentCreateResponse schema from Veeva Vault REST API

Properties

Name Type Description
responseStatus string
id integer New document ID
external_id__v string
major_version_number__v integer
minor_version_number__v integer
View JSON Schema on GitHub

JSON Schema

veeva-vault-document-create-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-schema/veeva-vault-document-create-response-schema.json",
  "title": "DocumentCreateResponse",
  "description": "DocumentCreateResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "id": {
      "type": "integer",
      "description": "New document ID"
    },
    "external_id__v": {
      "type": "string"
    },
    "major_version_number__v": {
      "type": "integer"
    },
    "minor_version_number__v": {
      "type": "integer"
    }
  }
}