Dassault Systèmes · Schema

200 Accreditations Search

Response returned upon a successful price list search request.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Properties

Name Type Description
data object
info object
error object
View JSON Schema on GitHub

JSON Schema

200_accreditations_search.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/200_accreditations_search.json",
  "title": "200 Accreditations Search",
  "type": "object",
  "description": "Response returned upon a successful price list search request.",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/accreditations_search_data"
    },
    "info": {
      "$ref": "#/components/schemas/info"
    },
    "error": {
      "$ref": "#/components/schemas/error"
    }
  },
  "required": [
    "info",
    "data"
  ]
}