POST CTI/Eventos/Pesquisar
Request Information
URI Parameters
None.
Body Parameters
CTIEventoFiltros| Name | Description | Type | Additional information |
|---|---|---|---|
| Processado | string |
None. |
|
| PA | string |
None. |
|
| DtEventoIni | date |
None. |
|
| QtdRegistros | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Processado": "sample string 1",
"PA": "sample string 2",
"DtEventoIni": "2025-10-28T03:47:08.6813983-03:00",
"QtdRegistros": 3
}
application/xml, text/xml
Sample:
<CTIEventoFiltros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VanRooy.TopTherm.Shared.FiltrosPesquisa"> <QtdRegistros xmlns="http://schemas.datacontract.org/2004/07/VanRooy.TopTherm.Shared.AbstractClasses">3</QtdRegistros> <DtEventoIni>2025-10-28T03:47:08.6813983-03:00</DtEventoIni> <PA>sample string 2</PA> <Processado>sample string 1</Processado> </CTIEventoFiltros>
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. |