Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API para alterar campo em massa #162

Open
marcusdemoura opened this issue Jul 5, 2024 · 0 comments
Open

API para alterar campo em massa #162

marcusdemoura opened this issue Jul 5, 2024 · 0 comments

Comments

@marcusdemoura
Copy link
Contributor

marcusdemoura commented Jul 5, 2024

Alterar campos em massa, para transformar de um valor específico para outro

  • api/bulk-edit/{{document}}
filter: { match: 'and', conditions: [
  {term: "status", operator: "equals", value: "Ativo" }
]},
to: { type: "Cliente" }

ou

from: {status: "Ativo"},
to: { type: "Cliente" }
@marcusdemoura marcusdemoura added draft and removed draft labels Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant