POST api/SetLauncherMain

Request Information

URI Parameters

None.

Body Parameters

LauncherMainParam
NameDescriptionTypeAdditional information
Token

string

None.

StudyPlanID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "StudyPlanID": "sample string 2"
}

application/xml, text/xml

Sample:
<LauncherMainParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Masterclub.API.Controllers">
  <StudyPlanID>sample string 2</StudyPlanID>
  <Token>sample string 1</Token>
</LauncherMainParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LauncherMainResult
NameDescriptionTypeAdditional information
auth_err

string

None.

host

string

None.

launcherMainResult

string

None.

Response Formats

application/json, text/json

Sample:
{
  "auth_err": "sample string 1",
  "host": "sample string 2",
  "launcherMainResult": "sample string 3"
}

application/xml, text/xml

Sample:
<LauncherMainResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Masterclub.API.Controllers">
  <auth_err>sample string 1</auth_err>
  <host>sample string 2</host>
  <launcherMainResult>sample string 3</launcherMainResult>
</LauncherMainResult>