POST api/trt_import/login_async?username={username}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| username | string | Required | |
| password | string | Required | 
Body Parameters
None.
Response Information
Resource Description
UserInfo| Name | Description | Type | Additional information | 
|---|---|---|---|
| IsLogSuccess | boolean | None. | |
| ID | integer | None. | |
| Title | string | None. | |
| Detail | string | None. | |
| centerInfos | Collection of CenterInfo | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "IsLogSuccess": true,
  "ID": 2,
  "Title": "sample string 3",
  "Detail": "sample string 4",
  "centerInfos": [
    {
      "ClusterID": 1,
      "CenterID": 2,
      "Title": "sample string 3",
      "RoleID": 4,
      "TRTCenterID": "sample string 5",
      "HCode": "sample string 6"
    },
    {
      "ClusterID": 1,
      "CenterID": 2,
      "Title": "sample string 3",
      "RoleID": 4,
      "TRTCenterID": "sample string 5",
      "HCode": "sample string 6"
    }
  ]
}