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": "7782503f-be30-4ca6-aea6-5c089d74a2b4",
  "query": "sample string 2",
  "response": "sample string 3",
  "feedbackType": "sample string 4",
  "bearerToken": "sample string 5",
  "timestamp": "2026-01-28T23:23:52.8176416+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>7782503f-be30-4ca6-aea6-5c089d74a2b4</id>
  <query>sample string 2</query>
  <response>sample string 3</response>
  <timestamp>2026-01-28T23:23:52.8176416+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.