POST API/AgendCntrManter/ListarNotasPorCntrBooking

Retorna as notas fiscais pendentes para o agendamento

Request Information

URI Parameters

None.

Body Parameters

Lista de container e booking combinados (key -> CodCntr, value -> NumBooking).

Collection of WilsonSons.Terminais.WSNegocio.API.Areas.HelpPage.ModelDescriptions.STypeModelDescription

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValuePairOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
  <KeyValuePairOfstringstring>
    <key>sample string 1</key>
    <value>sample string 2</value>
  </KeyValuePairOfstringstring>
  <KeyValuePairOfstringstring>
    <key>sample string 1</key>
    <value>sample string 2</value>
  </KeyValuePairOfstringstring>
</ArrayOfKeyValuePairOfstringstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.DTOs.ResultNota
NameDescriptionTypeAdditional information
Nf

WilsonSons.Terminais.WSNegocio.Modelo.ScNotaFiscalTransp

None.

ListaCntr

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScNotaFiscalTranspCntr

None.

ListaItem

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScNotaFiscalTranspItem

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Nf": {
      "Id": 1.0,
      "Status": "sample string 2",
      "NumNotaTransp": "SAMPLE STRING 3",
      "SerieNotaTransp": "SAMPLE STRING 4",
      "DatEmissao": "2025-06-06T20:43:20.6555665-03:00",
      "TranspId": 5.0,
      "DatSaidaEmissor": "2025-06-06T20:43:20.6555665-03:00",
      "ParcIdEmiss": 6.0,
      "EstabIdEmiss": 7.0,
      "CnpjDest": "sample string 8",
      "RazaoSocialDest": "SAMPLE STRING 9",
      "CdPaisDest": "sample string 10",
      "CdUnidadeFedDest": "sample string 11",
      "NomCidadeDest": "sample string 12",
      "InscrEstadDest": "sample string 13",
      "Operacao": 14.0,
      "CodCfop": 15.0,
      "ValIpi": 16.0,
      "ValIcms": 17.0,
      "QtdTotal": 18.0,
      "ValTotal": 19.0,
      "PesoTotal": 20.0,
      "Membershipuserid": 21.0,
      "NumBooking": "sample string 22",
      "ChaveNfe": "SAMPLE STRING 23",
      "FlagBagagem": "sample string 24",
      "XmlNota": "sample string 25",
      "Ruc": "sample string 26",
      "StatusDue": "sample string 27",
      "TruckVisitAppointmentNbr": 28.0,
      "FlagBitrem": "sample string 29",
      "Cnpjs": "sample string 30",
      "RazaoSocialEmissor": "SAMPLE STRING 31"
    },
    "ListaCntr": [
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "CntId": 3.0,
        "CodCntr": "SAMPLE STRING 4",
        "Status": "sample string 5",
        "NumGuiaCaminhao": "sample string 6",
        "NumBooking": "SAMPLE STRING 7",
        "CnpjCobrade": "sample string 8",
        "UnitGkey": 9.0,
        "StatusDue": "sample string 10",
        "IndExcluido": "sample string 11"
      },
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "CntId": 3.0,
        "CodCntr": "SAMPLE STRING 4",
        "Status": "sample string 5",
        "NumGuiaCaminhao": "sample string 6",
        "NumBooking": "SAMPLE STRING 7",
        "CnpjCobrade": "sample string 8",
        "UnitGkey": 9.0,
        "StatusDue": "sample string 10",
        "IndExcluido": "sample string 11"
      }
    ],
    "ListaItem": [
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "MercId": 3.0,
        "QtdItem": 4.0,
        "ValItem": 5.0,
        "PesoItem": 6.0,
        "NcmMerc": "sample string 7",
        "CodCfop": 8.0,
        "IndExcluido": "sample string 9"
      },
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "MercId": 3.0,
        "QtdItem": 4.0,
        "ValItem": 5.0,
        "PesoItem": 6.0,
        "NcmMerc": "sample string 7",
        "CodCfop": 8.0,
        "IndExcluido": "sample string 9"
      }
    ]
  },
  {
    "Nf": {
      "Id": 1.0,
      "Status": "sample string 2",
      "NumNotaTransp": "SAMPLE STRING 3",
      "SerieNotaTransp": "SAMPLE STRING 4",
      "DatEmissao": "2025-06-06T20:43:20.6555665-03:00",
      "TranspId": 5.0,
      "DatSaidaEmissor": "2025-06-06T20:43:20.6555665-03:00",
      "ParcIdEmiss": 6.0,
      "EstabIdEmiss": 7.0,
      "CnpjDest": "sample string 8",
      "RazaoSocialDest": "SAMPLE STRING 9",
      "CdPaisDest": "sample string 10",
      "CdUnidadeFedDest": "sample string 11",
      "NomCidadeDest": "sample string 12",
      "InscrEstadDest": "sample string 13",
      "Operacao": 14.0,
      "CodCfop": 15.0,
      "ValIpi": 16.0,
      "ValIcms": 17.0,
      "QtdTotal": 18.0,
      "ValTotal": 19.0,
      "PesoTotal": 20.0,
      "Membershipuserid": 21.0,
      "NumBooking": "sample string 22",
      "ChaveNfe": "SAMPLE STRING 23",
      "FlagBagagem": "sample string 24",
      "XmlNota": "sample string 25",
      "Ruc": "sample string 26",
      "StatusDue": "sample string 27",
      "TruckVisitAppointmentNbr": 28.0,
      "FlagBitrem": "sample string 29",
      "Cnpjs": "sample string 30",
      "RazaoSocialEmissor": "SAMPLE STRING 31"
    },
    "ListaCntr": [
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "CntId": 3.0,
        "CodCntr": "SAMPLE STRING 4",
        "Status": "sample string 5",
        "NumGuiaCaminhao": "sample string 6",
        "NumBooking": "SAMPLE STRING 7",
        "CnpjCobrade": "sample string 8",
        "UnitGkey": 9.0,
        "StatusDue": "sample string 10",
        "IndExcluido": "sample string 11"
      },
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "CntId": 3.0,
        "CodCntr": "SAMPLE STRING 4",
        "Status": "sample string 5",
        "NumGuiaCaminhao": "sample string 6",
        "NumBooking": "SAMPLE STRING 7",
        "CnpjCobrade": "sample string 8",
        "UnitGkey": 9.0,
        "StatusDue": "sample string 10",
        "IndExcluido": "sample string 11"
      }
    ],
    "ListaItem": [
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "MercId": 3.0,
        "QtdItem": 4.0,
        "ValItem": 5.0,
        "PesoItem": 6.0,
        "NcmMerc": "sample string 7",
        "CodCfop": 8.0,
        "IndExcluido": "sample string 9"
      },
      {
        "Id": 1.0,
        "NotaFiscalTranspId": 2.0,
        "MercId": 3.0,
        "QtdItem": 4.0,
        "ValItem": 5.0,
        "PesoItem": 6.0,
        "NcmMerc": "sample string 7",
        "CodCfop": 8.0,
        "IndExcluido": "sample string 9"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultNota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs">
  <ResultNota>
    <ListaCntr xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <d3p1:ScNotaFiscalTranspCntr>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <CntId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</CntId>
        <CodCntr xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 4</CodCntr>
        <Status xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 5</Status>
        <NumGuiaCaminhao xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 6</NumGuiaCaminhao>
        <NumBooking xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 7</NumBooking>
        <CnpjCobrade xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 8</CnpjCobrade>
        <UnitGkey xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">9</UnitGkey>
        <StatusDue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 10</StatusDue>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 11</IndExcluido>
      </d3p1:ScNotaFiscalTranspCntr>
      <d3p1:ScNotaFiscalTranspCntr>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <CntId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</CntId>
        <CodCntr xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 4</CodCntr>
        <Status xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 5</Status>
        <NumGuiaCaminhao xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 6</NumGuiaCaminhao>
        <NumBooking xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 7</NumBooking>
        <CnpjCobrade xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 8</CnpjCobrade>
        <UnitGkey xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">9</UnitGkey>
        <StatusDue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 10</StatusDue>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 11</IndExcluido>
      </d3p1:ScNotaFiscalTranspCntr>
    </ListaCntr>
    <ListaItem xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <d3p1:ScNotaFiscalTranspItem>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <MercId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</MercId>
        <QtdItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">4</QtdItem>
        <ValItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">5</ValItem>
        <PesoItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">6</PesoItem>
        <NcmMerc xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 7</NcmMerc>
        <CodCfop xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">8</CodCfop>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 9</IndExcluido>
      </d3p1:ScNotaFiscalTranspItem>
      <d3p1:ScNotaFiscalTranspItem>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <MercId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</MercId>
        <QtdItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">4</QtdItem>
        <ValItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">5</ValItem>
        <PesoItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">6</PesoItem>
        <NcmMerc xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 7</NcmMerc>
        <CodCfop xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">8</CodCfop>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 9</IndExcluido>
      </d3p1:ScNotaFiscalTranspItem>
    </ListaItem>
    <Nf xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <Status xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Status>
      <NumNotaTransp xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 3</NumNotaTransp>
      <SerieNotaTransp xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 4</SerieNotaTransp>
      <DatEmissao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2025-06-06T20:43:20.6555665-03:00</DatEmissao>
      <TranspId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</TranspId>
      <DatSaidaEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2025-06-06T20:43:20.6555665-03:00</DatSaidaEmissor>
      <ParcIdEmiss xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">6</ParcIdEmiss>
      <EstabIdEmiss xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">7</EstabIdEmiss>
      <CnpjDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 8</CnpjDest>
      <RazaoSocialDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 9</RazaoSocialDest>
      <CdPaisDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 10</CdPaisDest>
      <CdUnidadeFedDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</CdUnidadeFedDest>
      <NomCidadeDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</NomCidadeDest>
      <InscrEstadDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</InscrEstadDest>
      <Operacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">14</Operacao>
      <CodCfop xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">15</CodCfop>
      <ValIpi xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">16</ValIpi>
      <ValIcms xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">17</ValIcms>
      <QtdTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">18</QtdTotal>
      <ValTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">19</ValTotal>
      <PesoTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">20</PesoTotal>
      <Membershipuserid xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">21</Membershipuserid>
      <NumBooking xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 22</NumBooking>
      <ChaveNfe xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 23</ChaveNfe>
      <FlagBagagem xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 24</FlagBagagem>
      <XmlNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 25</XmlNota>
      <Ruc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 26</Ruc>
      <StatusDue xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 27</StatusDue>
      <TruckVisitAppointmentNbr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">28</TruckVisitAppointmentNbr>
      <FlagBitrem xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 29</FlagBitrem>
      <Cnpjs xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 30</Cnpjs>
      <RazaoSocialEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 31</RazaoSocialEmissor>
    </Nf>
  </ResultNota>
  <ResultNota>
    <ListaCntr xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <d3p1:ScNotaFiscalTranspCntr>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <CntId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</CntId>
        <CodCntr xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 4</CodCntr>
        <Status xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 5</Status>
        <NumGuiaCaminhao xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 6</NumGuiaCaminhao>
        <NumBooking xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 7</NumBooking>
        <CnpjCobrade xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 8</CnpjCobrade>
        <UnitGkey xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">9</UnitGkey>
        <StatusDue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 10</StatusDue>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 11</IndExcluido>
      </d3p1:ScNotaFiscalTranspCntr>
      <d3p1:ScNotaFiscalTranspCntr>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <CntId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</CntId>
        <CodCntr xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 4</CodCntr>
        <Status xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 5</Status>
        <NumGuiaCaminhao xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 6</NumGuiaCaminhao>
        <NumBooking xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">SAMPLE STRING 7</NumBooking>
        <CnpjCobrade xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 8</CnpjCobrade>
        <UnitGkey xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">9</UnitGkey>
        <StatusDue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 10</StatusDue>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 11</IndExcluido>
      </d3p1:ScNotaFiscalTranspCntr>
    </ListaCntr>
    <ListaItem xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <d3p1:ScNotaFiscalTranspItem>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <MercId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</MercId>
        <QtdItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">4</QtdItem>
        <ValItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">5</ValItem>
        <PesoItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">6</PesoItem>
        <NcmMerc xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 7</NcmMerc>
        <CodCfop xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">8</CodCfop>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 9</IndExcluido>
      </d3p1:ScNotaFiscalTranspItem>
      <d3p1:ScNotaFiscalTranspItem>
        <Id xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">1</Id>
        <NotaFiscalTranspId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">2</NotaFiscalTranspId>
        <MercId xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">3</MercId>
        <QtdItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">4</QtdItem>
        <ValItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">5</ValItem>
        <PesoItem xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">6</PesoItem>
        <NcmMerc xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 7</NcmMerc>
        <CodCfop xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:decimal" xmlns="">8</CodCfop>
        <IndExcluido xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 9</IndExcluido>
      </d3p1:ScNotaFiscalTranspItem>
    </ListaItem>
    <Nf xmlns:d3p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <Status xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Status>
      <NumNotaTransp xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 3</NumNotaTransp>
      <SerieNotaTransp xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 4</SerieNotaTransp>
      <DatEmissao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2025-06-06T20:43:20.6555665-03:00</DatEmissao>
      <TranspId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</TranspId>
      <DatSaidaEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2025-06-06T20:43:20.6555665-03:00</DatSaidaEmissor>
      <ParcIdEmiss xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">6</ParcIdEmiss>
      <EstabIdEmiss xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">7</EstabIdEmiss>
      <CnpjDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 8</CnpjDest>
      <RazaoSocialDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 9</RazaoSocialDest>
      <CdPaisDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 10</CdPaisDest>
      <CdUnidadeFedDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 11</CdUnidadeFedDest>
      <NomCidadeDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 12</NomCidadeDest>
      <InscrEstadDest xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 13</InscrEstadDest>
      <Operacao xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">14</Operacao>
      <CodCfop xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">15</CodCfop>
      <ValIpi xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">16</ValIpi>
      <ValIcms xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">17</ValIcms>
      <QtdTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">18</QtdTotal>
      <ValTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">19</ValTotal>
      <PesoTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">20</PesoTotal>
      <Membershipuserid xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">21</Membershipuserid>
      <NumBooking xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 22</NumBooking>
      <ChaveNfe xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 23</ChaveNfe>
      <FlagBagagem xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 24</FlagBagagem>
      <XmlNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 25</XmlNota>
      <Ruc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 26</Ruc>
      <StatusDue xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 27</StatusDue>
      <TruckVisitAppointmentNbr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">28</TruckVisitAppointmentNbr>
      <FlagBitrem xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 29</FlagBitrem>
      <Cnpjs xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 30</Cnpjs>
      <RazaoSocialEmissor xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">SAMPLE STRING 31</RazaoSocialEmissor>
    </Nf>
  </ResultNota>
</ArrayOfResultNota>