Oracle E-Business Suite · Example Payload

Supply Chain Sales Order Create Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Sales Order 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

soldToOrgIdorderTypeIdorderedDatetransactionalCurrCodeshipToOrgIdinvoiceToOrgIdsalesrepIdlines

Example Payload

Raw ↑
{
  "soldToOrgId": "500123",
  "orderTypeId": "500123",
  "orderedDate": "example_value",
  "transactionalCurrCode": "example_value",
  "shipToOrgId": "500123",
  "invoiceToOrgId": "500123",
  "salesrepId": "500123",
  "lines": []
}