Items REST Endpoints

Product Lifecycle Management/Delete Groups/Items
Name or number of the part, item, product, or service.Items can be added to a delete group for deletion.
Add items to a delete group.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items
Delete one item from a delete group.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId}
Get all items from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items
Get one item from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId}