PUT api/group/challenge/start/{id}?gId={gId}

start group challenge when every on in group have updated there goals for challenge

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

logged in user id and a leader of group challenge can start

integer

Required

gId

groups id to start challenge

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success, return Lifetrons response codes On failure, Lifetrons response codes

Response
NameDescriptionTypeAdditional information
resp_code

Lifetrons response code

string

None.

resp_msg

Lifetrons response message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "resp_code": "sample string 1",
  "resp_msg": "sample string 2"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifetronsPhoneApi.Models">
  <resp_code>sample string 1</resp_code>
  <resp_msg>sample string 2</resp_msg>
</Response>