Insere vários termos equivalentes
Para realizar a exclusão, utilize o endpoint Insere vários termos equivalentes
Request body:
[
{
"termo": "string",
"buscado": "string"
}
]Response body:
{
"termosNaoInseridos": [
{
"idTermoEquivalente": 0,
"termo": "string",
"buscado": "string",
"dataCadastro": "2026-01-30T14:25:34.743Z",
"resultado": true,
"detalhes": "string",
"indice": 0
}
],
"termosInseridos": [
{
"idTermoEquivalente": 0,
"termo": "string",
"buscado": "string",
"dataCadastro": "2026-01-30T14:25:34.743Z",
"resultado": true,
"detalhes": "string",
"indice": 0
}
]
}Updated 1 day ago
