SAP Ariba · JSON Structure

Sap Ariba Procurement Tax Detail Structure

Type: object Properties: 4
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

taxCode taxCategory taxRate description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TaxDetail",
  "type": "object",
  "properties": {
    "taxCode": {
      "type": "string"
    },
    "taxCategory": {
      "type": "string"
    },
    "taxRate": {
      "type": "number"
    },
    "description": {
      "type": "string"
    }
  }
}