Public Shopping Lists REST Endpoints

Public Shopping Lists
The Public Shopping Lists resource manages the public shopping list headers. A public shopping list header contains a collection of public shopping list lines with items that are available to preparers or requesters to create a requisition. You must have the necessary roles and privileges to use this REST resource. For details, refer to the Job Roles and Privileges, and Status Codes topics. You can use Oracle Visual Builder Add-in for Excel to integrate web applications via REST resources to retrieve, analyze, and edit data. For more information, refer to Use Visual Builder Add-in for Excel to Manage Web Applications Data in the Learn More section of this guide.
Create headers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingLists
Delete one header
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingLists/{publicShoppingListsUniqID}
Get all headers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingLists
Get one header
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingLists/{publicShoppingListsUniqID}
Update one header
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingLists/{publicShoppingListsUniqID}