POST Account/GenerateOtpForMobile
Request Information
URI Parameters
None.
Body Parameters
GenerateCode| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLogin | string |
Required String length: inclusive between 0 and 20 |
|
| ShopName | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserLogin": "sample string 1",
"ShopName": "sample string 2"
}
application/xml, text/xml
Sample:
<GenerateCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <ShopName>sample string 2</ShopName> <UserLogin>sample string 1</UserLogin> </GenerateCode>
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.