SAP Ariba · JSON Structure

Sap Ariba Procurement Requisition Structure

Type: object Properties: 13
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

requisitionId title requestor requestorName department companyCode needByDate lineItems purchaseOrderIds comments createdDate lastModifiedDate approvedDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Requisition",
  "type": "object",
  "properties": {
    "requisitionId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "requestor": {
      "type": "string"
    },
    "requestorName": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "companyCode": {
      "type": "string"
    },
    "needByDate": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    },
    "purchaseOrderIds": {
      "type": "array"
    },
    "comments": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "approvedDate": {
      "type": "string"
    }
  }
}