POST api/ChatGptThread/ManageThread

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsManageThread
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Assistance_Id": 1,
  "ChatAssistanceId": "sample string 2",
  "Thread_Id": "sample string 3",
  "Thread_Name": "sample string 4",
  "Created_by": "sample string 5",
  "Created_on": "2026-04-06T02:58:30.8742553+05:30",
  "Dml_Indicator": "sample string 7",
  "Thread": "sample string 8",
  "Details": "sample string 9",
  "UserMail": "sample string 10",
  "Role": 11
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChatGptThread'.