POST api/accounts/GetPatientSmartInfo
This method to get Patient information from the login using username and password
Request Information
URI Parameters
None.
Body Parameters
CreateUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
|
| Password | string |
Required String length: inclusive between 6 and 100 |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Get Patient Data
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.