POST api/KDCA/Channels_Teams_Register
Request Information
URI Parameters
None.
Body Parameters
ChannelTeamsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idClient | integer |
None. |
|
| MicrosoftAppId | string |
None. |
|
| BotName | string |
None. |
|
| MicrosoftAppPassword | string |
None. |
|
| TenantId | string |
None. |
|
| MessagingEndpoint | string |
None. |
|
| Active | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"idClient": 2,
"MicrosoftAppId": "sample string 3",
"BotName": "sample string 4",
"MicrosoftAppPassword": "sample string 5",
"TenantId": "sample string 6",
"MessagingEndpoint": "sample string 7",
"Active": 8
}
application/xml, text/xml
Sample:
<ChannelTeamsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model"> <Active>8</Active> <BotName>sample string 4</BotName> <MessagingEndpoint>sample string 7</MessagingEndpoint> <MicrosoftAppId>sample string 3</MicrosoftAppId> <MicrosoftAppPassword>sample string 5</MicrosoftAppPassword> <TenantId>sample string 6</TenantId> <id>1</id> <idClient>2</idClient> </ChannelTeamsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |