Oracle E-Business Suite · Example Payload

Manufacturing Completion Transaction Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

wipEntityIdorganizationIdtransactionQuantitytransactionUomsubinventoryCodelocatorIdtransactionDate

Example Payload

Raw ↑
{
  "wipEntityId": "500123",
  "organizationId": "500123",
  "transactionQuantity": 42.5,
  "transactionUom": "example_value",
  "subinventoryCode": "example_value",
  "locatorId": "500123",
  "transactionDate": "example_value"
}