SaveCustosMateriaisAtividadeCommand
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
tarefaIdint32
materiais object[]nullable
Array [
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
materialIdint32required
almoxarifadoIdint32nullable
quantidadedouble
custodouble
custoMaoObradouble
]
custoAdicionaldouble
SaveCustosMateriaisAtividadeCommand
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"tarefaId": 0,
"materiais": [
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"materialId": 0,
"almoxarifadoId": 0,
"quantidade": 0,
"custo": 0,
"custoMaoObra": 0
}
],
"custoAdicional": 0
}