ATK Popup Items REST Endpoints

ATK Popup Items
The ATK Popup Items resource is used to create, view, update, and delete popup items. Using this resource, you can also use popup items from other applications in Oracle Applications Cloud.
Approve or reject a popup item
Method: post
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems/{MessageId}/action/processOutcome
Create a popup items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems
Delete a popup item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems/{MessageId}
Get a popup item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems/{MessageId}
Get all popup items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems
Update a popup item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/atkPopupItems/{MessageId}