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 item structures to a delete group.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures
Delete an item structure from a delete group.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures/{DeleteEntitySequenceId}
Get all item structures from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures
Get one item structure from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/structures/{DeleteEntitySequenceId}