POST api/Petition/ForgotPetitionNo
Request Information
URI Parameters
None.
Body Parameters
PetitionForgotParameterName | Description | Type | Additional information |
---|---|---|---|
string |
Required Matching regular expression pattern: ^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$ |
||
ReToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "email": "sample string 1", "reToken": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"