Oracle E-Business Suite · Example Payload

Manufacturing Routing Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

routingSequenceIdassemblyItemIdassemblyItemNumberorganizationIdalternateDesignatorroutingTypeoperationscreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "routingSequenceId": "500123",
  "assemblyItemId": "500123",
  "assemblyItemNumber": "example_value",
  "organizationId": "500123",
  "alternateDesignator": "example_value",
  "routingType": 10,
  "operations": [],
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}