BOMs REST Endpoints

Business Objects/Items/BOMs
The operations from the Business Objects/Items/BOMs category.
Create a BOM
Method: post
Path: /items/{itemGid}/boms
Delete a BOM
Method: delete
Path: /items/{itemGid}/boms/{parentItemGid}
Get a BOM
Method: get
Path: /items/{itemGid}/boms/{parentItemGid}
Get BOMs
Method: get
Path: /items/{itemGid}/boms
Update a BOM
Method: patch
Path: /items/{itemGid}/boms/{parentItemGid}
Update BOMs
Method: patch
Path: /items/{itemGid}/boms