-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Alteração da consulta de PDVSYNC - CONSULTAR STATUS LOTE adicionando o IDRetaguarda que é a filial da Loja; - Criação do agendamento do PDVSYNC - CONSULTAR STATUS LOTE
- Loading branch information
1 parent
16e2bdd
commit e067a94
Showing
4 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"tabela": { | ||
"nome": "PCINTEGRACAOAGENDAMENTOFLUXO", | ||
"campos": [ | ||
{ | ||
"nome": "IDAGENDAMENTO", | ||
"valor": "pdvsync - consultar status lote" | ||
}, | ||
{ | ||
"nome": "IDFLUXO", | ||
"valor": "Atualizar Status Lote Retaguarda" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"tabela": { | ||
"nome": "PCINTEGRACAOAGENDAMENTO", | ||
"campos": [ | ||
{ | ||
"nome": "DESCRICAO", | ||
"valor": "pdvsync - consultar status lote" | ||
}, | ||
{ | ||
"nome": "AGENDAMENTOSEGUNDOS", | ||
"valor": "600" | ||
}, | ||
{ | ||
"nome": "DELAYINICIALSEGUNDOS", | ||
"valor": "5" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
pdvsync/variaveis/PDVSYNC - Consultar status lote-{{FILIAL}}.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"tabela": { | ||
"nome": "PCINTEGRACAOVARIAVEIS", | ||
"campos": [ | ||
{ | ||
"nome": "DTULTALTER", | ||
"valor": "" | ||
}, | ||
{ | ||
"nome": "ID", | ||
"valor": "PDVSYNC - CONSULTAR STATUS LOTE-{{FILIAL}}" | ||
}, | ||
{ | ||
"nome": "CHAVE", | ||
"valor": "{{FILIAL}}" | ||
}, | ||
{ | ||
"nome": "TIPOCHAVE", | ||
"valor": "PARAMS" | ||
}, | ||
{ | ||
"nome": "TIPOVALOR", | ||
"valor": "STRING" | ||
}, | ||
{ | ||
"nome": "IDROTASERVICO", | ||
"valor": "PDVSYNC - CONSULTAR STATUS LOTE" | ||
}, | ||
{ | ||
"nome": "VALOR", | ||
"valor":"ADICIONAR_FILIAL" | ||
}, | ||
{ | ||
"nome": "CODEMPALTER", | ||
"valor": "" | ||
} | ||
] | ||
} | ||
} |