GET api/F2UForgotFboId?natid={natid}&ctry={ctry}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
natid

string

None.

ctry

string

None.

Body Parameters

None.

Response Information

Resource Description

ForgotFboId
NameDescriptionTypeAdditional information
PromptMessage

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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