Mes.WebApi.Models.JobBomSubsts JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| item_id | The item ID. | string |
| item_desc | The item description. | string |
| def_lot_no | The default lot number for the item. | string |
| def_storage_ent_id | The default storage entity ID for the item or the by-product. | integer |
| def_reas_cd | The default consumption or production code for the item. If null, it defaults to the value specified for the entity that runs the job. | integer |
| may_create_new_lots | The indication whether the user can create new lots when consuming or producing this item. | boolean |
| may_choose_alt_inv_loc | The indication whether the user can select alternate inventory locations when consuming or producing this item. | boolean |
| bom_pos | The BOM position. | integer |
| current_subst | The alt_no of the currently used substitute. The default is null. | integer |
| alt_no | The alternative number for the BOM position. | integer |
| num_decimals | The number of decimal places used for quantity values of the item. | integer |
| description | The item's UOM description. | string |