SAP Ariba · JSON Structure

Sap Ariba Procurement Purchase Order Structure

Type: object Properties: 16
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

orderId erpPONumber versionNumber orderDate orderMethodCategory currency purchaseOrg purchaseGroup companyCode lineItems requisitionId contractId comments createdDate lastModifiedDate closedDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrder",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string"
    },
    "erpPONumber": {
      "type": "string"
    },
    "versionNumber": {
      "type": "integer"
    },
    "orderDate": {
      "type": "string"
    },
    "orderMethodCategory": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "purchaseOrg": {
      "type": "string"
    },
    "purchaseGroup": {
      "type": "string"
    },
    "companyCode": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    },
    "requisitionId": {
      "type": "string"
    },
    "contractId": {
      "type": "string"
    },
    "comments": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "closedDate": {
      "type": "string"
    }
  }
}