SAP Ariba · Example Payload

Sap Ariba Procurement Purchase Order Line Item Example

A sample description.

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Top-level fields

numberOnPOdescriptionquantitybuyerPartNumbersupplierPartNumbermanufacturerPartIdmanufacturerNameitemCategoryaccountCategoryneedByDateaccountingsreceivingTypetaxCodeitemOnRequisitionserviceStartDateserviceEndDatecomments

Example Payload

Raw ↑
{
  "numberOnPO": "example_value",
  "description": "A sample description.",
  "quantity": 42.5,
  "buyerPartNumber": "example_value",
  "supplierPartNumber": "example_value",
  "manufacturerPartId": "500123",
  "manufacturerName": "example_value",
  "itemCategory": "example_value",
  "accountCategory": "example_value",
  "needByDate": "example_value",
  "accountings": [],
  "receivingType": 10,
  "taxCode": "example_value",
  "itemOnRequisition": "example_value",
  "serviceStartDate": "example_value",
  "serviceEndDate": "example_value",
  "comments": "example_value"
}