SaveMedicoesAtividadeCommand
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
tarefaIdint32required
medicoes object[]required
Array [
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
tarefaMedicaoIdint32nullable
atividadeMedicaoIdint32
valorMedicaodoublenullable
]
SaveMedicoesAtividadeCommand
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"tarefaId": 0,
"medicoes": [
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"tarefaMedicaoId": 0,
"atividadeMedicaoId": 0,
"valorMedicao": 0
}
]
}