> For the complete documentation index, see [llms.txt](https://docs.vrsoft.com.br/vrmaster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vrsoft.com.br/vrmaster/gestao-do-conhecimento/passo-passo-obter-dados-sanvitron.md).

# Passo Passo Obter Dados Sanvitron

## **Introdução**

Nesse passo a passo veremos alguns procedimentos que podem ser feitos para adquirir os dados necessários para a parametrização das cancelas da Sanvitron.

**ATENÇÃO** caso os procedimentos não funcionem o recomendado é entrar em contato com o suporte da Sanvitron para se obter os dados.

## **Web Service**

Para identificar o Web Service primeiro acesse o painel de controle da Sanvitron.

![](/files/2OKWYIUKBwgronuCb0AD)

Podemos observar que o endereço de login do exemplo é "[**http://192.168.1.38/SanviticketWeb/login.aspx**](http://192.168.1.38/SanviticketWeb/login.aspx)". Iremos trocar tudo depois do IP "**SanviticketWeb/login.aspx**" para "**sanvipark/Service1.asmx**" assim ficando "[**http://192.168.1.38/sanvipark/Service1.asmx**](http://192.168.1.38/sanvipark/Service1.asmx)".

**ATENÇÃO** O IP "**192.168.1.38**" é só um exemplo, ele varia de loja para loja.

Se abrir uma pagina como abaixo quer dizer que o endereço esta correto logo o Web Service do exemplo é "[**http://192.168.1.38/sanvipark/Service1.asmx**](http://192.168.1.38/sanvipark/Service1.asmx)".

![](/files/VYsAtPw2NEWx23JpYjSV)

## **ID Tabela Preço**

Para identificar o ID da Tabela Preço será necessário acessar o painel de controle da **Sanvitron** > **Cadastro** > **Tarifa** > **Cadastro de Tarifa**.

![](/files/0EJkvuQHR0jnALE2wfnD)

Pesquise sem filtrar para exibir todas as Tarifas(Tabela Preço). Escolha a Tarifa que será a base de preço do PDV e clique em editar.

![](/files/RCa5oarHbq916Rrq8ZB8)

Obtenha o ID no endereço da pagina, nesse caso o ID **1**

![](/files/FRCYB9u5YF7As3vUqkX8)

## **ID Produto**

Para identificar o ID Produto será necessário acessar o painel de controle da **Sanvitron** > **Cadastro** > **Outra Cobrança** > **Outra Cobrança**.

![](/files/Mu5ZcY6yPdwDZn1Fz0t2)

Pesquise sem filtrar para exibir todos Produtos ou Serviços. Escolha o produto que foi previamente cadastrado pela Sanvitron com a faixa de bônus na qual será a base de preço do PDV e clique em editar.

![](/files/ThHjp5ZjsOd4lFJ6ZAan) ![](/files/Pi393ptelsbYsZ4KV2mJ)

Obtenha o ID no endereço da pagina, nesse caso o ID **34**

![](/files/x5z8MXBkbmIdiDOTECHd)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vrsoft.com.br/vrmaster/gestao-do-conhecimento/passo-passo-obter-dados-sanvitron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
