Oracle E-Business Suite · Example Payload

Supply Chain Sales Order Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Sales Order Example is an example object payload from Oracle E-Business Suite, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

headerIdorderNumberorderedDateorderTypeIdorderTypeNamesoldToOrgIdcustomerNameshipToOrgIdinvoiceToOrgIdtransactionalCurrCodeflowStatusCodebookedFlagtotalAmountsalesrepIdlinesorgIdcreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "headerId": "500123",
  "orderNumber": 10,
  "orderedDate": "example_value",
  "orderTypeId": "500123",
  "orderTypeName": "example_value",
  "soldToOrgId": "500123",
  "customerName": "example_value",
  "shipToOrgId": "500123",
  "invoiceToOrgId": "500123",
  "transactionalCurrCode": "example_value",
  "flowStatusCode": "example_value",
  "bookedFlag": "example_value",
  "totalAmount": 42.5,
  "salesrepId": "500123",
  "lines": [],
  "orgId": "500123",
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}