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 an item
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId}
Remove an item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId}