Pular para o conteúdo principal

SaveEquipamentoCommand

notifications object[]nullable
  • Array [
  • propertystringnullable
    messagestringnullable
  • ]
  • validboolean
    invalidboolean
    equipamentoIdstringnullable
    empresaIdint32required
    siteIdint32required
    nomestringnullable
    tagstringnullable
    areaIdstringnullable
    tipoEquipamentoIdint32nullable
    sistemaIdint32nullable
    grupoEquipamentoIdstringnullable
    responsavelIdint32nullable
    marcastringnullable
    modelostringnullable
    seriestringnullable
    prioridadeint32

    Possible values: [1, 2, 3]

    fornecedoresint32[]nullable
    fotoPathstringnullable
    SaveEquipamentoCommand
    {
    "notifications": [
    {
    "property": "string",
    "message": "string"
    }
    ],
    "valid": true,
    "invalid": true,
    "equipamentoId": "string",
    "empresaId": 0,
    "siteId": 0,
    "nome": "string",
    "tag": "string",
    "areaId": "string",
    "tipoEquipamentoId": 0,
    "sistemaId": 0,
    "grupoEquipamentoId": "string",
    "responsavelId": 0,
    "marca": "string",
    "modelo": "string",
    "serie": "string",
    "prioridade": 1,
    "fornecedores": [
    0
    ],
    "fotoPath": "string"
    }