POST api/outbund/dashBoardSupChattigo
Request Information
URI Parameters
None.
Body Parameters
DashBoardSupChattigo| Name | Description | Type | Additional information |
|---|---|---|---|
| campaign | string |
None. |
|
| agentes_online | integer |
None. |
|
| agentes_pausa | integer |
None. |
|
| chat_activos | integer |
None. |
|
| chat_espera | integer |
None. |
|
| chat_cerrados | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"campaign": "sample string 1",
"agentes_online": 2,
"agentes_pausa": 3,
"chat_activos": 4,
"chat_espera": 5,
"chat_cerrados": 6
}
application/xml, text/xml
Sample:
<DashBoardSupChattigo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ingeneo.Chattigo.WebAPI.Controllers"> <agentes_online>2</agentes_online> <agentes_pausa>3</agentes_pausa> <campaign>sample string 1</campaign> <chat_activos>4</chat_activos> <chat_cerrados>6</chat_cerrados> <chat_espera>5</chat_espera> </DashBoardSupChattigo>
application/x-www-form-urlencoded
Sample:
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. |