POST API/AgendServManter/ValidarDadosExtremContainerAcomp?ehDesistirVistoria={ehDesistirVistoria}&ehEditarTecon={ehEditarTecon}
Valida as informações de Extremação de Container Acompanhado.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ehDesistirVistoria | boolean |
Required |
|
| ehEditarTecon |
Se for uma edição por parte do TECON (chamada a partir da tela de consulta do TECON), informar True. |
boolean |
Default value is False |
Body Parameters
WilsonSons.Terminais.WSNegocio.API.Models.ValidarAgendServModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendServ | WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServ |
None. |
|
| AgendServMotorista | WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServMotorista |
None. |
|
| AgendServItens | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItem |
None. |
|
| AgendServItensNotaFiscal | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemNf |
None. |
|
| AgendServItemMerc | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemMerc |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgendServ": {
"Id": 1.0,
"TranspId": 1.0,
"AgendTipoServId": 2.0,
"IndStatus": "sample string 3",
"DatAgend": "2026-02-03T23:19:16.6645746-03:00",
"HoraAgend": 1.0,
"Cnh": 1.0,
"PlacaCavalo": "sample string 4",
"PlacaCarret1": "sample string 5",
"PlacaCarret2": "sample string 6",
"MembershipuseridIncl": 1.0,
"DatIncl": "2026-02-03T23:19:16.6645746-03:00",
"CdLoc": "sample string 7",
"DatUsuAlt": "2026-02-03T23:19:16.6645746-03:00",
"UsuAlt": 1.0,
"AnaliCritId": 1.0,
"BlId": 1.0,
"ParcIdCobrar": 1.0,
"EstabIdCobrar": 1.0,
"ParcIdDespa": 1.0,
"EstabIdDespa": 1.0,
"FlgComboio": "sample string 8",
"EadiId": 1.0,
"DscObs": "sample string 9",
"IndStatusOsGerad": "sample string 10",
"NumBooking": "sample string 11",
"DiasFreetime": 1.0,
"IndVeic": "sample string 12",
"DatFimPrev": "2026-02-03T23:19:16.6645746-03:00",
"MembershipuseridInclTecon": 1.0,
"MercId": 1.0,
"FlgCancOsNoShow": "sample string 13",
"EhClienteEstrangeiro": true,
"EhCobrarDeEstrangeiro": true,
"DataHoraAgendFormat": "sample string 16",
"DesistiuVistoria": true,
"RefTipoServ": "sample string 18",
"DscTipoServ": "sample string 19",
"DscGrupo": "sample string 20",
"CnpjCobrar": "sample string 21",
"CnpjDespa": "sample string 22",
"RazaoSocialCobrar": "sample string 23",
"RazaoSocialDespa": "sample string 24",
"NumeroBl": "sample string 25"
},
"AgendServMotorista": {
"Cnh": 1.0,
"CategCnh": "sample string 2",
"Cpf": 1.0,
"Identidade": 1.0,
"OrgEmissId": 1.0,
"Nome": "sample string 3",
"Id": 4.0,
"CnhString": "sample string 5",
"CpfString": "sample string 6",
"IdentidadeString": "sample string 7"
},
"AgendServItens": [
{
"Id": 1.0,
"AgendServId": 2.0,
"IndStatus": "sample string 3",
"UnitId": 1.0,
"Volumes": 1.0,
"CodCntr": "sample string 4",
"IndExcluido": "sample string 5",
"Excluir": true,
"NotasFiscais": null
},
{
"Id": 1.0,
"AgendServId": 2.0,
"IndStatus": "sample string 3",
"UnitId": 1.0,
"Volumes": 1.0,
"CodCntr": "sample string 4",
"IndExcluido": "sample string 5",
"Excluir": true,
"NotasFiscais": null
}
],
"AgendServItensNotaFiscal": [
{
"Id": 1.0,
"AgendServItemId": 2.0,
"ProtocoloInfDocId": 3.0,
"QtdVolume": 4.0,
"Excluir": true,
"NumeroNota": 1.0
},
{
"Id": 1.0,
"AgendServItemId": 2.0,
"ProtocoloInfDocId": 3.0,
"QtdVolume": 4.0,
"Excluir": true,
"NumeroNota": 1.0
}
],
"AgendServItemMerc": [
{
"Id": 1.0,
"AgendServItemId": 1.0,
"AgendServId": 2.0,
"MercId": 1.0,
"Excluir": true
},
{
"Id": 1.0,
"AgendServItemId": 1.0,
"AgendServId": 2.0,
"MercId": 1.0,
"Excluir": true
}
]
}
application/xml, text/xml
Sample:
<ValidarAgendServModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
<AgendServ 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>
<TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspId>
<AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendTipoServId>
<IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</IndStatus>
<DatAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.6645746-03:00</DatAgend>
<HoraAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</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 4</PlacaCavalo>
<PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</PlacaCarret1>
<PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</PlacaCarret2>
<MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridIncl>
<DatIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.6645746-03:00</DatIncl>
<CdLoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</CdLoc>
<DatUsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.6645746-03:00</DatUsuAlt>
<UsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</UsuAlt>
<AnaliCritId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AnaliCritId>
<BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BlId>
<ParcIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdCobrar>
<EstabIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdCobrar>
<ParcIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdDespa>
<EstabIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdDespa>
<FlgComboio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</FlgComboio>
<EadiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EadiId>
<DscObs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</DscObs>
<IndStatusOsGerad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</IndStatusOsGerad>
<NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</NumBooking>
<DiasFreetime xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DiasFreetime>
<IndVeic xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</IndVeic>
<DatFimPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.6645746-03:00</DatFimPrev>
<MembershipuseridInclTecon xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridInclTecon>
<MercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MercId>
<FlgCancOsNoShow xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</FlgCancOsNoShow>
<EhClienteEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhClienteEstrangeiro>
<EhCobrarDeEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhCobrarDeEstrangeiro>
<DataHoraAgendFormat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</DataHoraAgendFormat>
<DesistiuVistoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</DesistiuVistoria>
<RefTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</RefTipoServ>
<DscTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</DscTipoServ>
<DscGrupo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 20</DscGrupo>
<CnpjCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</CnpjCobrar>
<CnpjDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</CnpjDespa>
<RazaoSocialCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 23</RazaoSocialCobrar>
<RazaoSocialDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 24</RazaoSocialDespa>
<NumeroBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 25</NumeroBl>
</AgendServ>
<AgendServItemMerc xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItemMerc>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
</d2p1:ScAgendServItemMerc>
<d2p1:ScAgendServItemMerc>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
</d2p1:ScAgendServItemMerc>
</AgendServItemMerc>
<AgendServItens xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItem>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
<UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
<Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
<IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NotasFiscais i:nil="true" xmlns="" />
</d2p1:ScAgendServItem>
<d2p1:ScAgendServItem>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
<UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
<Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
<IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NotasFiscais i:nil="true" xmlns="" />
</d2p1:ScAgendServItem>
</AgendServItens>
<AgendServItensNotaFiscal xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItemNf>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
<ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
<QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
</d2p1:ScAgendServItemNf>
<d2p1:ScAgendServItemNf>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
<ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
<QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
</d2p1:ScAgendServItemNf>
</AgendServItensNotaFiscal>
<AgendServMotorista xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cnh>
<CategCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CategCnh>
<Cpf xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cpf>
<Identidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Identidade>
<OrgEmissId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</OrgEmissId>
<Nome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Nome>
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</Id>
<CnhString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CnhString>
<CpfString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CpfString>
<IdentidadeString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</IdentidadeString>
</AgendServMotorista>
</ValidarAgendServModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Negocio.Core.AgendServ+Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucesso | boolean |
None. |
|
| Mensagem | string |
None. |
|
| Mensagens | Collection of string |
None. |
|
| AgendServ | WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServ |
None. |
|
| ListaAgend | Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServ |
None. |
|
| BlCntr | WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServBlCntr |
None. |
|
| ListItem | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItem |
None. |
|
| ListItemNotaFiscal | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemNf |
None. |
|
| ListItemMerc | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemMerc |
None. |
|
| DesistiuVistoria | boolean |
None. |
|
| DivergenciaLacre | boolean |
None. |
|
| ListaAnexo | Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServAnex |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucesso": true,
"Mensagem": "sample string 2",
"Mensagens": [
"sample string 1",
"sample string 2"
],
"AgendServ": {
"Id": 1.0,
"TranspId": 1.0,
"AgendTipoServId": 2.0,
"IndStatus": "sample string 3",
"DatAgend": "2026-02-03T23:19:16.7426932-03:00",
"HoraAgend": 1.0,
"Cnh": 1.0,
"PlacaCavalo": "sample string 4",
"PlacaCarret1": "sample string 5",
"PlacaCarret2": "sample string 6",
"MembershipuseridIncl": 1.0,
"DatIncl": "2026-02-03T23:19:16.7437967-03:00",
"CdLoc": "sample string 7",
"DatUsuAlt": "2026-02-03T23:19:16.7438716-03:00",
"UsuAlt": 1.0,
"AnaliCritId": 1.0,
"BlId": 1.0,
"ParcIdCobrar": 1.0,
"EstabIdCobrar": 1.0,
"ParcIdDespa": 1.0,
"EstabIdDespa": 1.0,
"FlgComboio": "sample string 8",
"EadiId": 1.0,
"DscObs": "sample string 9",
"IndStatusOsGerad": "sample string 10",
"NumBooking": "sample string 11",
"DiasFreetime": 1.0,
"IndVeic": "sample string 12",
"DatFimPrev": "2026-02-03T23:19:16.7451209-03:00",
"MembershipuseridInclTecon": 1.0,
"MercId": 1.0,
"FlgCancOsNoShow": "sample string 13",
"EhClienteEstrangeiro": true,
"EhCobrarDeEstrangeiro": true,
"DataHoraAgendFormat": "sample string 16",
"DesistiuVistoria": true,
"RefTipoServ": "sample string 18",
"DscTipoServ": "sample string 19",
"DscGrupo": "sample string 20",
"CnpjCobrar": "sample string 21",
"CnpjDespa": "sample string 22",
"RazaoSocialCobrar": "sample string 23",
"RazaoSocialDespa": "sample string 24",
"NumeroBl": "sample string 25"
},
"ListaAgend": null,
"BlCntr": {
"BlId": 1.0,
"CodCntr": "sample string 2",
"HstmvId": 3.0
},
"ListItem": [
{
"Id": 1.0,
"AgendServId": 2.0,
"IndStatus": "sample string 3",
"UnitId": 1.0,
"Volumes": 1.0,
"CodCntr": "sample string 4",
"IndExcluido": "sample string 5",
"Excluir": true,
"NotasFiscais": null
},
{
"Id": 1.0,
"AgendServId": 2.0,
"IndStatus": "sample string 3",
"UnitId": 1.0,
"Volumes": 1.0,
"CodCntr": "sample string 4",
"IndExcluido": "sample string 5",
"Excluir": true,
"NotasFiscais": null
}
],
"ListItemNotaFiscal": [
{
"Id": 1.0,
"AgendServItemId": 2.0,
"ProtocoloInfDocId": 3.0,
"QtdVolume": 4.0,
"Excluir": true,
"NumeroNota": 1.0
},
{
"Id": 1.0,
"AgendServItemId": 2.0,
"ProtocoloInfDocId": 3.0,
"QtdVolume": 4.0,
"Excluir": true,
"NumeroNota": 1.0
}
],
"ListItemMerc": [
{
"Id": 1.0,
"AgendServItemId": 1.0,
"AgendServId": 2.0,
"MercId": 1.0,
"Excluir": true
},
{
"Id": 1.0,
"AgendServItemId": 1.0,
"AgendServId": 2.0,
"MercId": 1.0,
"Excluir": true
}
],
"DesistiuVistoria": true,
"DivergenciaLacre": true,
"ListaAnexo": null
}
application/xml, text/xml
Sample:
<AgendServ.Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Negocio.Core">
<AgendServ 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>
<TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspId>
<AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendTipoServId>
<IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</IndStatus>
<DatAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.7426932-03:00</DatAgend>
<HoraAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</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 4</PlacaCavalo>
<PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</PlacaCarret1>
<PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</PlacaCarret2>
<MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridIncl>
<DatIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.7437967-03:00</DatIncl>
<CdLoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</CdLoc>
<DatUsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.7438716-03:00</DatUsuAlt>
<UsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</UsuAlt>
<AnaliCritId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AnaliCritId>
<BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BlId>
<ParcIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdCobrar>
<EstabIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdCobrar>
<ParcIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdDespa>
<EstabIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdDespa>
<FlgComboio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</FlgComboio>
<EadiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EadiId>
<DscObs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</DscObs>
<IndStatusOsGerad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</IndStatusOsGerad>
<NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</NumBooking>
<DiasFreetime xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DiasFreetime>
<IndVeic xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</IndVeic>
<DatFimPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:16.7451209-03:00</DatFimPrev>
<MembershipuseridInclTecon xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridInclTecon>
<MercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MercId>
<FlgCancOsNoShow xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</FlgCancOsNoShow>
<EhClienteEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhClienteEstrangeiro>
<EhCobrarDeEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhCobrarDeEstrangeiro>
<DataHoraAgendFormat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</DataHoraAgendFormat>
<DesistiuVistoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</DesistiuVistoria>
<RefTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</RefTipoServ>
<DscTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</DscTipoServ>
<DscGrupo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 20</DscGrupo>
<CnpjCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</CnpjCobrar>
<CnpjDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</CnpjDespa>
<RazaoSocialCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 23</RazaoSocialCobrar>
<RazaoSocialDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 24</RazaoSocialDespa>
<NumeroBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 25</NumeroBl>
</AgendServ>
<BlCntr xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BlId>
<CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CodCntr>
<HstmvId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</HstmvId>
</BlCntr>
<DesistiuVistoria>true</DesistiuVistoria>
<DivergenciaLacre>true</DivergenciaLacre>
<ListItem xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItem>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
<UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
<Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
<IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NotasFiscais i:nil="true" xmlns="" />
</d2p1:ScAgendServItem>
<d2p1:ScAgendServItem>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
<UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
<Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
<CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
<IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NotasFiscais i:nil="true" xmlns="" />
</d2p1:ScAgendServItem>
</ListItem>
<ListItemMerc xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItemMerc>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
</d2p1:ScAgendServItemMerc>
<d2p1:ScAgendServItemMerc>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
<AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
<MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
</d2p1:ScAgendServItemMerc>
</ListItemMerc>
<ListItemNotaFiscal xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:ScAgendServItemNf>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
<ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
<QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
</d2p1:ScAgendServItemNf>
<d2p1:ScAgendServItemNf>
<Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
<AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
<ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
<QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
<Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
<NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
</d2p1:ScAgendServItemNf>
</ListItemNotaFiscal>
<ListaAgend xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo" i:nil="true" />
<ListaAnexo xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo" i:nil="true" />
<Mensagem>sample string 2</Mensagem>
<Mensagens xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Mensagens>
<Sucesso>true</Sucesso>
</AgendServ.Result>