Oracle E-Business Suite · Example Payload

Supply Chain Purchase Order Line Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

poLineIdlineNumlineTypeitemIditemDescriptioncategoryIdquantityunitMeasLookupCodeunitPriceamountneedByDatepromisedDateclosedCodeshipments

Example Payload

Raw ↑
{
  "poLineId": "500123",
  "lineNum": 10,
  "lineType": "example_value",
  "itemId": "500123",
  "itemDescription": "example_value",
  "categoryId": "500123",
  "quantity": 42.5,
  "unitMeasLookupCode": "example_value",
  "unitPrice": 42.5,
  "amount": 42.5,
  "needByDate": "example_value",
  "promisedDate": "example_value",
  "closedCode": "example_value",
  "shipments": []
}