Web Applications REST Endpoints

Web Applications
The web application resource is used to view, create, modify, or delete a web application. A web application is a group of web pages of one product area. The term "web application" is also referred to as the "host node". The web applications resource is primarily intended to be used by internal development groups.
Create a web application
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHostNodeDefinitions
Delete a web application
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHostNodeDefinitions/{HostName}
Get a web application
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHostNodeDefinitions/{HostName}
Get all web applications
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHostNodeDefinitions
Update a web application
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHostNodeDefinitions/{HostName}