POST api/VenueChatSendbird/Initchat

Request Information

URI Parameters

None.

Body Parameters

SendbirdChatLogInput
NameDescriptionTypeAdditional information
SendbirdGroupId

string

Required

CustomerId

string

Required

VenueId

integer

Required

VenueProviderId

string

Required

MessageId

string

Required

Message

string

Required

TypeChatting

TypeChatting

None.

StatusSendEmail

StatusSending

None.

StatusSendSms

StatusSending

None.

emailprovider

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sendbirdGroupId": "sample string 1",
  "customerId": "sample string 2",
  "venueId": 3,
  "venueProviderId": "sample string 4",
  "messageId": "sample string 5",
  "message": "sample string 6",
  "typeChatting": 1,
  "statusSendEmail": 0,
  "statusSendSms": 0,
  "emailprovider": "sample string 7"
}

text/html

Sample:
{"sendbirdGroupId":"sample string 1","customerId":"sample string 2","venueId":3,"venueProviderId":"sample string 4","messageId":"sample string 5","message":"sample string 6","typeChatting":1,"statusSendEmail":0,"statusSendSms":0,"emailprovider":"sample string 7"}

application/xml, text/xml

Sample:
<SendbirdChatLogInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api">
  <CustomerId>sample string 2</CustomerId>
  <Message>sample string 6</Message>
  <MessageId>sample string 5</MessageId>
  <SendbirdGroupId>sample string 1</SendbirdGroupId>
  <StatusSendEmail>Seccess</StatusSendEmail>
  <StatusSendSms>Seccess</StatusSendSms>
  <TypeChatting>First</TypeChatting>
  <VenueId>3</VenueId>
  <VenueProviderId>sample string 4</VenueProviderId>
  <emailprovider>sample string 7</emailprovider>
</SendbirdChatLogInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SendbirdChatLogView
NameDescriptionTypeAdditional information
Id

integer

None.

SendbirdGroupId

string

None.

CustomerId

string

None.

VenueId

integer

None.

VenueProviderId

string

None.

MessageId

string

None.

Message

string

None.

TypeChatting

TypeChatting

None.

StatusSendEmail

StatusSending

None.

StatusSendSms

StatusSending

None.

TimeDiff

decimal number

None.

StatusError

boolean

None.

ErrorMsg

string

None.

CreatorId

string

None.

Created

date

None.

CreatorFullName

string

None.

Updated

date

None.

UpdatorId

string

None.

UpdatorFullName

string

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "sendbirdGroupId": "sample string 2",
  "customerId": "sample string 3",
  "venueId": 4,
  "venueProviderId": "sample string 5",
  "messageId": "sample string 6",
  "message": "sample string 7",
  "typeChatting": 1,
  "statusSendEmail": 0,
  "statusSendSms": 0,
  "timeDiff": 8.1,
  "statusError": true,
  "errorMsg": "sample string 10",
  "creatorId": "sample string 11",
  "created": "2025-08-26T19:50:38.6765516+00:00",
  "creatorFullName": "sample string 13",
  "updated": "2025-08-26T19:50:38.6765516+00:00",
  "updatorId": "sample string 15",
  "updatorFullName": "sample string 16",
  "disabled": true
}

text/html

Sample:
{"id":1,"sendbirdGroupId":"sample string 2","customerId":"sample string 3","venueId":4,"venueProviderId":"sample string 5","messageId":"sample string 6","message":"sample string 7","typeChatting":1,"statusSendEmail":0,"statusSendSms":0,"timeDiff":8.1,"statusError":true,"errorMsg":"sample string 10","creatorId":"sample string 11","created":"2025-08-26T19:50:38.6765516+00:00","creatorFullName":"sample string 13","updated":"2025-08-26T19:50:38.6765516+00:00","updatorId":"sample string 15","updatorFullName":"sample string 16","disabled":true}

application/xml, text/xml

Sample:
<SendbirdChatLogView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api">
  <Created>2025-08-26T19:50:38.6765516+00:00</Created>
  <CreatorFullName>sample string 13</CreatorFullName>
  <CreatorId>sample string 11</CreatorId>
  <Disabled>true</Disabled>
  <Updated>2025-08-26T19:50:38.6765516+00:00</Updated>
  <UpdatorFullName>sample string 16</UpdatorFullName>
  <UpdatorId>sample string 15</UpdatorId>
  <CustomerId>sample string 3</CustomerId>
  <ErrorMsg>sample string 10</ErrorMsg>
  <Id>1</Id>
  <Message>sample string 7</Message>
  <MessageId>sample string 6</MessageId>
  <SendbirdGroupId>sample string 2</SendbirdGroupId>
  <StatusError>true</StatusError>
  <StatusSendEmail>Seccess</StatusSendEmail>
  <StatusSendSms>Seccess</StatusSendSms>
  <TimeDiff>8.1</TimeDiff>
  <TypeChatting>First</TypeChatting>
  <VenueId>4</VenueId>
  <VenueProviderId>sample string 5</VenueProviderId>
</SendbirdChatLogView>