POST NMRLogin/ResendOTP/{emailId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
emailId

string

Required

Body Parameters

None.

Response Information

Resource Description

ActionConfirmationDto
NameDescriptionTypeAdditional information
WasSuccessful

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "WasSuccessful": true,
  "Message": "sample string 2",
  "Data": {}
}