POST api/APPUserInfo/UserLogin
Request Information
URI Parameters
None.
Body Parameters
APPUserLoginCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Car_Plate | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Car_Plate": "sample string 1",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<UserInfoModel.APPUserLoginCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Car_Plate>sample string 1</Car_Plate> <Password>sample string 2</Password> </UserInfoModel.APPUserLoginCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfAPPUserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| body | APPUserInfo |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfUserInfoModel.APPUserInfouKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<AccessToken>sample string 5</AccessToken>
<CarLoad>sample string 4</CarLoad>
<CarTypeName>sample string 3</CarTypeName>
<Car_Plate>sample string 1</Car_Plate>
<CorporateName>sample string 2</CorporateName>
<RefreshToken>sample string 6</RefreshToken>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfUserInfoModel.APPUserInfouKWfnEcv>