SAP Ariba · JSON Structure

Sap Ariba Procurement Purchase Order Create Structure

Type: object Properties: 9
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

PurchaseOrderCreate 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

erpPONumber currency purchaseOrg purchaseGroup companyCode lineItems requisitionId contractId comments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrderCreate",
  "type": "object",
  "properties": {
    "erpPONumber": {
      "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"
    }
  }
}