POST api/Values/FnLogout

Request Information

URI Parameters

None.

Body Parameters

API_INPUT_LOGOUT
NameDescriptionTypeAdditional information
MOBILE_NO

string

None.

DEVICE_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MOBILE_NO": "sample string 1",
  "DEVICE_ID": "sample string 2"
}

application/xml, text/xml

Sample:
<API_INPUT_LOGOUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI_IndiraCanteens.Models">
  <DEVICE_ID>sample string 2</DEVICE_ID>
  <MOBILE_NO>sample string 1</MOBILE_NO>
</API_INPUT_LOGOUT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'API_INPUT_LOGOUT'.

Response Information

Resource Description

API_RETURN_LOGOUT
NameDescriptionTypeAdditional information
RESPONSE_MESSAGE

string

None.

RESPONSE_CODE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RESPONSE_MESSAGE": "sample string 1",
  "RESPONSE_CODE": "sample string 2"
}

application/xml, text/xml

Sample:
<API_RETURN_LOGOUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI_IndiraCanteens.Models">
  <RESPONSE_CODE>sample string 2</RESPONSE_CODE>
  <RESPONSE_MESSAGE>sample string 1</RESPONSE_MESSAGE>
</API_RETURN_LOGOUT>