GET API/AgendCntrConsulta/CarregarComprovante/{agendId}
Retorna os dados do Comprovante, referentes ao AgendId informado.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agendId |
Id do agendamento. |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Models.ComprovAgendCntrModel
WilsonSons.Terminais.WSNegocio.API.Models.ComprovAgendCntrModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendId | decimal number |
None. |
|
| Data | date |
None. |
|
| Hora | string |
None. |
|
| Container | string |
None. |
|
| Infor | string |
None. |
|
| Detalhes | Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendDetalhe |
None. |
Response Formats
application/json, text/json
Sample:
{
"AgendId": 1.0,
"Data": "2026-02-03T23:18:28.857625-03:00",
"Hora": "sample string 3",
"Container": "sample string 4",
"Infor": "sample string 5",
"Detalhes": [
{
"RowId": 1.0,
"AgendId": 2.0,
"CodTipo": "sample string 3",
"PlacaCavalo": "sample string 4",
"PlacaCarret1": "sample string 5",
"PlacaCarret2": "sample string 6",
"Motorista": "sample string 7",
"MotoristaCnh": 8.0,
"MotoristaCpf": 9.0,
"MotoristaRg": 10.0,
"CategCnh": "sample string 11",
"OrgaoEmissor": "sample string 12",
"Cliente": "sample string 13",
"AgenteCarga": "sample string 14",
"EmpRespOva": "sample string 15",
"CodCntr": "sample string 16",
"QuantCntr": 17.0,
"NumBooking": "sample string 18",
"NumCtrc": "sample string 19",
"CdIso": "sample string 20",
"Orig": "sample string 21",
"Categoria": "sample string 22",
"CapacidMax": 23.0,
"PesoLiqCarga": 24.0,
"PesoDocumental": 25.0,
"Tara": 26.0,
"Operacao": "sample string 27",
"Armador": "sample string 28",
"Porto": "sample string 29",
"Destino": "sample string 30",
"Transito": "sample string 31",
"TipoMercadoria": "sample string 32",
"Un": 33.0,
"Temperatura": 34.0,
"Umidade": 35.0,
"Ventilacao": 36.0,
"SobremedidaAltura": 37.0,
"SobremedidaDireita": 38.0,
"SobremedidaEsquerda": 39.0,
"SobremedidaFrente": 40.0,
"SobremedidaTrazeira": 41.0,
"Mercadoria": "sample string 42",
"TipoLacre": "sample string 43",
"Lacre": "sample string 44"
},
{
"RowId": 1.0,
"AgendId": 2.0,
"CodTipo": "sample string 3",
"PlacaCavalo": "sample string 4",
"PlacaCarret1": "sample string 5",
"PlacaCarret2": "sample string 6",
"Motorista": "sample string 7",
"MotoristaCnh": 8.0,
"MotoristaCpf": 9.0,
"MotoristaRg": 10.0,
"CategCnh": "sample string 11",
"OrgaoEmissor": "sample string 12",
"Cliente": "sample string 13",
"AgenteCarga": "sample string 14",
"EmpRespOva": "sample string 15",
"CodCntr": "sample string 16",
"QuantCntr": 17.0,
"NumBooking": "sample string 18",
"NumCtrc": "sample string 19",
"CdIso": "sample string 20",
"Orig": "sample string 21",
"Categoria": "sample string 22",
"CapacidMax": 23.0,
"PesoLiqCarga": 24.0,
"PesoDocumental": 25.0,
"Tara": 26.0,
"Operacao": "sample string 27",
"Armador": "sample string 28",
"Porto": "sample string 29",
"Destino": "sample string 30",
"Transito": "sample string 31",
"TipoMercadoria": "sample string 32",
"Un": 33.0,
"Temperatura": 34.0,
"Umidade": 35.0,
"Ventilacao": 36.0,
"SobremedidaAltura": 37.0,
"SobremedidaDireita": 38.0,
"SobremedidaEsquerda": 39.0,
"SobremedidaFrente": 40.0,
"SobremedidaTrazeira": 41.0,
"Mercadoria": "sample string 42",
"TipoLacre": "sample string 43",
"Lacre": "sample string 44"
}
]
}
application/xml, text/xml
Sample:
<ComprovAgendCntrModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
<AgendId>1</AgendId>
<Container>sample string 4</Container>
<Data>2026-02-03T23:18:28.857625-03:00</Data>
<Detalhes xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:VwAgendDetalhe>
<RowId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</RowId>
<AgendId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendId>
<CodTipo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</CodTipo>
<PlacaCavalo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</PlacaCavalo>
<PlacaCarret1 xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</PlacaCarret1>
<PlacaCarret2 xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</PlacaCarret2>
<Motorista xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 7</Motorista>
<MotoristaCnh xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">8</MotoristaCnh>
<MotoristaCpf xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">9</MotoristaCpf>
<MotoristaRg xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">10</MotoristaRg>
<CategCnh xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</CategCnh>
<OrgaoEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</OrgaoEmissor>
<Cliente xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</Cliente>
<AgenteCarga xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 14</AgenteCarga>
<EmpRespOva xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 15</EmpRespOva>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 16</CodCntr>
<QuantCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">17</QuantCntr>
<NumBooking xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 18</NumBooking>
<NumCtrc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 19</NumCtrc>
<CdIso xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 20</CdIso>
<Orig xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 21</Orig>
<Categoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 22</Categoria>
<CapacidMax xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">23</CapacidMax>
<PesoLiqCarga xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">24</PesoLiqCarga>
<PesoDocumental xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">25</PesoDocumental>
<Tara xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">26</Tara>
<Operacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 27</Operacao>
<Armador xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 28</Armador>
<Porto xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 29</Porto>
<Destino xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 30</Destino>
<Transito xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 31</Transito>
<TipoMercadoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 32</TipoMercadoria>
<Un xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">33</Un>
<Temperatura xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">34</Temperatura>
<Umidade xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">35</Umidade>
<Ventilacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">36</Ventilacao>
<SobremedidaAltura xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">37</SobremedidaAltura>
<SobremedidaDireita xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">38</SobremedidaDireita>
<SobremedidaEsquerda xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">39</SobremedidaEsquerda>
<SobremedidaFrente xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">40</SobremedidaFrente>
<SobremedidaTrazeira xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">41</SobremedidaTrazeira>
<Mercadoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 42</Mercadoria>
<TipoLacre xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 43</TipoLacre>
<Lacre xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 44</Lacre>
</d2p1:VwAgendDetalhe>
<d2p1:VwAgendDetalhe>
<RowId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</RowId>
<AgendId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendId>
<CodTipo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</CodTipo>
<PlacaCavalo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</PlacaCavalo>
<PlacaCarret1 xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</PlacaCarret1>
<PlacaCarret2 xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</PlacaCarret2>
<Motorista xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 7</Motorista>
<MotoristaCnh xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">8</MotoristaCnh>
<MotoristaCpf xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">9</MotoristaCpf>
<MotoristaRg xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">10</MotoristaRg>
<CategCnh xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</CategCnh>
<OrgaoEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</OrgaoEmissor>
<Cliente xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</Cliente>
<AgenteCarga xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 14</AgenteCarga>
<EmpRespOva xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 15</EmpRespOva>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 16</CodCntr>
<QuantCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">17</QuantCntr>
<NumBooking xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 18</NumBooking>
<NumCtrc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 19</NumCtrc>
<CdIso xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 20</CdIso>
<Orig xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 21</Orig>
<Categoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 22</Categoria>
<CapacidMax xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">23</CapacidMax>
<PesoLiqCarga xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">24</PesoLiqCarga>
<PesoDocumental xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">25</PesoDocumental>
<Tara xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">26</Tara>
<Operacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 27</Operacao>
<Armador xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 28</Armador>
<Porto xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 29</Porto>
<Destino xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 30</Destino>
<Transito xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 31</Transito>
<TipoMercadoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 32</TipoMercadoria>
<Un xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">33</Un>
<Temperatura xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">34</Temperatura>
<Umidade xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">35</Umidade>
<Ventilacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">36</Ventilacao>
<SobremedidaAltura xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">37</SobremedidaAltura>
<SobremedidaDireita xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">38</SobremedidaDireita>
<SobremedidaEsquerda xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">39</SobremedidaEsquerda>
<SobremedidaFrente xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">40</SobremedidaFrente>
<SobremedidaTrazeira xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">41</SobremedidaTrazeira>
<Mercadoria xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 42</Mercadoria>
<TipoLacre xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 43</TipoLacre>
<Lacre xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 44</Lacre>
</d2p1:VwAgendDetalhe>
</Detalhes>
<Hora>sample string 3</Hora>
<Infor>sample string 5</Infor>
</ComprovAgendCntrModel>