Telephone Number REST Endpoints

Resource/Telephone Number
Create, get, update and delete telephone numbers.
Create Telephone Numbers
Method: post
Path: /telephoneNumber
Delete a Telephone Number
Method: delete
Path: /telephoneNumber/{id}
Get a Telephone Number by ID
Method: get
Path: /telephoneNumber/{id}
Get All Telephone Numbers
Method: get
Path: /telephoneNumber
Update a Telephone Number
Method: patch
Path: /telephoneNumber/{id}