Clients REST Endpoints
Clients
Clients
- Create client phones
- Method: postPath:
/PASService/rest/services/v1/clients/{clientId}/phones
- Create clients
- Method: postPath:
/PASService/rest/services/v1/clients
- Create clients addresses
- Method: postPath:
/PASService/rest/services/v1/clients/{clientId}/addresses
- Get a specific address for a specific client by client Id and address Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/addresses/{addressId}
- Get a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}
- Get a specific phone for a specific client by client Id and phone Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/phones/{phoneId}
- Get list of clients
- Method: getPath:
/PASService/rest/services/v1/clients
- Get the list of addresses for a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/addresses
- Get the list of client relationships for a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/clientRelationships
- Get the list of phones for a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/phones
- Get the list of roles for a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/clientRoles
- Update a specific client address for a specific client by client Id and address Id
- Method: putPath:
/PASService/rest/services/v1/clients/{clientId}/addresses/{addressId}
- Update a specific client by client Id
- Method: putPath:
/PASService/rest/services/v1/clients/{clientId}
- Update a specific client phone for a specific client by client Id and phone Id
- Method: putPath:
/PASService/rest/services/v1/clients/{clientId}/phones/{phoneId}