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