IP Network REST Endpoints

Resource/IP Network
Create, get, update and delete IP networks.
Create an IP Network
Method: post
Path: /ipNetwork
Delete an IP Network
Method: delete
Path: /ipNetwork/{id}
Get an IP Network by ID
Method: get
Path: /ipNetwork/{id}
Get IP Networks
Method: get
Path: /ipNetwork
Update a IP Network
Method: patch
Path: /ipNetwork/{id}