UpdateItensCompraMaterialCommand
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
itens object[]nullable
Array [
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
compraMaterialItemIdint32
quantidadedouble
valorUnitariodouble
numeroNotaFiscalstringnullable
]
UpdateItensCompraMaterialCommand
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"itens": [
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"compraMaterialItemId": 0,
"quantidade": 0,
"valorUnitario": 0,
"numeroNotaFiscal": "string"
}
]
}