GET api/account/account-view?bucode={bucode}&upcode={upcode}&cscode={cscode}
This method will generate the authentication token for a business client user who is trying to view details of his appeal but who does not have an actual account on the system. When this request is received, the API will check if existing user exists and if it does not, it will create a temp user with a dummy password. It will then validate the upcode and cscode against user's active case and user property to make sure the request came for client who is represented in the appeal
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucode |
Business User Client record id |
integer |
Required |
| upcode |
User property record id |
integer |
Required |
| cscode |
User propertyc case record id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Instance of JObjectAuthentication code and user login roles
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample not available.