GET API/AgendCntrDashboard/ListarVeiculosLiberados
Retorna veiculos liberados
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwRfGateCntr| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcVeicId | decimal number |
None. |
|
| VclPlacaVeiculo | string |
None. |
|
| Cnh | string |
None. |
|
| Nome | string |
None. |
|
| Cntrs | string |
None. |
|
| HrChegada | date |
None. |
|
| HrEntrada | date |
None. |
|
| HrSolicitacao | date |
None. |
|
| TempoEspera | string |
None. |
|
| TempoEsperaLiberado | string |
None. |
|
| TipoAgend | string |
None. |
|
| Instancia | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| Estado | System.Data.DataRowState |
None. |
|
| Filtrado | boolean |
None. |
|
| Original | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| FoiAlterado | boolean |
None. |
|
| Lista | Collection of Object |
None. |
|
| EdicaoIniciada | boolean |
None. |
|
| AdicaoPendente | boolean |
None. |
|
| ErroValidacao | string |
None. |
|
| ErroValidacaoItem | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProcVeicId": 1.0,
"VclPlacaVeiculo": "sample string 2",
"Cnh": "sample string 3",
"Nome": "sample string 4",
"Cntrs": "sample string 5",
"HrChegada": "2026-02-03T23:19:24.6182495-03:00",
"HrEntrada": "2026-02-03T23:19:24.6182495-03:00",
"HrSolicitacao": "2026-02-03T23:19:24.6182495-03:00",
"TempoEspera": "sample string 9",
"TempoEsperaLiberado": "sample string 10",
"TipoAgend": "sample string 11"
},
{
"ProcVeicId": 1.0,
"VclPlacaVeiculo": "sample string 2",
"Cnh": "sample string 3",
"Nome": "sample string 4",
"Cntrs": "sample string 5",
"HrChegada": "2026-02-03T23:19:24.6182495-03:00",
"HrEntrada": "2026-02-03T23:19:24.6182495-03:00",
"HrSolicitacao": "2026-02-03T23:19:24.6182495-03:00",
"TempoEspera": "sample string 9",
"TempoEsperaLiberado": "sample string 10",
"TipoAgend": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfVwRfGateCntr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwRfGateCntr>
<ProcVeicId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ProcVeicId>
<VclPlacaVeiculo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</VclPlacaVeiculo>
<Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Cnh>
<Nome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Nome>
<Cntrs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Cntrs>
<HrChegada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrChegada>
<HrEntrada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrEntrada>
<HrSolicitacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrSolicitacao>
<TempoEspera xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</TempoEspera>
<TempoEsperaLiberado xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</TempoEsperaLiberado>
<TipoAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</TipoAgend>
</VwRfGateCntr>
<VwRfGateCntr>
<ProcVeicId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ProcVeicId>
<VclPlacaVeiculo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</VclPlacaVeiculo>
<Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Cnh>
<Nome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Nome>
<Cntrs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Cntrs>
<HrChegada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrChegada>
<HrEntrada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrEntrada>
<HrSolicitacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:24.6182495-03:00</HrSolicitacao>
<TempoEspera xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</TempoEspera>
<TempoEsperaLiberado xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</TempoEsperaLiberado>
<TipoAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</TipoAgend>
</VwRfGateCntr>
</ArrayOfVwRfGateCntr>