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 - Create requirements for a client by client Id
- Method: postPath:
/PASService/rest/services/v1/clients/{clientId}/requirements - Delete a specific requirement from a client by client Id and requirement Id
- Method: deletePath:
/PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId} - 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 a specific requirement for a specific client by client Id and requirement Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId} - Get list of clients
- Method: getPath:
/PASService/rest/services/v1/clients - Get list of requirements for a specific client by client Id
- Method: getPath:
/PASService/rest/services/v1/clients/{clientId}/requirements - 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 - Partially update a specific client address for a specific client by client Id and address Id
- Method: patchPath:
/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: patchPath:
/PASService/rest/services/v1/clients/{clientId}/phones/{phoneId} - Partially update a specific requirement for a specific client by client Id and requirement Id
- Method: patchPath:
/PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId} - 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: patchPath:
/PASService/rest/services/v1/clients/{clientId} - 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} - Update a specific requirement for a specific client by client Id and requirement Id
- Method: putPath:
/PASService/rest/services/v1/clients/{clientId}/requirements/{requirementId}