POST api/account
Request Information
URI Parameters
None.
Body Parameters
TokenModelName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
RefreshToken | string |
None. |
Request Formats
application/json, text/json, application/json-patch+json
Sample:
{ "token": "sample string 1", "refreshToken": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/json-patch+json
Sample:
Sample not available.