mBOM items
| mBOM item | Description |
|---|---|
| id | Unique identifier of the mBOM item object. |
| parent | The part object whose construction this mBOM item describes. |
| part | The part object used in the construction of the parent. |
| quantity | The amount of a specific part needed in construction. |
| substitutes | List of valid substitutes that can be used in place of the specified part. |
mBOM substitutes
An mBOM substitute is a valid alternative that can be used in place of the defined part. Each mBOM item can have many mBOM substitutes, which are subpart replacements for that specific subpart.| mBOM substitute | Description |
|---|---|
| id | Unique identifier of the mBOM substitute object. |
| part | The part object that can be substituted for the part in the mBOM item. |
| mbomItem | The mBOM item for which this object is a valid substitute. |