POST api/mobileAccount/v1/UpdateUserProgess
Request Information
URI Parameters
None.
Body Parameters
UserProgress| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| RefreshToken | string |
None. |
|
| CommonProgress | decimal number |
Required |
|
| RightAnswer | decimal number |
Required |
|
| Ranking | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RefreshToken": "sample string 2",
"CommonProgress": 3.1,
"RightAnswer": 4.1,
"Ranking": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseHttpCodeAndMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| HttpStatusCode | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HttpStatusCode": 1,
"Msg": "sample string 2"
}