SAP Ariba · JSON Structure

Sap Ariba Procurement Requisition Create Structure

Type: object Properties: 5
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

title needByDate companyCode lineItems comments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RequisitionCreate",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "needByDate": {
      "type": "string"
    },
    "companyCode": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    },
    "comments": {
      "type": "string"
    }
  }
}