Pular para o conteúdo principal

SaveCorrecaoCommandResult

successboolean
messagestringnullable
dataobjectnullable
fotoPathstringnullable
assinaturaPathstringnullable
isCreatedboolean
correcaoIdstringnullable
pathsToDeletestring[]nullable
isSolucionadaboolean
fotosResult object
fotoPathCreatedstringnullable
fotoPathToDeletestringnullable
fotoCreatedPaths objectnullable
property name*stringnullable
fotoPathToDeleteListstring[]nullable
SaveCorrecaoCommandResult
{
"success": true,
"message": "string",
"data": {},
"fotoPath": "string",
"assinaturaPath": "string",
"isCreated": true,
"correcaoId": "string",
"pathsToDelete": [
"string"
],
"isSolucionada": true,
"fotosResult": {
"fotoPathCreated": "string",
"fotoPathToDelete": "string",
"fotoCreatedPaths": {},
"fotoPathToDeleteList": [
"string"
]
}
}