POST api/Account/AuthorizationToken
Request Information
URI Parameters
None.
Body Parameters
LoginName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
Required |
|
Password | string |
Required Data type: Password |
|
RememberMe | boolean |
None. |
|
HospitalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Password": "sample string 2", "RememberMe": true, "HospitalId": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true