POST api/User/UserLogin
Request Information
URI Parameters
None.
Body Parameters
UserLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| UserType | integer |
None. |
|
| Fact_Code | integer |
None. |
|
| UserLoginId | string |
None. |
|
| Password | string |
None. |
|
| PhoneNo | string |
None. |
|
| VillCode | integer |
None. |
|
| GrwCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserType": 1,
"Fact_Code": 2,
"UserLoginId": "sample string 3",
"Password": "sample string 4",
"PhoneNo": "sample string 5",
"VillCode": 6,
"GrwCode": 7
}
application/xml, text/xml
Sample:
<UserLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaneMis_WebAPI.Models"> <Fact_Code>2</Fact_Code> <GrwCode>7</GrwCode> <Password>sample string 4</Password> <PhoneNo>sample string 5</PhoneNo> <UserLoginId>sample string 3</UserLoginId> <UserType>1</UserType> <VillCode>6</VillCode> </UserLogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />