GET api/Test

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
flag

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "flag": "sample string 1",
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VEZTA.Models">
  <flag>sample string 1</flag>
  <message>sample string 2</message>
</Response>