Oracle E-Business Suite · Example Payload

Financial Services Ar Receipt Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Financial Services Ar Receipt 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

cashReceiptIdreceiptNumberamountcurrencyCodereceiptDatecustomerIdcustomerNamereceiptMethodIdstatusorgId

Example Payload

Raw ↑
{
  "cashReceiptId": "500123",
  "receiptNumber": "example_value",
  "amount": 42.5,
  "currencyCode": "example_value",
  "receiptDate": "example_value",
  "customerId": "500123",
  "customerName": "example_value",
  "receiptMethodId": "500123",
  "status": "example_value",
  "orgId": "500123"
}