Oracle E-Business Suite · Example Payload

Financial Services Ap Payment Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

checkIdcheckNumberamountcurrencyCodecheckDatevendorIdvendorNamebankAccountIdpaymentMethodCodestatusorgId

Example Payload

Raw ↑
{
  "checkId": "500123",
  "checkNumber": 10,
  "amount": 42.5,
  "currencyCode": "example_value",
  "checkDate": "example_value",
  "vendorId": "500123",
  "vendorName": "example_value",
  "bankAccountId": "500123",
  "paymentMethodCode": "example_value",
  "status": "example_value",
  "orgId": "500123"
}