POST api/PatientApp/GetPatientFeedbackAppAdminDashboard

Request Information

URI Parameters

None.

Body Parameters

PatientFeebackModel
NameDescriptionTypeAdditional information
DepartmentId

string

None.

SubDepartmentId

string

None.

SubDepartment

string

None.

Rating

string

None.

FeedBackStatusId

string

None.

RegistrationId

string

None.

EncounterId

string

None.

Flag

string

None.

Feedback

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentId": "sample string 1",
  "SubDepartmentId": "sample string 2",
  "SubDepartment": "sample string 3",
  "Rating": "sample string 4",
  "FeedBackStatusId": "sample string 5",
  "RegistrationId": "sample string 6",
  "EncounterId": "sample string 7",
  "Flag": "sample string 8",
  "Feedback": "sample string 9"
}

application/xml, text/xml

Sample:
<PatientFeebackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <DepartmentId>sample string 1</DepartmentId>
  <EncounterId>sample string 7</EncounterId>
  <FeedBackStatusId>sample string 5</FeedBackStatusId>
  <Feedback>sample string 9</Feedback>
  <Flag>sample string 8</Flag>
  <Rating>sample string 4</Rating>
  <RegistrationId>sample string 6</RegistrationId>
  <SubDepartment>sample string 3</SubDepartment>
  <SubDepartmentId>sample string 2</SubDepartmentId>
</PatientFeebackModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.