POST api/Decode
Request Information
URI Parameters
None.
Body Parameters
Tokendetail| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenId | integer |
None. |
|
| MobileNumber | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TokenId": 1,
"MobileNumber": "sample string 2",
"token": "sample string 3"
}
application/xml, text/xml
Sample:
<Tokendetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model"> <MobileNumber>sample string 2</MobileNumber> <TokenId>1</TokenId> <token>sample string 3</token> </Tokendetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Tokendetail| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenId | integer |
None. |
|
| MobileNumber | string |
None. |
|
| token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TokenId": 1,
"MobileNumber": "sample string 2",
"token": "sample string 3"
}
application/xml, text/xml
Sample:
<Tokendetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model"> <MobileNumber>sample string 2</MobileNumber> <TokenId>1</TokenId> <token>sample string 3</token> </Tokendetail>