Oracle E-Business Suite · Example Payload

Manufacturing Routing Operation Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

operationSequenceIdoperationSeqNumoperationDescriptionoperationCodedepartmentIddepartmentCodeeffectivityDatedisableDateminimumTransferQuantitycountPointTyperesources

Example Payload

Raw ↑
{
  "operationSequenceId": "500123",
  "operationSeqNum": 10,
  "operationDescription": "example_value",
  "operationCode": "example_value",
  "departmentId": "500123",
  "departmentCode": "example_value",
  "effectivityDate": "example_value",
  "disableDate": "example_value",
  "minimumTransferQuantity": 42.5,
  "countPointType": 10,
  "resources": []
}