PUT api/feedback/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

Mdl_Pro_Feedback
NameDescriptionTypeAdditional information
Pro_Feedback_Id

integer

None.

Pro_Cust_Id

integer

None.

Feedback_By

string

None.

Feedback_Date

string

None.

Feedback_Status

string

None.

Customer_Payment_Received

string

None.

Rating

string

None.

Remark

string

None.

Suggestion

string

None.

Positive_Feedbacks

string

None.

Negative_Feedbacks

string

None.

User_Id

string

None.

Row_Version

string

None.

Is_From_INH

string

None.

Payment_Return_From

string

None.

Payment_Return_From_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Feedback_Id": 1,
  "Pro_Cust_Id": 2,
  "Feedback_By": "sample string 3",
  "Feedback_Date": "sample string 4",
  "Feedback_Status": "sample string 5",
  "Customer_Payment_Received": "sample string 6",
  "Rating": "sample string 7",
  "Remark": "sample string 8",
  "Suggestion": "sample string 9",
  "Positive_Feedbacks": "sample string 10",
  "Negative_Feedbacks": "sample string 11",
  "User_Id": "sample string 12",
  "Row_Version": "sample string 13",
  "Is_From_INH": "sample string 14",
  "Payment_Return_From": "sample string 15",
  "Payment_Return_From_Id": "sample string 16"
}

application/xml, text/xml

Sample:
<Mdl_Pro_Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Customer_Payment_Received>sample string 6</Customer_Payment_Received>
  <Feedback_By>sample string 3</Feedback_By>
  <Feedback_Date>sample string 4</Feedback_Date>
  <Feedback_Status>sample string 5</Feedback_Status>
  <Is_From_INH>sample string 14</Is_From_INH>
  <Negative_Feedbacks>sample string 11</Negative_Feedbacks>
  <Payment_Return_From>sample string 15</Payment_Return_From>
  <Payment_Return_From_Id>sample string 16</Payment_Return_From_Id>
  <Positive_Feedbacks>sample string 10</Positive_Feedbacks>
  <Pro_Cust_Id>2</Pro_Cust_Id>
  <Pro_Feedback_Id>1</Pro_Feedback_Id>
  <Rating>sample string 7</Rating>
  <Remark>sample string 8</Remark>
  <Row_Version>sample string 13</Row_Version>
  <Suggestion>sample string 9</Suggestion>
  <User_Id>sample string 12</User_Id>
</Mdl_Pro_Feedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>