POST api/EMRAPI/GetReferralDetailForSerach

Request Information

URI Parameters

None.

Body Parameters

GetReferralDetailForSerach
NameDescriptionTypeAdditional information
UserId

integer

None.

EncId

integer

None.

EncounterType

string

None.

FacilityId

integer

None.

RegistrationNo

string

None.

ConcludeReferral

integer

None.

ReferralId

integer

None.

PatientName

string

None.

ReferralType

integer

None.

FromDate

string

None.

ToDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "EncId": 2,
  "EncounterType": "sample string 3",
  "FacilityId": 4,
  "RegistrationNo": "sample string 5",
  "ConcludeReferral": 6,
  "ReferralId": 7,
  "PatientName": "sample string 8",
  "ReferralType": 9,
  "FromDate": "sample string 10",
  "ToDate": "sample string 11"
}

application/xml, text/xml

Sample:
<GetReferralDetailForSerach xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <ConcludeReferral>6</ConcludeReferral>
  <EncId>2</EncId>
  <EncounterType>sample string 3</EncounterType>
  <FacilityId>4</FacilityId>
  <FromDate>sample string 10</FromDate>
  <PatientName>sample string 8</PatientName>
  <ReferralId>7</ReferralId>
  <ReferralType>9</ReferralType>
  <RegistrationNo>sample string 5</RegistrationNo>
  <ToDate>sample string 11</ToDate>
  <UserId>1</UserId>
</GetReferralDetailForSerach>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.