Oracle E-Business Suite · Example Payload

Financial Services Ap Invoice Line Example

A sample description.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Financial Services Ap Invoice Line Example is an example object payload from Oracle E-Business Suite, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lineNumberlineTypeamountdescriptionaccountingDatedistCodeCombinationIditemDescriptionquantityunitPrice

Example Payload

Raw ↑
{
  "lineNumber": 10,
  "lineType": "example_value",
  "amount": 42.5,
  "description": "A sample description.",
  "accountingDate": "example_value",
  "distCodeCombinationId": "500123",
  "itemDescription": "example_value",
  "quantity": 42.5,
  "unitPrice": 42.5
}