GET api/FeedBack/GetAllCustomersFeedBack

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FeedBack
NameDescriptionTypeAdditional information
Customer_Id

integer

None.

Customer

string

None.

Feedback_type

string

None.

Description

string

None.

Response Formats

application/json, text/json

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

application/octet-stream

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