- Subcategories:
- Errors
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: postPath:
/fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items - Delete one item from a delete group.
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId} - Get all items from a delete group.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items - Get one item from a delete group.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/items/{DeleteEntitySequenceId}