POST api/v1/Chats/CreateChat

Request Information

URI Parameters

None.

Body Parameters

ChatLight
NameDescriptionTypeAdditional information
_ChatId

integer

None.

_SenderId

integer

None.

_Sender

string

None.

_ReceiverId

integer

None.

_Receiver

string

None.

_Message

string

None.

_TimeStamp

date

None.

_MessageType

MESSAGE_TYPE

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_ChatId": 1,
  "_SenderId": 2,
  "_Sender": "sample string 3",
  "_ReceiverId": 4,
  "_Receiver": "sample string 5",
  "_Message": "sample string 6",
  "_TimeStamp": "2025-12-06T17:39:44.8446449+00:00",
  "_MessageType": 0,
  "_SysNumber": 8,
  "_CreationDate": "2025-12-06T17:39:44.8446449+00:00",
  "_UpdatedDate": "2025-12-06T17:39:44.8446449+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.