Untitled
Anonymous
json
03/06/2024 7:52 PM
648 B
16
Indexable
// COM
{
"name": "Luiz Oliveira",
"person": null,
"profile": "64a3e373-69b1-4a30-9d00-617c395c3c42",
"email": "[email protected]",
"status": "active",
"cash_registers": [
{
"cash_register": "88e153e6-3f47-4189-8843-30aa901d8a9b"
}
]
}
// SEM
{
"name": "Luiz Oliveira",
"person": null,
"profile": "64a3e373-69b1-4a30-9d00-617c395c3c42",
"email": "[email protected]",
"status": "active",
"cash_registers": []
}Editor is loading...
Leave a Comment