BOMs REST Endpoints
Business Objects/Items/BOMs
The operations from the Business Objects/Items/BOMs category.
- Create a BOM
- Method: postPath:
/items/{itemGid}/boms - Delete a BOM
- Method: deletePath:
/items/{itemGid}/boms/{parentItemGid} - Get a BOM
- Method: getPath:
/items/{itemGid}/boms/{parentItemGid} - Get BOMs
- Method: getPath:
/items/{itemGid}/boms - Update a BOM
- Method: patchPath:
/items/{itemGid}/boms/{parentItemGid} - Update BOMs
- Method: patchPath:
/items/{itemGid}/boms