SatIntegracaoCliente


Click here for a complete list of operations.

ConsultarRoteirizacoes

Consultar roteirizacoes do dia corrente.

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /SatIntegracaoCliente.asmx HTTP/1.1
Host: satintegracaocliente.gestaosathomolog.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.satrotas.com.br/ConsultarRoteirizacoes"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ConsultarRoteirizacoes xmlns="https://www.satrotas.com.br">
      <usuario>string</usuario>
      <senha>string</senha>
      <dataMovimentacao>string</dataMovimentacao>
    </ConsultarRoteirizacoes>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ConsultarRoteirizacoesResponse xmlns="https://www.satrotas.com.br">
      <ConsultarRoteirizacoesResult>
        <ConsultarOpcaoSatResult>
          <DataProcessamento>string</DataProcessamento>
          <Cpf>string</Cpf>
          <Nome>string</Nome>
          <dadosComplementar>
            <telefone>string</telefone>
            <email>string</email>
            <NomeMae>string</NomeMae>
            <NomeSocial>string</NomeSocial>
            <DataNascimento>string</DataNascimento>
            <RG>string</RG>
            <RGDigito>string</RGDigito>
            <OrgaoEmissorRG>string</OrgaoEmissorRG>
            <UFEmissorRG>string</UFEmissorRG>
            <DataAdmissao>string</DataAdmissao>
            <tipoPix>string</tipoPix>
            <chavePix>string</chavePix>
            <banco>string</banco>
            <codBanco>string</codBanco>
            <agencia>string</agencia>
            <digitoAgencia>string</digitoAgencia>
            <contaCorrente>string</contaCorrente>
            <digitoContaCorrente>string</digitoContaCorrente>
            <centroCusto>string</centroCusto>
          </dadosComplementar>
          <itemsOpcaoSat>
            <OpcaoSat xsi:nil="true" />
            <OpcaoSat xsi:nil="true" />
          </itemsOpcaoSat>
          <StatusContestacao>string</StatusContestacao>
          <Reclamacao>string</Reclamacao>
          <LotesHistorico>
            <LoteHistorico xsi:nil="true" />
            <LoteHistorico xsi:nil="true" />
          </LotesHistorico>
          <statusCode>long</statusCode>
          <statusDesc>string</statusDesc>
          <tipo>string</tipo>
          <itensTbPedido>
            <TbPedidoCompraPadraoResult xsi:nil="true" />
            <TbPedidoCompraPadraoResult xsi:nil="true" />
          </itensTbPedido>
        </ConsultarOpcaoSatResult>
        <ConsultarOpcaoSatResult>
          <DataProcessamento>string</DataProcessamento>
          <Cpf>string</Cpf>
          <Nome>string</Nome>
          <dadosComplementar>
            <telefone>string</telefone>
            <email>string</email>
            <NomeMae>string</NomeMae>
            <NomeSocial>string</NomeSocial>
            <DataNascimento>string</DataNascimento>
            <RG>string</RG>
            <RGDigito>string</RGDigito>
            <OrgaoEmissorRG>string</OrgaoEmissorRG>
            <UFEmissorRG>string</UFEmissorRG>
            <DataAdmissao>string</DataAdmissao>
            <tipoPix>string</tipoPix>
            <chavePix>string</chavePix>
            <banco>string</banco>
            <codBanco>string</codBanco>
            <agencia>string</agencia>
            <digitoAgencia>string</digitoAgencia>
            <contaCorrente>string</contaCorrente>
            <digitoContaCorrente>string</digitoContaCorrente>
            <centroCusto>string</centroCusto>
          </dadosComplementar>
          <itemsOpcaoSat>
            <OpcaoSat xsi:nil="true" />
            <OpcaoSat xsi:nil="true" />
          </itemsOpcaoSat>
          <StatusContestacao>string</StatusContestacao>
          <Reclamacao>string</Reclamacao>
          <LotesHistorico>
            <LoteHistorico xsi:nil="true" />
            <LoteHistorico xsi:nil="true" />
          </LotesHistorico>
          <statusCode>long</statusCode>
          <statusDesc>string</statusDesc>
          <tipo>string</tipo>
          <itensTbPedido>
            <TbPedidoCompraPadraoResult xsi:nil="true" />
            <TbPedidoCompraPadraoResult xsi:nil="true" />
          </itensTbPedido>
        </ConsultarOpcaoSatResult>
      </ConsultarRoteirizacoesResult>
    </ConsultarRoteirizacoesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /SatIntegracaoCliente.asmx HTTP/1.1
