Oracle E-Business Suite · Example Payload

Ecommerce Gateway Inbound Transaction Import Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Ecommerce Gateway Inbound Transaction Import Example is an example object payload from Oracle E-Business Suite, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

transactionTypetradingPartnerIdtradingPartnerSiteIddocumentDatedocumentData

Example Payload

Raw ↑
{
  "transactionType": "example_value",
  "tradingPartnerId": "500123",
  "tradingPartnerSiteId": "500123",
  "documentDate": "example_value",
  "documentData": "example_value"
}