Oracle E-Business Suite · Example Payload

Supply Chain Requisition Line Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Requisition Line Example is an example object payload from Oracle E-Business Suite, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requisitionLineIdlineNumitemIditemDescriptioncategoryIdquantityunitMeasLookupCodeunitPriceneedByDatesuggestedVendorId

Example Payload

Raw ↑
{
  "requisitionLineId": "500123",
  "lineNum": 10,
  "itemId": "500123",
  "itemDescription": "example_value",
  "categoryId": "500123",
  "quantity": 42.5,
  "unitMeasLookupCode": "example_value",
  "unitPrice": 42.5,
  "needByDate": "example_value",
  "suggestedVendorId": "500123"
}