SAP Ariba · Schema

SupplierReference

Reference to a supplier on the SAP Ariba Network

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
supplierId string Supplier unique identifier (AN-ID on the Ariba Network or internal supplier number)
name string Supplier company name
erpSupplierId string Supplier number in the ERP system
View JSON Schema on GitHub

JSON Schema

sap-ariba-procurement-supplier-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SupplierReference",
  "type": "object",
  "description": "Reference to a supplier on the SAP Ariba Network",
  "properties": {
    "supplierId": {
      "type": "string",
      "description": "Supplier unique identifier (AN-ID on the Ariba Network or internal supplier number)"
    },
    "name": {
      "type": "string",
      "description": "Supplier company name"
    },
    "erpSupplierId": {
      "type": "string",
      "description": "Supplier number in the ERP system"
    }
  }
}