SAP Ariba · JSON Structure

Sap Ariba Procurement Accounting Info Structure

Type: object Properties: 8
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

costCenter generalLedger asset internalOrder wbsElement percentage sapDistributionFlag accountCategory

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountingInfo",
  "type": "object",
  "properties": {
    "costCenter": {
      "type": "string"
    },
    "generalLedger": {
      "type": "string"
    },
    "asset": {
      "type": "string"
    },
    "internalOrder": {
      "type": "string"
    },
    "wbsElement": {
      "type": "string"
    },
    "percentage": {
      "type": "number"
    },
    "sapDistributionFlag": {
      "type": "string"
    },
    "accountCategory": {
      "type": "string"
    }
  }
}