Oracle E-Business Suite · Example Payload

Financial Services Ar Invoice Create Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

customerIdtrxDateinvoiceCurrencyCodebatchSourceNamebillToSiteUseIdshipToSiteUseIdtermsIdlines

Example Payload

Raw ↑
{
  "customerId": "500123",
  "trxDate": "example_value",
  "invoiceCurrencyCode": "example_value",
  "batchSourceName": "example_value",
  "billToSiteUseId": "500123",
  "shipToSiteUseId": "500123",
  "termsId": "500123",
  "lines": []
}