SAP Ariba · Example Payload

Sap Ariba Procurement Purchase Order Example

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Top-level fields

orderIderpPONumberversionNumberorderDateorderMethodCategorycurrencypurchaseOrgpurchaseGroupcompanyCodelineItemsrequisitionIdcontractIdcommentscreatedDatelastModifiedDateclosedDate

Example Payload

Raw ↑
{
  "orderId": "500123",
  "erpPONumber": "example_value",
  "versionNumber": 10,
  "orderDate": "example_value",
  "orderMethodCategory": "example_value",
  "currency": "example_value",
  "purchaseOrg": "example_value",
  "purchaseGroup": "example_value",
  "companyCode": "example_value",
  "lineItems": [],
  "requisitionId": "500123",
  "contractId": "500123",
  "comments": "example_value",
  "createdDate": "example_value",
  "lastModifiedDate": "example_value",
  "closedDate": "example_value"
}