POST api/user/paswordlink_creater
Request Information
URI Parameters
None.
Body Parameters
TokenName | Description | Type | Additional information |
---|---|---|---|
token_ID | integer |
None. |
|
token_text | string |
None. |
|
token_email | string |
None. |
|
token_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "token_ID": 1, "token_text": "sample string 2", "token_email": "sample string 3", "token_date": "2025-04-11T05:56:33.9070603+00:00" }
application/xml, text/xml
Sample:
<Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asanRishta.Models"> <token_ID>1</token_ID> <token_date>2025-04-11T05:56:33.9070603+00:00</token_date> <token_email>sample string 3</token_email> <token_text>sample string 2</token_text> </Token>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>