Firm Aliases
GET {{base_url}}/firm/:ClientID/alias
Use this endpoint to retrieve all aliases associated with a firm in the Firms hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"PKey":"70693e69e27c49aa98405941092e271d","ClientID":"CLIENTID123456789","Alias":"WHMF","CreateUser":"LoggedInUserWhoCreated","CreateDate":"2017-12-19T15:41:00.430","ModUser":"LoggedInUserWhoChanged","ModDate":"2017-12-19T15:41:00.430"},{"PKey":"e98798caccfb460c84d91b83ab80bb1c","ClientID":"CLIENTID123456789","Alias":"Western Heights","CreateUser":"LoggedInUserWhoCreated","CreateDate":"2017-12-19T15:41:16.907","ModUser":"LoggedInUserWhoChanged","ModDate":"2017-12-19T15:41:16.907"},{"PKey":"ffdfdd9b9b1d4f6bb7007783d26075bf","ClientID":"CLIENTID123456789","Alias":"Western Heights Medical","CreateUser":"LoggedInUserWhoCreated","CreateDate":"2017-12-19T15:41:10.073","ModUser":"LoggedInUserWhoChanged","ModDate":"2017-12-19T15:41:10.073"}]