GET api/FeedBack/GetFeedBackByCustomerId?CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

FeedBack
NameDescriptionTypeAdditional information
Customer_Id

integer

None.

Customer

string

None.

Feedback_type

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Customer_Id": 1,
  "Customer": "sample string 2",
  "Feedback_type": "sample string 3",
  "Description": "sample string 4"
}

application/octet-stream

Sample:
{"$id":"1","Customer_Id":1,"Customer":"sample string 2","Feedback_type":"sample string 3","Description":"sample string 4"}