SAP Ariba · JSON Structure

Sap Ariba Procurement Invoice Structure

Type: object Properties: 15
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Invoice 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

invoiceId invoiceNumber invoiceDate invoiceType purchaseOrderReference currency dueDate lineItems taxDetails comments approvalDate paymentDate paymentReference 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": "Invoice",
  "type": "object",
  "properties": {
    "invoiceId": {
      "type": "string"
    },
    "invoiceNumber": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "invoiceType": {
      "type": "string"
    },
    "purchaseOrderReference": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "dueDate": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    },
    "taxDetails": {
      "type": "array"
    },
    "comments": {
      "type": "string"
    },
    "approvalDate": {
      "type": "string"
    },
    "paymentDate": {
      "type": "string"
    },
    "paymentReference": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    }
  }
}