SaveAuditoriaCommand
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
auditoriaIdstringnullable
empresaIdint32required
siteIdint32required
auditoriaModeloIdint64nullable
nomestringrequired
Possible values: non-empty
dataVistoriadate-timerequired
responsavelIdint32required
comentariosstringnullable
SaveAuditoriaCommand
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"auditoriaId": "string",
"empresaId": 0,
"siteId": 0,
"auditoriaModeloId": 0,
"nome": "string",
"dataVistoria": "2024-07-29T15:51:28.071Z",
"responsavelId": 0,
"comentarios": "string"
}