POST api/getvalue
Request Information
URI Parameters
None.
Body Parameters
RefreshTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| value1 | string |
None. |
|
| value2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"value1": "sample string 1",
"value2": "sample string 2"
}
application/xml, text/xml
Sample:
<RefreshTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Farrera.Premium.Models.Request"> <value1>sample string 1</value1> <value2>sample string 2</value2> </RefreshTokenRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RefreshTokenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"value": "sample string 1"
}
application/xml, text/xml
Sample:
<RefreshTokenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Farrera.Premium.Models.Response"> <value>sample string 1</value> </RefreshTokenResponse>