POST api/PatientApp/SavePatientFeedback

Request Information

URI Parameters

None.

Body Parameters

Collection of 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"
  },
  {
    "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:
<ArrayOfPatientFeebackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <PatientFeebackModel>
    <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>
  <PatientFeebackModel>
    <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>
</ArrayOfPatientFeebackModel>

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 'List`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.