GET API/DirecionamentoRecinto/CarregaRecinto/{direcionamentoRaId}
Retorna dados do Direcionamento Ra
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| direcionamentoRaId |
Id do direcionamento Ra |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Modelo.DTOs.DirecionamentoRecinto| Name | Description | Type | Additional information |
|---|---|---|---|
| DirecionamentoRa | WilsonSons.Terminais.WSNegocio.Modelo.ScDirecionamentoRa |
None. |
|
| DirecionamentoCeRa | WilsonSons.Terminais.WSNegocio.Modelo.ScDirecionamentoCeRa |
None. |
Response Formats
application/json, text/json
Sample:
{
"DirecionamentoRa": {
"Id": 1.0,
"DirecionamentoCeRaId": 2.0,
"Container": "sample string 3"
},
"DirecionamentoCeRa": {
"Id": 1.0,
"TipoDocumento": "sample string 2",
"CarrierVisitId": "sample string 3",
"CeHouse": "sample string 4",
"DtImport": "2026-02-03T23:19:23.5310295-03:00",
"UsuarioImport": "sample string 6",
"ArquivoAnexo": "QEA=",
"Cnpj": "sample string 7",
"RazaoSocial": "sample string 8",
"FlagCancel": "sample string 9",
"NotifierEnviado": "sample string 10",
"NomeArquivoAnexo": "sample string 11",
"FlagAverbado": "sample string 12",
"TipoArquivoAnexo": "sample string 13",
"DtCancel": "2026-02-03T23:19:23.5310295-03:00",
"UsuarioCancel": "sample string 14"
}
}
application/xml, text/xml
Sample:
<DirecionamentoRecinto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs">
<DirecionamentoCeRa xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
<TipoDocumento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</TipoDocumento>
<CarrierVisitId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CarrierVisitId>
<CeHouse xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CeHouse>
<DtImport xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:23.5310295-03:00</DtImport>
<UsuarioImport xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</UsuarioImport>
<ArquivoAnexo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:base64Binary" xmlns="">QEA=</ArquivoAnexo>
<Cnpj xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Cnpj>
<RazaoSocial xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</RazaoSocial>
<FlagCancel xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</FlagCancel>
<NotifierEnviado xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</NotifierEnviado>
<NomeArquivoAnexo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</NomeArquivoAnexo>
<FlagAverbado xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</FlagAverbado>
<TipoArquivoAnexo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</TipoArquivoAnexo>
<DtCancel xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:23.5310295-03:00</DtCancel>
<UsuarioCancel xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 14</UsuarioCancel>
</DirecionamentoCeRa>
<DirecionamentoRa xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
<DirecionamentoCeRaId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</DirecionamentoCeRaId>
<Container xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Container>
</DirecionamentoRa>
</DirecionamentoRecinto>