SAP Ariba · JSON Structure

Sap Ariba Procurement Supplier Structure

Type: object Properties: 15
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Supplier is a JSON Structure definition published by SAP Ariba, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

supplierId name doingBusinessAs dunsNumber taxId yearEstablished numberOfEmployees registrationStatus commodityCodes certifications diversityClassifications website description createdDate lastModifiedDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Supplier",
  "type": "object",
  "properties": {
    "supplierId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "doingBusinessAs": {
      "type": "string"
    },
    "dunsNumber": {
      "type": "string"
    },
    "taxId": {
      "type": "string"
    },
    "yearEstablished": {
      "type": "integer"
    },
    "numberOfEmployees": {
      "type": "string"
    },
    "registrationStatus": {
      "type": "string"
    },
    "commodityCodes": {
      "type": "array"
    },
    "certifications": {
      "type": "array"
    },
    "diversityClassifications": {
      "type": "array"
    },
    "website": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    }
  }
}