POST api/User_Login
Request Information
URI Parameters
None.
Body Parameters
SignInUp| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| string |
None. |
||
| MobileNo | string |
None. |
|
| CuntryID | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Email": "sample string 2",
"MobileNo": "sample string 3",
"CuntryID": 1,
"Type": "sample string 4"
}
application/xml, text/xml
Sample:
<SignInUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <CuntryID>1</CuntryID> <Email>sample string 2</Email> <MobileNo>sample string 3</MobileNo> <Type>sample string 4</Type> <UserName>sample string 1</UserName> </SignInUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |