GET api/F2UCheckOnceLogin/{id}?ctry={ctry}&platform={platform}&method={method}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ctry

string

None.

id

string

None.

platform

string

None.

method

string

None.

Body Parameters

None.

Response Information

Resource Description

CheckLogin
NameDescriptionTypeAdditional information
ChkStatus

boolean

None.

PromptMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChkStatus": true,
  "PromptMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<F2UCheckOnceLoginController.CheckLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers">
  <ChkStatus>true</ChkStatus>
  <PromptMessage>sample string 2</PromptMessage>
</F2UCheckOnceLoginController.CheckLogin>