Skip to content

Commit

Permalink
DDWMISSI-1398 - Ajustar rota de consulta de estoque para origem WSH
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonmarcelos committed Feb 10, 2025
1 parent 80561e8 commit b2088a8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pdvsync/rotas/WTA - BUSCAR ESTOQUE.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
{
"key": "callOrigin",
"value": "W"
"value": "{{CALLORIGIN}}"
},
{
"key": "order",
Expand Down
39 changes: 39 additions & 0 deletions pdvsync/variaveis/WTA - Buscar Estoque-{{CALLORIGIN}}.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"tabela": {
"nome": "PCINTEGRACAOVARIAVEIS",
"campos": [
{
"nome": "DTULTALTER",
"valor": ""
},
{
"nome": "ID",
"valor": "WTA - BUSCAR ESTOQUE-{{CALLORIGIN}}"
},
{
"nome": "CHAVE",
"valor": "{{CALLORIGIN}}"
},
{
"nome": "TIPOCHAVE",
"valor": "PARAMS"
},
{
"nome": "TIPOVALOR",
"valor": "STRING"
},
{
"nome": "IDROTASERVICO",
"valor": "WTA - BUSCAR ESTOQUE"
},
{
"nome": "VALOR",
"valor": "WSH"
},
{
"nome": "CODEMPALTER",
"valor": ""
}
]
}
}

0 comments on commit b2088a8

Please sign in to comment.