POST api/MBChat/MibChatHistory

Request Information

URI Parameters

None.

Body Parameters

MibOldChatHistoryVM
NameDescriptionTypeAdditional information
UserUUID

string

None.

Mobile

string

None.

From_Date

date

None.

To_Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "sample string 1",
  "Mobile": "sample string 2",
  "From_Date": "2026-01-15T19:23:41.6616993+05:30",
  "To_Date": "2026-01-15T19:23:41.6616993+05:30"
}

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 'MibOldChatHistoryVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.