POST api/EMRAPI/getTemplateResultSet

Request Information

URI Parameters

None.

Body Parameters

getTemplateResultSet
NameDescriptionTypeAdditional information
TemplateId

integer

None.

DoctorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateId": 1,
  "DoctorId": 2
}

application/xml, text/xml

Sample:
<getTemplateResultSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DoctorId>2</DoctorId>
  <TemplateId>1</TemplateId>
</getTemplateResultSet>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.