GET api/F2UValidateApp/{id}?appid={appid}&ctry={ctry}&lang={lang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

appid

string

None.

ctry

string

None.

lang

string

None.

Body Parameters

None.

Response Information

Resource Description

Validate
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:
<F2UValidateAppController.Validate 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>
</F2UValidateAppController.Validate>