Skip to content

Commit

Permalink
Merge pull request #216 from totvs/bugfix/DDWMISSI-1304-main
Browse files Browse the repository at this point in the history
DDWMISSI-1304
  • Loading branch information
beatriz-menezes authored Jan 29, 2025
2 parents 5edc5ec + 6f47d62 commit 2f6db9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 2 additions & 11 deletions pdvsync/rotas/PDVSYNC - SALVAR CLIENTES.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@
],
"url": {
"raw": "{{URL_ENVIAR_CLIENTE}}",
"query": [
{
"key": "pageSize",
"value": "{{PAGE_SIZE}}"
},
{
"key": "page",
"value": "{{PAGE}}"
}
]
"query": []
},
"bodyraw": "{{CLIENT_JSON}}"
},
Expand Down Expand Up @@ -89,4 +80,4 @@
}
]
}
}
}
13 changes: 2 additions & 11 deletions pdvsync/rotas/PDVSYNC - SALVAR RAMO ATIVIDADE.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@
],
"url": {
"raw": "{{URL_ENVIAR_RAMO_ATIVIDADE}}",
"query": [
{
"key": "pageSize",
"value": "{{PAGE_SIZE}}"
},
{
"key": "page",
"value": "{{PAGE}}"
}
]
"query": []
},
"bodyraw": "{{CLIENT_JSON}}"
},
Expand Down Expand Up @@ -89,4 +80,4 @@
}
]
}
}
}

0 comments on commit 2f6db9a

Please sign in to comment.