Clients REST Endpoints

Clients
Clients
Create client phones
Method: post
Path: /PASService/rest/services/v1/clients/{clientId}/phones
Create clients
Method: post
Path: /PASService/rest/services/v1/clients
Create clients addresses
Method: post
Path: /PASService/rest/services/v1/clients/{clientId}/addresses
Get a specific address for a specific client by client Id and address Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/addresses/{addressId}
Get a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}
Get a specific phone for a specific client by client Id and phone Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/phones/{phoneId}
Get list of clients
Method: get
Path: /PASService/rest/services/v1/clients
Get the list of addresses for a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/addresses
Get the list of client relationships for a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/clientRelationships
Get the list of phones for a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/phones
Get the list of roles for a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/clientRoles
Update a specific client address for a specific client by client Id and address Id
Method: put
Path: /PASService/rest/services/v1/clients/{clientId}/addresses/{addressId}
Update a specific client by client Id
Method: put
Path: /PASService/rest/services/v1/clients/{clientId}
Update a specific client phone for a specific client by client Id and phone Id
Method: put
Path: /PASService/rest/services/v1/clients/{clientId}/phones/{phoneId}