SAP Ariba · JSON Structure

Sap Ariba Procurement Supplier Reference Structure

Type: object Properties: 3
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

supplierId name erpSupplierId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SupplierReference",
  "type": "object",
  "properties": {
    "supplierId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "erpSupplierId": {
      "type": "string"
    }
  }
}