Validar CNPJ
Atributos
[
{
"name": "validate_cnpj",
"parameters": {
"cnpj": "<? input.text ?>"
},
"result_variable": "cnpj_validation"
}
]{
"valid": true,
"cnpj": "<CNPJ pós-validação>"
}Exemplo
Last updated
Was this helpful?