GET api/F2UToken?appid={appid}&ctry={ctry}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appid

string

None.

ctry

string

None.

Body Parameters

None.

Response Information

Resource Description

Key
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:
<F2UTokenController.Key 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>
</F2UTokenController.Key>