GET API/AgendCntrManter/CarregarAgend?agendId={agendId}

Recupera o agendamento de acordo com o seu Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agendId

Id do agendamento.

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

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