POST api/EMRAPI/GetLoginExpiryMessage

Request Information

URI Parameters

None.

Body Parameters

LoginExpiryMessage
NameDescriptionTypeAdditional information
Facitiyid

integer

None.

DayDifferent

integer

None.

ShowExpWarning

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Facitiyid": 1,
  "DayDifferent": 2,
  "ShowExpWarning": "sample string 3"
}

application/xml, text/xml

Sample:
<LoginExpiryMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DayDifferent>2</DayDifferent>
  <Facitiyid>1</Facitiyid>
  <ShowExpWarning>sample string 3</ShowExpWarning>
</LoginExpiryMessage>

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 'LoginExpiryMessage'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.