PUT api/movement/challenges/active/progress

Updates the progress of the active challenge

Request Information

URI Parameters

None.

Body Parameters

req
NameDescriptionTypeAdditional information
steps

string

None.

distance

string

None.

Request Formats

application/json, text/json

Sample:
{
  "steps": "sample string 1",
  "distance": "sample string 2"
}

application/xml, text/xml

Sample:
<SQLFunction.MovementChallenges_Progress.req xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi20.AppsDAL">
  <distance>sample string 2</distance>
  <steps>sample string 1</steps>
</SQLFunction.MovementChallenges_Progress.req>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MovementChallenges_Progress
NameDescriptionTypeAdditional information
data

Collection of Object

None.

success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.