POST api/shoshin-thumbs-feedback

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
id

None.

query

None.

response

None.

feedbackType

None.

bearerToken

None.

timestamp

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "aa59dca9-b30e-4024-9e2f-ac24f232b2cd",
  "query": "sample string 2",
  "response": "sample string 3",
  "feedbackType": "sample string 4",
  "bearerToken": "sample string 5",
  "timestamp": "2026-03-12T22:01:50.320156+00:00"
}

application/xml, text/xml

Sample:
<ShoshinFriendFeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer">
  <bearerToken>sample string 5</bearerToken>
  <feedbackType>sample string 4</feedbackType>
  <id>aa59dca9-b30e-4024-9e2f-ac24f232b2cd</id>
  <query>sample string 2</query>
  <response>sample string 3</response>
  <timestamp>2026-03-12T22:01:50.320156+00:00</timestamp>
</ShoshinFriendFeedBack>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.