POST NMRLogin/ResendOTP/{emailId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
emailId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionConfirmationDtoName | Description | Type | Additional information |
---|---|---|---|
WasSuccessful | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "WasSuccessful": true, "Message": "sample string 2", "Data": {} }