SAP Ariba · JSON Structure

Sap Ariba Procurement Purchase Order Line Item Structure

Type: object Properties: 17
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

numberOnPO description quantity buyerPartNumber supplierPartNumber manufacturerPartId manufacturerName itemCategory accountCategory needByDate accountings receivingType taxCode itemOnRequisition serviceStartDate serviceEndDate comments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrderLineItem",
  "type": "object",
  "properties": {
    "numberOnPO": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "buyerPartNumber": {
      "type": "string"
    },
    "supplierPartNumber": {
      "type": "string"
    },
    "manufacturerPartId": {
      "type": "string"
    },
    "manufacturerName": {
      "type": "string"
    },
    "itemCategory": {
      "type": "string"
    },
    "accountCategory": {
      "type": "string"
    },
    "needByDate": {
      "type": "string"
    },
    "accountings": {
      "type": "array"
    },
    "receivingType": {
      "type": "integer"
    },
    "taxCode": {
      "type": "string"
    },
    "itemOnRequisition": {
      "type": "string"
    },
    "serviceStartDate": {
      "type": "string"
    },
    "serviceEndDate": {
      "type": "string"
    },
    "comments": {
      "type": "string"
    }
  }
}