Pular para o conteúdo principal

SaveOcorrenciaCommandResult

successboolean
messagestringnullable
dataobjectnullable
empresaNaoHabilitadaboolean
anomaliaIdstringnullable
isCreatedboolean
fotoPathstringnullable
pathToDeletestringnullable
fotosResult object
fotoPathCreatedstringnullable
fotoPathToDeletestringnullable
fotoCreatedPaths objectnullable
property name*stringnullable
fotoPathToDeleteListstring[]nullable
ocorrenciasDuplicadas object[]nullable
  • Array [
  • cqastringnullable
    descricaostringnullable
    emitentesstring[]nullable
  • ]
  • uploadToken object
    tokenstringnullable
    expiresAtdate-timenullable
    SaveOcorrenciaCommandResult
    {
    "success": true,
    "message": "string",
    "data": {},
    "empresaNaoHabilitada": true,
    "anomaliaId": "string",
    "isCreated": true,
    "fotoPath": "string",
    "pathToDelete": "string",
    "fotosResult": {
    "fotoPathCreated": "string",
    "fotoPathToDelete": "string",
    "fotoCreatedPaths": {},
    "fotoPathToDeleteList": [
    "string"
    ]
    },
    "ocorrenciasDuplicadas": [
    {
    "cqa": "string",
    "descricao": "string",
    "emitentes": [
    "string"
    ]
    }
    ],
    "uploadToken": {
    "token": "string",
    "expiresAt": "2024-07-29T15:51:28.071Z"
    }
    }