POST API/AgendServManter/ValidarManuseioImportCargaSolta?ehEditarTecon={ehEditarTecon}
Valida as informações de Manuseio de Importação de Carga Solta.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 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
Modelo.ScAgendServ preenchida
WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServ| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | decimal number |
None. |
|
| TranspId | decimal number |
None. |
|
| AgendTipoServId | 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. |
|
| CdLoc | string |
None. |
|
| DatUsuAlt | date |
None. |
|
| UsuAlt | decimal number |
None. |
|
| AnaliCritId | decimal number |
None. |
|
| BlId | decimal number |
None. |
|
| ParcIdCobrar | decimal number |
None. |
|
| EstabIdCobrar | decimal number |
None. |
|
| ParcIdDespa | decimal number |
None. |
|
| EstabIdDespa | decimal number |
None. |
|
| FlgComboio | string |
None. |
|
| EadiId | decimal number |
None. |
|
| DscObs | string |
None. |
|
| IndStatusOsGerad | string |
None. |
|
| NumBooking | string |
None. |
|
| DiasFreetime | decimal number |
None. |
|
| IndVeic | string |
None. |
|
| DatFimPrev | date |
None. |
|
| MembershipuseridInclTecon | decimal number |
None. |
|
| MercId | decimal number |
None. |
|
| FlgCancOsNoShow | string |
None. |
|
| EhClienteEstrangeiro | boolean |
None. |
|
| EhCobrarDeEstrangeiro | boolean |
None. |
|
| DataHoraAgendFormat | string |
None. |
|
| DesistiuVistoria | boolean |
None. |
|
| RefTipoServ | string |
None. |
|
| DscTipoServ | string |
None. |
|
| DscGrupo | string |
None. |
|
| CnpjCobrar | string |
None. |
|
| CnpjDespa | string |
None. |
|
| RazaoSocialCobrar | string |
None. |
|
| RazaoSocialDespa | string |
None. |
|
| NumeroBl | 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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1.0,
"TranspId": 1.0,
"AgendTipoServId": 2.0,
"IndStatus": "sample string 3",
"DatAgend": "2026-02-03T23:20:19.4564564-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:20:19.4564564-03:00",
"CdLoc": "sample string 7",
"DatUsuAlt": "2026-02-03T23:20:19.4564564-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:20:19.4564564-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"
}
application/xml, text/xml
Sample:
<ScAgendServ 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="">1</TranspId> <AgendTipoServId i:type="x:decimal" xmlns="">2</AgendTipoServId> <IndStatus i:type="x:string" xmlns="">sample string 3</IndStatus> <DatAgend i:type="x:dateTime" xmlns="">2026-02-03T23:20:19.4564564-03:00</DatAgend> <HoraAgend i:type="x:decimal" xmlns="">1</HoraAgend> <Cnh i:type="x:decimal" xmlns="">1</Cnh> <PlacaCavalo i:type="x:string" xmlns="">sample string 4</PlacaCavalo> <PlacaCarret1 i:type="x:string" xmlns="">sample string 5</PlacaCarret1> <PlacaCarret2 i:type="x:string" xmlns="">sample string 6</PlacaCarret2> <MembershipuseridIncl i:type="x:decimal" xmlns="">1</MembershipuseridIncl> <DatIncl i:type="x:dateTime" xmlns="">2026-02-03T23:20:19.4564564-03:00</DatIncl> <CdLoc i:type="x:string" xmlns="">sample string 7</CdLoc> <DatUsuAlt i:type="x:dateTime" xmlns="">2026-02-03T23:20:19.4564564-03:00</DatUsuAlt> <UsuAlt i:type="x:decimal" xmlns="">1</UsuAlt> <AnaliCritId i:type="x:decimal" xmlns="">1</AnaliCritId> <BlId i:type="x:decimal" xmlns="">1</BlId> <ParcIdCobrar i:type="x:decimal" xmlns="">1</ParcIdCobrar> <EstabIdCobrar i:type="x:decimal" xmlns="">1</EstabIdCobrar> <ParcIdDespa i:type="x:decimal" xmlns="">1</ParcIdDespa> <EstabIdDespa i:type="x:decimal" xmlns="">1</EstabIdDespa> <FlgComboio i:type="x:string" xmlns="">sample string 8</FlgComboio> <EadiId i:type="x:decimal" xmlns="">1</EadiId> <DscObs i:type="x:string" xmlns="">sample string 9</DscObs> <IndStatusOsGerad i:type="x:string" xmlns="">sample string 10</IndStatusOsGerad> <NumBooking i:type="x:string" xmlns="">sample string 11</NumBooking> <DiasFreetime i:type="x:decimal" xmlns="">1</DiasFreetime> <IndVeic i:type="x:string" xmlns="">sample string 12</IndVeic> <DatFimPrev i:type="x:dateTime" xmlns="">2026-02-03T23:20:19.4564564-03:00</DatFimPrev> <MembershipuseridInclTecon i:type="x:decimal" xmlns="">1</MembershipuseridInclTecon> <MercId i:type="x:decimal" xmlns="">1</MercId> <FlgCancOsNoShow i:type="x:string" xmlns="">sample string 13</FlgCancOsNoShow> <EhClienteEstrangeiro i:type="x:boolean" xmlns="">true</EhClienteEstrangeiro> <EhCobrarDeEstrangeiro i:type="x:boolean" xmlns="">true</EhCobrarDeEstrangeiro> <DataHoraAgendFormat i:type="x:string" xmlns="">sample string 16</DataHoraAgendFormat> <DesistiuVistoria i:type="x:boolean" xmlns="">true</DesistiuVistoria> <RefTipoServ i:type="x:string" xmlns="">sample string 18</RefTipoServ> <DscTipoServ i:type="x:string" xmlns="">sample string 19</DscTipoServ> <DscGrupo i:type="x:string" xmlns="">sample string 20</DscGrupo> <CnpjCobrar i:type="x:string" xmlns="">sample string 21</CnpjCobrar> <CnpjDespa i:type="x:string" xmlns="">sample string 22</CnpjDespa> <RazaoSocialCobrar i:type="x:string" xmlns="">sample string 23</RazaoSocialCobrar> <RazaoSocialDespa i:type="x:string" xmlns="">sample string 24</RazaoSocialDespa> <NumeroBl i:type="x:string" xmlns="">sample string 25</NumeroBl> </ScAgendServ>
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:20:19.4877236-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:20:19.4877236-03:00",
"CdLoc": "sample string 7",
"DatUsuAlt": "2026-02-03T23:20:19.4877236-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:20:19.4877236-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:20:19.4877236-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:20:19.4877236-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:20:19.4877236-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:20:19.4877236-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>