POST api/ComplaintFeedback

Request Information

URI Parameters

None.

Body Parameters

tbl_Feedback
NameDescriptionTypeAdditional information
Feedback_AddedOn

string

None.

Feedback_Complaint_Id

integer

None.

Feedback_Description

string

None.

Feedback_Id

integer

None.

Feedback_latitude

string

None.

Feedback_longitude

string

None.

Feedback_Star_Rating

string

None.

Feedback_Status

integer

None.

Feedback_Subject

string

None.

Person_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Feedback_AddedOn": "sample string 1",
  "Feedback_Complaint_Id": 2,
  "Feedback_Description": "sample string 3",
  "Feedback_Id": 4,
  "Feedback_latitude": "sample string 5",
  "Feedback_longitude": "sample string 6",
  "Feedback_Star_Rating": "sample string 7",
  "Feedback_Status": 8,
  "Feedback_Subject": "sample string 9",
  "Person_Id": 10
}

application/xml, text/xml

Sample:
<tbl_Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalULB_API.Models">
  <Feedback_AddedOn>sample string 1</Feedback_AddedOn>
  <Feedback_Complaint_Id>2</Feedback_Complaint_Id>
  <Feedback_Description>sample string 3</Feedback_Description>
  <Feedback_Id>4</Feedback_Id>
  <Feedback_Star_Rating>sample string 7</Feedback_Star_Rating>
  <Feedback_Status>8</Feedback_Status>
  <Feedback_Subject>sample string 9</Feedback_Subject>
  <Feedback_latitude>sample string 5</Feedback_latitude>
  <Feedback_longitude>sample string 6</Feedback_longitude>
  <Person_Id>10</Person_Id>
</tbl_Feedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.