SAP Ariba · Example Payload

Sap Ariba Procurement Requisition Example

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Sap Ariba Procurement Requisition Example is an example object payload from SAP Ariba, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requisitionIdtitlerequestorrequestorNamedepartmentcompanyCodeneedByDatelineItemspurchaseOrderIdscommentscreatedDatelastModifiedDateapprovedDate

Example Payload

Raw ↑
{
  "requisitionId": "500123",
  "title": "Example Title",
  "requestor": "example_value",
  "requestorName": "example_value",
  "department": "example_value",
  "companyCode": "example_value",
  "needByDate": "example_value",
  "lineItems": [],
  "purchaseOrderIds": [],
  "comments": "example_value",
  "createdDate": "example_value",
  "lastModifiedDate": "example_value",
  "approvedDate": "example_value"
}