New Item Requests REST Endpoints

Product Lifecycle Management/Delete Groups/New Item Requests
New item requests are created to define item information and its entities, including specifications, structures and packs, and relationships. In addition to being defined, the new item requests are also routed for approval.New item requests can be added to a delete group for deletion.
Add a new item request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/newItemRequests
Get all new item requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/newItemRequests
Get one new item request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/newItemRequests/{DeleteEntitySequenceId}
Remove a new item request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/newItemRequests/{DeleteEntitySequenceId}