POST api/EMRAPI/deleteUnApprovedPrescriptions

Request Information

URI Parameters

None.

Body Parameters

deleteUnApprovedPrescriptions
NameDescriptionTypeAdditional information
UnAppPrescriptionId

integer

None.

EncounterId

integer

None.

UserId

integer

None.

FacilityId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UnAppPrescriptionId": 1,
  "EncounterId": 2,
  "UserId": 3,
  "FacilityId": 4
}

application/xml, text/xml

Sample:
<deleteUnApprovedPrescriptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <EncounterId>2</EncounterId>
  <FacilityId>4</FacilityId>
  <UnAppPrescriptionId>1</UnAppPrescriptionId>
  <UserId>3</UserId>
</deleteUnApprovedPrescriptions>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.