CreateAndamentoSolicitacaoCommand
notifications object[]nullable
Array [
propertystringnullable
messagestringnullable
]
validboolean
invalidboolean
solicitacaoMaterialIdint32
statusint32
responsavelSaidaMaterialIdint32nullable
responsavelRetiradaIdint32nullable
datadate-timenullable
itens object[]nullable
Array [
materialIdint32
quantidadeEntreguedouble
]
CreateAndamentoSolicitacaoCommand
{
"notifications": [
{
"property": "string",
"message": "string"
}
],
"valid": true,
"invalid": true,
"solicitacaoMaterialId": 0,
"status": 0,
"responsavelSaidaMaterialId": 0,
"responsavelRetiradaId": 0,
"data": "2024-07-29T15:51:28.071Z",
"itens": [
{
"materialId": 0,
"quantidadeEntregue": 0
}
]
}