POST ResendOTP?OTPRefrence={OTPRefrence}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| OTPRefrence | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
AccountModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| Name | string | None. | |
| Usertype | string | None. | |
| AgentCode | string | None. | |
| MobileNumber | string | None. | |
| PartnerAgentId | string | None. | |
| Status | string | None. | |
| Token | string | None. | |
| IsOTP | boolean | None. | |
| IsPinEnabled | boolean | None. | |
| OTPRef | string | None. | |
| Mobile | string | None. | |
| EmailID | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "Name": "sample string 2",
  "Usertype": "sample string 3",
  "AgentCode": "sample string 4",
  "MobileNumber": "sample string 5",
  "PartnerAgentId": "sample string 6",
  "Status": "sample string 7",
  "Token": "sample string 8",
  "IsOTP": true,
  "IsPinEnabled": true,
  "OTPRef": "sample string 11",
  "Mobile": "sample string 12",
  "EmailID": "sample string 13"
}
        application/xml, text/xml
            Sample:
<AccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Api.Models"> <AgentCode>sample string 4</AgentCode> <EmailID>sample string 13</EmailID> <Id>1</Id> <IsOTP>true</IsOTP> <IsPinEnabled>true</IsPinEnabled> <Mobile>sample string 12</Mobile> <MobileNumber>sample string 5</MobileNumber> <Name>sample string 2</Name> <OTPRef>sample string 11</OTPRef> <PartnerAgentId>sample string 6</PartnerAgentId> <Status>sample string 7</Status> <Token>sample string 8</Token> <Usertype>sample string 3</Usertype> </AccountModel>