Public Shopping List Lines REST Endpoints

Public Shopping List Lines
The Public Shopping List Lines resource manages the public shopping list lines. Public shopping list lines are a collection of 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 additional 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 lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingListLines
Delete one line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingListLines/{publicShoppingListLinesUniqID}
Get all lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingListLines
Get one line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingListLines/{publicShoppingListLinesUniqID}
Update one line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicShoppingListLines/{publicShoppingListLinesUniqID}