SAP Ariba · JSON Structure

Sap Ariba Procurement Invoice Line Item Structure

Type: object Properties: 9
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

lineNumber purchaseOrderReference poLineNumber description quantity buyerPartNumber supplierPartNumber serviceStartDate serviceEndDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InvoiceLineItem",
  "type": "object",
  "properties": {
    "lineNumber": {
      "type": "string"
    },
    "purchaseOrderReference": {
      "type": "string"
    },
    "poLineNumber": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "buyerPartNumber": {
      "type": "string"
    },
    "supplierPartNumber": {
      "type": "string"
    },
    "serviceStartDate": {
      "type": "string"
    },
    "serviceEndDate": {
      "type": "string"
    }
  }
}