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
Create requirements for a client by client Id
Method: post
Path: /PASService/rest/services/v1/clients/{clientId}/requirements
Delete a specific requirement from a client by client Id and requirement Id
Method: delete
Path: /PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId}
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 a specific requirement for a specific client by client Id and requirement Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId}
Get list of clients
Method: get
Path: /PASService/rest/services/v1/clients
Get list of requirements for a specific client by client Id
Method: get
Path: /PASService/rest/services/v1/clients/{clientId}/requirements
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
Partially update a specific client address for a specific client by client Id and address Id
Method: patch
Path: /PASService/rest/services/v1/clients/{clientId}/addresses/{addressId}
Partially update a specific client phone for a specific client by client Id and phone Id
Method: patch
Path: /PASService/rest/services/v1/clients/{clientId}/phones/{phoneId}
Partially update a specific requirement for a specific client by client Id and requirement Id
Method: patch
Path: /PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId}
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: patch
Path: /PASService/rest/services/v1/clients/{clientId}
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}
Update a specific requirement for a specific client by client Id and requirement Id
Method: put
Path: /PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId}