POST api/oauth/renewapitoken
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inputmodel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"grant_type": "sample string 1",
"scope": "sample string 2",
"refresh_token": "sample string 3",
"IsCalledFromWebMRMS": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
text/plain
Sample:
Sample not available.