37 lines
833 B
JSON
37 lines
833 B
JSON
{
|
|
"hotels": [
|
|
{
|
|
"name": "Dolce Amore",
|
|
"total": 473.46,
|
|
"count": 1,
|
|
"transactions": [
|
|
{
|
|
"unidade": "Dolce Amore",
|
|
"categoria": "Supermercado / Atacarejo",
|
|
"descricao": "HOTPOCKET",
|
|
"valor": 473.46,
|
|
"data_vencimento": "2026-04-19",
|
|
"fornecedor": "BRF"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Recanto das Emas",
|
|
"total": 360.21,
|
|
"count": 1,
|
|
"transactions": [
|
|
{
|
|
"unidade": "Recanto das Emas",
|
|
"categoria": "Seguros",
|
|
"descricao": "Apólice - Hotel Recanto",
|
|
"valor": 360.21,
|
|
"data_vencimento": "2026-04-19",
|
|
"fornecedor": "PORTO SEGURO"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global_total": 833.67,
|
|
"global_count": 2,
|
|
"date": "2026-04-20 10:00:03"
|
|
} |