veeva · JSON Structure

Veeva Vault Object Create Response Structure

ObjectCreateResponse schema from Veeva Vault REST API

Type: object Properties: 2

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

Properties

responseStatus id

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-object-create-response-structure.json",
  "name": "ObjectCreateResponse",
  "description": "ObjectCreateResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "id": {
      "type": "string"
    }
  }
}