POST api/MBChat/SendChatMessageToDoc

Request Information

URI Parameters

None.

Body Parameters

ChatMessages
NameDescriptionTypeAdditional information
Id

integer

None.

MessageId

string

None.

SenderUUID

string

None.

ReceiverUUID

string

None.

MessageFlowTypeId

integer

None.

ChatMessagesTypeId

integer

None.

ChatMessageBody

string

None.

FileDetials

string

None.

FilePathLocation

string

None.

MessageSentOn

date

None.

MessageSentBy

string

None.

IsReadByReceiver

boolean

None.

ReadByReceiverOn

date

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MessageId": "sample string 2",
  "SenderUUID": "sample string 3",
  "ReceiverUUID": "sample string 4",
  "MessageFlowTypeId": 1,
  "ChatMessagesTypeId": 1,
  "ChatMessageBody": "sample string 5",
  "FileDetials": "sample string 6",
  "FilePathLocation": "sample string 7",
  "MessageSentOn": "2025-05-10T16:12:34.4696458+05:30",
  "MessageSentBy": "sample string 8",
  "IsReadByReceiver": true,
  "ReadByReceiverOn": "2025-05-10T16:12:34.4696458+05:30",
  "CreatedOn": "2025-05-10T16:12:34.4696458+05:30"
}

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.