Host: satintegracaocliente.gestaosathomolog.com.br
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ConsultarRoteirizacoes xmlns="https://www.satrotas.com.br">
      <usuario>string</usuario>
      <senha>string</senha>
      <dataMovimentacao>string</dataMovimentacao>
    </ConsultarRoteirizacoes>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ConsultarRoteirizacoesResponse xmlns="https://www.satrotas.com.br">
      <ConsultarRoteirizacoesResult>
        <ConsultarOpcaoSatResult>
          <DataProcessamento>string</DataProcessamento>
          <Cpf>string</Cpf>
          <Nome>string</Nome>
          <dadosComplementar>
            <telefone>string</telefone>
            <email>string</email>
            <NomeMae>string</NomeMae>
            <NomeSocial>string</NomeSocial>
            <DataNascimento>string</DataNascimento>
            <RG>string</RG>
            <RGDigito>string</RGDigito>
            <OrgaoEmissorRG>string</OrgaoEmissorRG>
            <UFEmissorRG>string</UFEmissorRG>
            <DataAdmissao>string</DataAdmissao>
            <tipoPix>string</tipoPix>
            <chavePix>string</chavePix>
            <banco>string</banco>
            <codBanco>string</codBanco>
            <agencia>string</agencia>
            <digitoAgencia>string</digitoAgencia>
            <contaCorrente>string</contaCorrente>
            <digitoContaCorrente>string</digitoContaCorrente>
            <centroCusto>string</centroCusto>
          </dadosComplementar>
          <itemsOpcaoSat>
            <OpcaoSat xsi:nil="true" />
            <OpcaoSat xsi:nil="true" />
          </itemsOpcaoSat>
          <StatusContestacao>string</StatusContestacao>
          <Reclamacao>string</Reclamacao>
          <LotesHistorico>
            <LoteHistorico xsi:nil="true" />
            <LoteHistorico xsi:nil="true" />
          </LotesHistorico>
          <statusCode>long</statusCode>
          <statusDesc>string</statusDesc>
          <tipo>string</tipo>
          <itensTbPedido>
            <TbPedidoCompraPadraoResult xsi:nil="true" />
            <TbPedidoCompraPadraoResult xsi:nil="true" />
          </itensTbPedido>
        </ConsultarOpcaoSatResult>
        <ConsultarOpcaoSatResult>
          <DataProcessamento>string</DataProcessamento>
          <Cpf>string</Cpf>
          <Nome>string</Nome>
          <dadosComplementar>
            <telefone>string</telefone>
            <email>string</email>
            <NomeMae>string</NomeMae>
            <NomeSocial>string</NomeSocial>
            <DataNascimento>string</DataNascimento>
            <RG>string</RG>
            <RGDigito>string</RGDigito>
            <OrgaoEmissorRG>string</OrgaoEmissorRG>
            <UFEmissorRG>string</UFEmissorRG>
            <DataAdmissao>string</DataAdmissao>
            <tipoPix>string</tipoPix>
            <chavePix>string</chavePix>
            <banco>string</banco>
            <codBanco>string</codBanco>
            <agencia>string</agencia>
            <digitoAgencia>string</digitoAgencia>
            <contaCorrente>string</contaCorrente>
            <digitoContaCorrente>string</digitoContaCorrente>
            <centroCusto>string</centroCusto>
          </dadosComplementar>
          <itemsOpcaoSat>
            <OpcaoSat xsi:nil="true" />
            <OpcaoSat xsi:nil="true" />
          </itemsOpcaoSat>
          <StatusContestacao>string</StatusContestacao>
          <Reclamacao>string</Reclamacao>
          <LotesHistorico>
            <LoteHistorico xsi:nil="true" />
            <LoteHistorico xsi:nil="true" />
          </LotesHistorico>
          <statusCode>long</statusCode>
          <statusDesc>string</statusDesc>
          <tipo>string</tipo>
          <itensTbPedido>
            <TbPedidoCompraPadraoResult xsi:nil="true" />
            <TbPedidoCompraPadraoResult xsi:nil="true" />
          </itensTbPedido>
        </ConsultarOpcaoSatResult>
      </ConsultarRoteirizacoesResult>
    </ConsultarRoteirizacoesResponse>
  </soap12:Body>
</soap12:Envelope>