POST api/Account/NewLogin
Request Information
URI Parameters
None.
Body Parameters
NewLoginView| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| string |
None. |
||
| MobileNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Email": "sample string 2",
"MobileNo": "sample string 3"
}
application/xml, text/xml
Sample:
<NewLoginView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AvicollectSecurity.Logic.Models"> <Email>sample string 2</Email> <MobileNo>sample string 3</MobileNo> <UserName>sample string 1</UserName> </NewLoginView>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.