GET api/F2UValidateLogin/{id}?pwd={pwd}&ctry={ctry}&appid={appid}&token={token}&brand={brand}&model={model}&lang={lang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

pwd

string

None.

ctry

string

None.

appid

string

None.

token

string

None.

brand

string

None.

model

string

None.

lang

string

None.

Body Parameters

None.

Response Information

Resource Description

Login
NameDescriptionTypeAdditional information
ResultCode

integer

None.

PromptMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultCode": 1,
  "PromptMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<F2UValidateLoginController.Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers.F2U">
  <PromptMessage>sample string 2</PromptMessage>
  <ResultCode>1</ResultCode>
</F2UValidateLoginController.Login>