POST api/KDCA/WidgetDataGet

Request Information

URI Parameters

None.

Body Parameters

WidgetDataBack
NameDescriptionTypeAdditional information
idClient

integer

None.

botTitle

string

None.

botSubtitle

string

None.

avatarUrl

string

None.

placeholderText

string

None.

backgroundMessage

string

None.

userMessageTextColor

string

None.

botMessageTextColor

string

None.

botBoxMessageColor

string

None.

userBoxMessageColor

string

None.

backgroundHeader

string

None.

headerTextColor

string

None.

messageInputTextColor

string

None.

messageInputBorderColor

string

None.

sendButtonColor

string

None.

backgroundInfoBox

string

None.

infoBoxTextColor

string

None.

borderAndTextColorButton

string

None.

backgroundFooter

string

None.

infoBoxText

string

None.

botLinkTextColor

string

None.

iconBorderColor

string

None.

showIconBorderColor

string

None.

startBotMessage

string

None.

startUserMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idClient": 1,
  "botTitle": "sample string 2",
  "botSubtitle": "sample string 3",
  "avatarUrl": "sample string 4",
  "placeholderText": "sample string 5",
  "backgroundMessage": "sample string 6",
  "userMessageTextColor": "sample string 7",
  "botMessageTextColor": "sample string 8",
  "botBoxMessageColor": "sample string 9",
  "userBoxMessageColor": "sample string 10",
  "backgroundHeader": "sample string 11",
  "headerTextColor": "sample string 12",
  "messageInputTextColor": "sample string 13",
  "messageInputBorderColor": "sample string 14",
  "sendButtonColor": "sample string 15",
  "backgroundInfoBox": "sample string 16",
  "infoBoxTextColor": "sample string 17",
  "borderAndTextColorButton": "sample string 18",
  "backgroundFooter": "sample string 19",
  "infoBoxText": "sample string 20",
  "botLinkTextColor": "sample string 21",
  "iconBorderColor": "sample string 22",
  "showIconBorderColor": "sample string 23",
  "startBotMessage": "sample string 24",
  "startUserMessage": "sample string 25"
}

application/xml, text/xml

Sample:
<WidgetDataBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model">
  <avatarUrl>sample string 4</avatarUrl>
  <backgroundFooter>sample string 19</backgroundFooter>
  <backgroundHeader>sample string 11</backgroundHeader>
  <backgroundInfoBox>sample string 16</backgroundInfoBox>
  <backgroundMessage>sample string 6</backgroundMessage>
  <borderAndTextColorButton>sample string 18</borderAndTextColorButton>
  <botBoxMessageColor>sample string 9</botBoxMessageColor>
  <botLinkTextColor>sample string 21</botLinkTextColor>
  <botMessageTextColor>sample string 8</botMessageTextColor>
  <botSubtitle>sample string 3</botSubtitle>
  <botTitle>sample string 2</botTitle>
  <headerTextColor>sample string 12</headerTextColor>
  <iconBorderColor>sample string 22</iconBorderColor>
  <idClient>1</idClient>
  <infoBoxText>sample string 20</infoBoxText>
  <infoBoxTextColor>sample string 17</infoBoxTextColor>
  <messageInputBorderColor>sample string 14</messageInputBorderColor>
  <messageInputTextColor>sample string 13</messageInputTextColor>
  <placeholderText>sample string 5</placeholderText>
  <sendButtonColor>sample string 15</sendButtonColor>
  <showIconBorderColor>sample string 23</showIconBorderColor>
  <startBotMessage>sample string 24</startBotMessage>
  <startUserMessage>sample string 25</startUserMessage>
  <userBoxMessageColor>sample string 10</userBoxMessageColor>
  <userMessageTextColor>sample string 7</userMessageTextColor>
</WidgetDataBack>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.