Custom Network Address REST Endpoints

Resource/Custom Network Address
Create, get, update and delete custom network addresses.
Create a Custom Network Address
Method: post
Path: /customNetworkAddress
Delete a Custom Network Address
Method: delete
Path: /customNetworkAddress/{id}
Get a Custom Network Address by ID
Method: get
Path: /customNetworkAddress/{id}
Get Custom Network Addresses
Method: get
Path: /customNetworkAddress
Update a Custom Network Address
Method: patch
Path: /customNetworkAddress/{id}