POST api/Feedbacks

Request Information

URI Parameters

None.

Body Parameters

Feedback
NameDescriptionTypeAdditional information
IdFeedback

integer

None.

InsertMomentOfFeedback

date

None.

TextOfFeedback

string

None.

StarsOfFeedback

integer

None.

IdCompanyOfFeedback

integer

None.

IdUserOfFeedback

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdFeedback": 1,
  "InsertMomentOfFeedback": "2025-12-12T04:28:00.5968532+01:00",
  "TextOfFeedback": "sample string 3",
  "StarsOfFeedback": 4,
  "IdCompanyOfFeedback": 5,
  "IdUserOfFeedback": "sample string 6"
}

application/xml, text/xml

Sample:
<Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SadiApi.Models">
  <IdCompanyOfFeedback>5</IdCompanyOfFeedback>
  <IdFeedback>1</IdFeedback>
  <IdUserOfFeedback>sample string 6</IdUserOfFeedback>
  <InsertMomentOfFeedback>2025-12-12T04:28:00.5968532+01:00</InsertMomentOfFeedback>
  <StarsOfFeedback>4</StarsOfFeedback>
  <TextOfFeedback>sample string 3</TextOfFeedback>
</Feedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Feedback
NameDescriptionTypeAdditional information
IdFeedback

integer

None.

InsertMomentOfFeedback

date

None.

TextOfFeedback

string

None.

StarsOfFeedback

integer

None.

IdCompanyOfFeedback

integer

None.

IdUserOfFeedback

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IdFeedback": 1,
  "InsertMomentOfFeedback": "2025-12-12T04:28:00.6124766+01:00",
  "TextOfFeedback": "sample string 3",
  "StarsOfFeedback": 4,
  "IdCompanyOfFeedback": 5,
  "IdUserOfFeedback": "sample string 6"
}

application/xml, text/xml

Sample:
<Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SadiApi.Models">
  <IdCompanyOfFeedback>5</IdCompanyOfFeedback>
  <IdFeedback>1</IdFeedback>
  <IdUserOfFeedback>sample string 6</IdUserOfFeedback>
  <InsertMomentOfFeedback>2025-12-12T04:28:00.6124766+01:00</InsertMomentOfFeedback>
  <StarsOfFeedback>4</StarsOfFeedback>
  <TextOfFeedback>sample string 3</TextOfFeedback>
</Feedback>