Oracle E-Business Suite · Example Payload

Manufacturing Discrete Job Example

A sample description.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

wipEntityIdwipEntityNameorganizationIdprimaryItemIdprimaryItemNumberstatusTypejobTypestartQuantityquantityCompletedquantityScrappednetQuantityscheduledStartDatescheduledCompletionDatedateReleaseddateCompleteddateClosedclassCodebomRevisionroutingRevisiondescriptionfirmPlannedFlagcreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "wipEntityId": "500123",
  "wipEntityName": "example_value",
  "organizationId": "500123",
  "primaryItemId": "500123",
  "primaryItemNumber": "example_value",
  "statusType": 10,
  "jobType": 10,
  "startQuantity": 42.5,
  "quantityCompleted": 42.5,
  "quantityScrapped": 42.5,
  "netQuantity": 42.5,
  "scheduledStartDate": "example_value",
  "scheduledCompletionDate": "example_value",
  "dateReleased": "example_value",
  "dateCompleted": "example_value",
  "dateClosed": "example_value",
  "classCode": "example_value",
  "bomRevision": "example_value",
  "routingRevision": "example_value",
  "description": "A sample description.",
  "firmPlannedFlag": 10,
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}