Structures REST Endpoints

Product Lifecycle Management/Delete Groups/Structures
Structures are used to store lists of items that are associated with a parent item and information about how each item is related to its parent. Item structures can added to a delete group for deletion.
Add an item structure
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures
Get all item structures
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures
Get one item structure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures/{DeleteEntitySequenceId}
Remove an item structure
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures/{DeleteEntitySequenceId}