POST api/EMRAPI/ShowPageCheck

Request Information

URI Parameters

None.

Body Parameters

ShowPageCheck
NameDescriptionTypeAdditional information
EncounterId

integer

None.

RegistrationId

integer

None.

EREncounterId

string

None.

FormId

integer

None.

TemplateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EncounterId": 1,
  "RegistrationId": 2,
  "EREncounterId": "sample string 3",
  "FormId": 4,
  "TemplateId": 5
}

application/xml, text/xml

Sample:
<ShowPageCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <EREncounterId>sample string 3</EREncounterId>
  <EncounterId>1</EncounterId>
  <FormId>4</FormId>
  <RegistrationId>2</RegistrationId>
  <TemplateId>5</TemplateId>
</ShowPageCheck>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.