POST api/Logout

Request Information

URI Parameters

None.

Body Parameters

LogOutParam
NameDescriptionTypeAdditional information
MasterclubID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MasterclubID": "sample string 1"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LogOutResult
NameDescriptionTypeAdditional information
LogOutYn

string

None.

host

string

None.

Response Formats

application/json, text/json

Sample:
{
  "LogOutYn": "sample string 1",
  "host": "sample string 2"
}

application/xml, text/xml

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