delete group rest
Hi,
We want to make a development that will delete the organization relationship according to the item concept value. We have prepared a report that will list these items and organizations.
1- We need to create a delete group using the /fscmRestApi/resources/11.13.18.05/deleteGroups rest. How can I find the sample payload?
2- I will add an item to the delete group using the /fscmRestApi/resources/11.13.18.05/itemsV2/action/addItemsToDeleteGroup rest, its payload is
{"deleteGroupName": "DM_DEL",
"itemsInfo": [{"itemNumber": "DMITEM24JUN_1",
"orgCode": "001"},{"itemNumber": "DMITEM24JUN_2",
"orgCode": "001"}]}
3- The constraints need to be checked with the /fscmRestApi/resources/11.13.18.05/deleteGroups/action/checkConstraints rest. How can I find a sample payload?