Skip to content

Instantly share code, notes, and snippets.

@carneirocorp
Created November 28, 2017 10:33
Show Gist options
  • Save carneirocorp/b2b7fb8c33e6bcad6b00cf6902d1bde4 to your computer and use it in GitHub Desktop.
Save carneirocorp/b2b7fb8c33e6bcad6b00cf6902d1bde4 to your computer and use it in GitHub Desktop.
{
"filters": [
{
"id": 1,
"text": "Tipoo de empresa",
"eq": [
{
"id": "EQ",
"name": "Igual a"
},
{
"id": "NEQ",
"name": "Diferente de"
}
],
"values": [
{
"id": 1,
"text": "Empresa Limitada"
},
{
"id": 2,
"text": "Sociedade Anônima"
},
{
"id": 3,
"text": "ME"
}
]
},
{
"id": 2,
"text": "Faturamento",
"eq": [
{
"id": "GT",
"name": "Maior que"
},
{
"id": "LT",
"name": "Menor que"
}
],
"datatype": "int"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment