Change Orders REST Endpoints

Product Lifecycle Management/Delete Groups/Change Orders
Change orders let you process changes to user-defined item attributes, structures, packs, associations, and item revisions. A change order can be added to a delete group for deletion.
Add change orders to a delete group.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/changeOrders
Delete one change order from a delete group.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/changeOrders/{DeleteEntitySequenceId}
Get all change orders from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/changeOrders
Get one change order from a delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/changeOrders/{DeleteEntitySequenceId}