GET API/PortoSemParar/CarregarUltimosTickets/{cnh}/{chave}/{dispositivoId}?stageId={stageId}
Retorna os últimos tickets vinculados a CNH informada.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cnh |
cnh |
string |
Required |
| chave | string |
Required |
|
| dispositivoId | string |
Required |
|
| stageId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwPspTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendId | decimal number |
None. |
|
| DscFaina | string |
None. |
|
| ApelidoTransp | string |
None. |
|
| Container | string |
None. |
|
| StatusContainer | string |
None. |
|
| PesoContainer | decimal number |
None. |
|
| SubType | string |
None. |
|
| StageId | string |
None. |
|
| StageDesc | string |
None. |
|
| Bat | string |
None. |
|
| Placa | string |
None. |
|
| Cnh | string |
None. |
|
| NomeMotorista | string |
None. |
|
| TruckVisitAppointmentNbr | decimal number |
None. |
|
| DatHoraTicket | date |
None. |
|
| NomeNavio | string |
None. |
|
| ArmadorNavio | string |
None. |
|
| PesoEntrada | decimal number |
None. |
|
| PesoSaida | decimal number |
None. |
|
| PesoAferido | decimal number |
None. |
|
| PosEntrega | string |
None. |
|
| Scanner | 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:
[
{
"AgendId": 1.0,
"DscFaina": "sample string 2",
"ApelidoTransp": "sample string 3",
"Container": "sample string 4",
"StatusContainer": "sample string 5",
"PesoContainer": 6.0,
"SubType": "sample string 7",
"StageId": "sample string 8",
"StageDesc": "sample string 9",
"Bat": "sample string 10",
"Placa": "sample string 11",
"Cnh": "sample string 12",
"NomeMotorista": "sample string 13",
"TruckVisitAppointmentNbr": 14.0,
"DatHoraTicket": "2026-02-03T23:19:46.5116502-03:00",
"NomeNavio": "sample string 16",
"ArmadorNavio": "sample string 17",
"PesoEntrada": 18.0,
"PesoSaida": 19.0,
"PesoAferido": 20.0,
"PosEntrega": "sample string 21",
"Scanner": "sample string 22"
},
{
"AgendId": 1.0,
"DscFaina": "sample string 2",
"ApelidoTransp": "sample string 3",
"Container": "sample string 4",
"StatusContainer": "sample string 5",
"PesoContainer": 6.0,
"SubType": "sample string 7",
"StageId": "sample string 8",
"StageDesc": "sample string 9",
"Bat": "sample string 10",
"Placa": "sample string 11",
"Cnh": "sample string 12",
"NomeMotorista": "sample string 13",
"TruckVisitAppointmentNbr": 14.0,
"DatHoraTicket": "2026-02-03T23:19:46.5116502-03:00",
"NomeNavio": "sample string 16",
"ArmadorNavio": "sample string 17",
"PesoEntrada": 18.0,
"PesoSaida": 19.0,
"PesoAferido": 20.0,
"PosEntrega": "sample string 21",
"Scanner": "sample string 22"
}
]
application/xml, text/xml
Sample:
<ArrayOfVwPspTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwPspTicket>
<AgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendId>
<DscFaina xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</DscFaina>
<ApelidoTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</ApelidoTransp>
<Container xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Container>
<StatusContainer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</StatusContainer>
<PesoContainer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</PesoContainer>
<SubType xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</SubType>
<StageId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</StageId>
<StageDesc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</StageDesc>
<Bat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</Bat>
<Placa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</Placa>
<Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</Cnh>
<NomeMotorista xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</NomeMotorista>
<TruckVisitAppointmentNbr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</TruckVisitAppointmentNbr>
<DatHoraTicket xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:46.5116502-03:00</DatHoraTicket>
<NomeNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</NomeNavio>
<ArmadorNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</ArmadorNavio>
<PesoEntrada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">18</PesoEntrada>
<PesoSaida xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">19</PesoSaida>
<PesoAferido xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">20</PesoAferido>
<PosEntrega xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</PosEntrega>
<Scanner xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</Scanner>
</VwPspTicket>
<VwPspTicket>
<AgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendId>
<DscFaina xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</DscFaina>
<ApelidoTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</ApelidoTransp>
<Container xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Container>
<StatusContainer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</StatusContainer>
<PesoContainer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</PesoContainer>
<SubType xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</SubType>
<StageId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</StageId>
<StageDesc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</StageDesc>
<Bat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</Bat>
<Placa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</Placa>
<Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</Cnh>
<NomeMotorista xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</NomeMotorista>
<TruckVisitAppointmentNbr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</TruckVisitAppointmentNbr>
<DatHoraTicket xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:46.5116502-03:00</DatHoraTicket>
<NomeNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</NomeNavio>
<ArmadorNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</ArmadorNavio>
<PesoEntrada xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">18</PesoEntrada>
<PesoSaida xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">19</PesoSaida>
<PesoAferido xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">20</PesoAferido>
<PosEntrega xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</PosEntrega>
<Scanner xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</Scanner>
</VwPspTicket>
</ArrayOfVwPspTicket>