Oracle E-Business Suite · Example Payload

Financial Services Ap Invoice Example

A sample description.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

invoiceIdinvoiceNuminvoiceDatevendorIdvendorNamevendorSiteIdinvoiceAmountinvoiceCurrencyCodepaymentCurrencyCodeexchangeRateexchangeRateTypeexchangeDatetermsIddescriptioninvoiceTypesourcepaymentStatusFlagapprovalStatusamountPaidlinesorgIdcreatedBycreationDatelastUpdatedBylastUpdateDate

Example Payload

Raw ↑
{
  "invoiceId": "500123",
  "invoiceNum": "example_value",
  "invoiceDate": "example_value",
  "vendorId": "500123",
  "vendorName": "example_value",
  "vendorSiteId": "500123",
  "invoiceAmount": 42.5,
  "invoiceCurrencyCode": "example_value",
  "paymentCurrencyCode": "example_value",
  "exchangeRate": 42.5,
  "exchangeRateType": "example_value",
  "exchangeDate": "example_value",
  "termsId": "500123",
  "description": "A sample description.",
  "invoiceType": "example_value",
  "source": "example_value",
  "paymentStatusFlag": "example_value",
  "approvalStatus": "example_value",
  "amountPaid": "500123",
  "lines": [],
  "orgId": "500123",
  "createdBy": 10,
  "creationDate": "example_value",
  "lastUpdatedBy": 10,
  "lastUpdateDate": "example_value"
}