Oracle E-Business Suite · Example Payload

Manufacturing Bom Component Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

componentSequenceIdcomponentItemIdcomponentItemNumberitemDescriptionoperationSeqNumcomponentQuantitycomponentYieldFactoreffectivityDatedisableDatewipSupplyTypeoptionalquantityRelated

Example Payload

Raw ↑
{
  "componentSequenceId": "500123",
  "componentItemId": "500123",
  "componentItemNumber": "example_value",
  "itemDescription": "example_value",
  "operationSeqNum": 10,
  "componentQuantity": 42.5,
  "componentYieldFactor": 42.5,
  "effectivityDate": "example_value",
  "disableDate": "example_value",
  "wipSupplyType": 10,
  "optional": 10,
  "quantityRelated": 10
}