POST api/ReplyTool/SendMessage?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

ReplyToolConversationMessageDTO
NameDescriptionTypeAdditional information
text

string

None.

phone

string

None.

conversationMsgId

integer

None.

FromPhone

string

None.

AttachmentType

string

None.

conversationId

integer

None.

ImageName

string

None.

FileBytes

Collection of byte

None.

FileBytesInBase64String

string

None.

S3FileName

string

None.

LeadId

integer

None.

SavedReplyId

integer

None.

IsSentByReplyTool

boolean

None.

replyToolConversationId

integer

None.

ReplyToolConversation

ReplyToolConversation

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageResponseStatus
NameDescriptionTypeAdditional information
Status

boolean

None.

ConversationId

integer

None.

MessageResponse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ConversationId": 1,
  "MessageResponse": "sample string 2"
}