- Subcategories:
- BOM Mapping Rules
BOM Item Setups REST Endpoints
BOM Item Setups
The BOM Item Setup REST API contains endpoints to create BOM data table entries and validate parts for BOM mapping implementations via REST services. REST services to maintain BOM Mapping rules are also included in this topic.
- Auto-Generate Configuration Models
- Method: postPath:
/rest/v19/bomItemSetups/actions/generateConfigurations
- Create a BOM Item Definition
- Method: postPath:
/rest/v19/bomItemSetups
- Create a BOM Item Mapping for a Parent BOM Item
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/bomItemMappings
- Create a BOM Item Tree
- Method: postPath:
/rest/v19/bomItemSetups/actions/createBomItemTree
- Delete a BOM Item Definition
- Method: deletePath:
/rest/v19/bomItemSetups/{bomItemVarName}
- Delete a BOM Mapping for a Parent BOM Item
- Method: deletePath:
/rest/v19/bomItemSetups/{bomItemVarName}/bomItemMappings/{bomItemMapVarName}
- Generate Configurator
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/actions/generateConfigurator
- Get a BOM Item Child Definition for a Parent BOM Item
- Method: getPath:
/rest/v19/bomItemSetups/{bomItemVarName}/children/{childVarName}
- Get a BOM Item Definition
- Method: getPath:
/rest/v19/bomItemSetups/{bomItemVarName}
- Get a BOM Item Mapping for a Parent BOM Item
- Method: getPath:
/rest/v19/bomItemSetups/{bomItemVarName}/bomItemMappings/{bomItemMapVarName}
- Get a BOM Item Tree
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/actions/getBomItemTree
- Get All BOM Item Child Definitions for a Parent BOM Item
- Method: getPath:
/rest/v19/bomItemSetups/{bomItemVarName}/children
- Get All BOM Item Definitions
- Method: getPath:
/rest/v19/bomItemSetups
- Get All BOM Item Mappings for a Parent BOM Item
- Method: getPath:
/rest/v19/bomItemSetups/{bomItemVarName}/bomItemMappings
- Get Auto-Generate Configuration Models Task Logs
- Method: getPath:
/rest/v19/bomItemSetups/actions/getLogs/{taskId}
- Get Related Configurators
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/actions/getRelatedConfigurators
- Update a BOM Item Definition
- Method: putPath:
/rest/v19/bomItemSetups/{bomItemVarName}
- Update a BOM Item Tree
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/actions/updateBomItemTree
- Update the BOM Item Mapping for a Parent BOM Item
- Method: putPath:
/rest/v19/bomItemSetups/{bomItemVarName}/bomItemMappings/{bomItemMapVarName}
- Upsert BOM Item List
- Method: postPath:
/rest/v19/bomItemSetups/actions/upsertBomItemList
- Validate BOM Item Tree
- Method: postPath:
/rest/v19/bomItemSetups/actions/validateBomItemTree
- Validate BOM Item Tree
- Method: postPath:
/rest/v19/bomItemSetups/{bomItemVarName}/actions/validateBomItemTree
- Validate Part for BOM
- Method: postPath:
/rest/v19/bomItemSetups/actions/validatePartForBOM