POST api/EMRAPI/GetPrescriptionRemarks

Request Information

URI Parameters

None.

Body Parameters

GetPrescriptionRemarks
NameDescriptionTypeAdditional information
RemarkId

integer

None.

HospitalLocationId

integer

None.

FacilityId

integer

None.

Active

integer

None.

DoctorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RemarkId": 1,
  "HospitalLocationId": 2,
  "FacilityId": 3,
  "Active": 4,
  "DoctorId": 5
}

application/xml, text/xml

Sample:
<GetPrescriptionRemarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <Active>4</Active>
  <DoctorId>5</DoctorId>
  <FacilityId>3</FacilityId>
  <HospitalLocationId>2</HospitalLocationId>
  <RemarkId>1</RemarkId>
</GetPrescriptionRemarks>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.