POST api/Login/getSecurityUserPages

Request Information

URI Parameters

None.

Body Parameters

SecurityUserPages
NameDescriptionTypeAdditional information
Url

string

None.

UserId

integer

None.

HospitalLocationID

integer

None.

FacilityId

integer

None.

GroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "UserId": 2,
  "HospitalLocationID": 3,
  "FacilityId": 4,
  "GroupId": 5
}

application/xml, text/xml

Sample:
<SecurityUserPages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <FacilityId>4</FacilityId>
  <GroupId>5</GroupId>
  <HospitalLocationID>3</HospitalLocationID>
  <Url>sample string 1</Url>
  <UserId>2</UserId>
</SecurityUserPages>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.