POST Api/FeedbackAll/Add

Request Information

URI Parameters

None.

Body Parameters

FeedbackLookupVm
NameDescriptionTypeAdditional information
Email

string

None.

FeedbackCategoryTypeId

integer

None.

Content

string

None.

ClinicId

integer

None.

EmployeeId

integer

None.

PatientId

integer

None.

VisitId

integer

None.

Priority

string

None.

Phone

string

None.

SendTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "feedbackCategoryTypeId": 2,
  "content": "sample string 3",
  "clinicId": 1,
  "employeeId": 1,
  "patientId": 1,
  "visitId": 1,
  "priority": "sample string 4",
  "phone": "sample string 5",
  "sendTo": "sample string 6"
}

text/html

Sample:
{"email":"sample string 1","feedbackCategoryTypeId":2,"content":"sample string 3","clinicId":1,"employeeId":1,"patientId":1,"visitId":1,"priority":"sample string 4","phone":"sample string 5","sendTo":"sample string 6"}

application/xml, text/xml

Sample:
<FeedbackLookupVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels.HR">
  <ClinicId>1</ClinicId>
  <Content>sample string 3</Content>
  <Email>sample string 1</Email>
  <EmployeeId>1</EmployeeId>
  <FeedbackCategoryTypeId>2</FeedbackCategoryTypeId>
  <PatientId>1</PatientId>
  <Phone>sample string 5</Phone>
  <Priority>sample string 4</Priority>
  <SendTo>sample string 6</SendTo>
  <VisitId>1</VisitId>
</FeedbackLookupVm>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.