Custom Network Address REST Endpoints
Resource/Custom Network Address
Create, get, update and delete custom network addresses.
- Create a Custom Network Address
- Method: postPath:
/customNetworkAddress
- Delete a Custom Network Address
- Method: deletePath:
/customNetworkAddress/{id}
- Get a Custom Network Address by ID
- Method: getPath:
/customNetworkAddress/{id}
- Get Custom Network Addresses
- Method: getPath:
/customNetworkAddress
- Update a Custom Network Address
- Method: patchPath:
/customNetworkAddress/{id}