GET API/AgendCntrDashboard/ListarAgendLogOcr?Data={Data}&placa={placa}&cnh={cnh}&usuarioId={usuarioId}

Retorna Agendamentos com log ocr

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Data

date

Required

placa

string

Required

cnh

string

Required

usuarioId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgend
NameDescriptionTypeAdditional information
Id

decimal number

None.

TranspId

decimal number

None.

TipoAgendId

decimal number

None.

IndStatus

string

None.

DatAgend

date

None.

HoraAgend

decimal number

None.

Cnh

decimal number

None.

PlacaCavalo

string

None.

PlacaCarret1

string

None.

PlacaCarret2

string

None.

MembershipuseridIncl

decimal number

None.

DatIncl

date

None.

DatChegada

date

None.

FlgGold

string

None.

CdLoc

string

None.

DatAlt

date

None.

UsuAlt

decimal number

None.

OperTrem

decimal number

None.

CodVagao

string

None.

DataLibEspec

date

None.

HoraLibEspec

decimal number

None.

DataAntesLib

date

None.

HoraAntesLib

decimal number

None.

DatUltimoNotify

date

None.

TranspIdDepot

decimal number

None.

FlagSuspenso

boolean

None.

DriverName

string

None.

DriverLicense

string

None.

DriverCardId

string

None.

DescIndStatus

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:
[
  {
    "Id": 1.0,
    "TranspId": 2.0,
    "TipoAgendId": 3.0,
    "IndStatus": "sample string 4",
    "DatAgend": "2025-06-06T20:53:33.2866502-03:00",
    "HoraAgend": 6.0,
    "Cnh": 1.0,
    "PlacaCavalo": "SAMPLE STRING 7",
    "PlacaCarret1": "SAMPLE STRING 8",
    "PlacaCarret2": "SAMPLE STRING 9",
    "MembershipuseridIncl": 10.0,
    "DatIncl": "2025-06-06T20:53:33.2866502-03:00",
    "DatChegada": "2025-06-06T20:53:33.2866502-03:00",
    "FlgGold": "sample string 11",
    "CdLoc": "sample string 12",
    "DatAlt": "2025-06-06T20:53:33.2866502-03:00",
    "UsuAlt": 1.0,
    "OperTrem": 1.0,
    "CodVagao": "sample string 13",
    "DataLibEspec": "2025-06-06T20:53:33.2866502-03:00",
    "HoraLibEspec": 1.0,
    "DataAntesLib": "2025-06-06T20:53:33.2866502-03:00",
    "HoraAntesLib": 1.0,
    "DatUltimoNotify": "2025-06-06T20:53:33.2866502-03:00",
    "TranspIdDepot": 1.0,
    "FlagSuspenso": true,
    "DriverName": "sample string 15",
    "DriverLicense": "sample string 16",
    "DriverCardId": "sample string 17",
    "DescIndStatus": "sample string 18"
  },
  {
    "Id": 1.0,
    "TranspId": 2.0,
    "TipoAgendId": 3.0,
    "IndStatus": "sample string 4",
    "DatAgend": "2025-06-06T20:53:33.2866502-03:00",
    "HoraAgend": 6.0,
    "Cnh": 1.0,
    "PlacaCavalo": "SAMPLE STRING 7",
    "PlacaCarret1": "SAMPLE STRING 8",
    "PlacaCarret2": "SAMPLE STRING 9",
    "MembershipuseridIncl": 10.0,
    "DatIncl": "2025-06-06T20:53:33.2866502-03:00",
    "DatChegada": "2025-06-06T20:53:33.2866502-03:00",
    "FlgGold": "sample string 11",
    "CdLoc": "sample string 12",
    "DatAlt": "2025-06-06T20:53:33.2866502-03:00",
    "UsuAlt": 1.0,
    "OperTrem": 1.0,
    "CodVagao": "sample string 13",
    "DataLibEspec": "2025-06-06T20:53:33.2866502-03:00",
    "HoraLibEspec": 1.0,
    "DataAntesLib": "2025-06-06T20:53:33.2866502-03:00",
    "HoraAntesLib": 1.0,
    "DatUltimoNotify": "2025-06-06T20:53:33.2866502-03:00",
    "TranspIdDepot": 1.0,
    "FlagSuspenso": true,
    "DriverName": "sample string 15",
    "DriverLicense": "sample string 16",
    "DriverCardId": "sample string 17",
    "DescIndStatus": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScAgend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScAgend>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</TranspId>
    <TipoAgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</TipoAgendId>
    <IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</IndStatus>
    <DatAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatAgend>
    <HoraAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</HoraAgend>
    <Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cnh>
    <PlacaCavalo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 7</PlacaCavalo>
    <PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 8</PlacaCarret1>
    <PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 9</PlacaCarret2>
    <MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</MembershipuseridIncl>
    <DatIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatIncl>
    <DatChegada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatChegada>
    <FlgGold xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</FlgGold>
    <CdLoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</CdLoc>
    <DatAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatAlt>
    <UsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</UsuAlt>
    <OperTrem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</OperTrem>
    <CodVagao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</CodVagao>
    <DataLibEspec xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DataLibEspec>
    <HoraLibEspec xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</HoraLibEspec>
    <DataAntesLib xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DataAntesLib>
    <HoraAntesLib xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</HoraAntesLib>
    <DatUltimoNotify xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatUltimoNotify>
    <TranspIdDepot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspIdDepot>
    <FlagSuspenso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</FlagSuspenso>
    <DriverName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</DriverName>
    <DriverLicense xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</DriverLicense>
    <DriverCardId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</DriverCardId>
    <DescIndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</DescIndStatus>
  </ScAgend>
  <ScAgend>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</TranspId>
    <TipoAgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</TipoAgendId>
    <IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</IndStatus>
    <DatAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatAgend>
    <HoraAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</HoraAgend>
    <Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cnh>
    <PlacaCavalo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 7</PlacaCavalo>
    <PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 8</PlacaCarret1>
    <PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">SAMPLE STRING 9</PlacaCarret2>
    <MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</MembershipuseridIncl>
    <DatIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatIncl>
    <DatChegada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatChegada>
    <FlgGold xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</FlgGold>
    <CdLoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</CdLoc>
    <DatAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatAlt>
    <UsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</UsuAlt>
    <OperTrem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</OperTrem>
    <CodVagao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</CodVagao>
    <DataLibEspec xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DataLibEspec>
    <HoraLibEspec xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</HoraLibEspec>
    <DataAntesLib xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DataAntesLib>
    <HoraAntesLib xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</HoraAntesLib>
    <DatUltimoNotify xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:53:33.2866502-03:00</DatUltimoNotify>
    <TranspIdDepot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspIdDepot>
    <FlagSuspenso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</FlagSuspenso>
    <DriverName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</DriverName>
    <DriverLicense xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</DriverLicense>
    <DriverCardId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</DriverCardId>
    <DescIndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</DescIndStatus>
  </ScAgend>
</ArrayOfScAgend>