POST api/EMRAPI/SaveReferralSlipAutoSave

Request Information

URI Parameters

None.

Body Parameters

SaveReferralSlipAutoSave
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

FacilityId

integer

None.

RegistrationId

integer

None.

EncounterId

integer

None.

SpecializationId

integer

None.

ReferDoctorId

integer

None.

Urgent

integer

None.

Doctornote

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "RegistrationId": 3,
  "EncounterId": 4,
  "SpecializationId": 5,
  "ReferDoctorId": 6,
  "Urgent": 7,
  "Doctornote": "sample string 8",
  "UserId": 9
}

application/xml, text/xml

Sample:
<SaveReferralSlipAutoSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <Doctornote>sample string 8</Doctornote>
  <EncounterId>4</EncounterId>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>1</HospitalLocationId>
  <ReferDoctorId>6</ReferDoctorId>
  <RegistrationId>3</RegistrationId>
  <SpecializationId>5</SpecializationId>
  <Urgent>7</Urgent>
  <UserId>9</UserId>
</SaveReferralSlipAutoSave>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.