Pular para o conteúdo principal

AgendaTarefaItem

numeroint32
descricaostringnullable
dataPrevistadate-time
dataRealizadadate-timenullable
tempoPrevistoint32
tempoRealizadoint32nullable
statusint32

Resultado da execução da tarefa: 1 = Realizada; 2 = Não realizada (informe também justificativaNaoRealizado); 3 = Em andamento; 4 = Cancelada; 5 = reservado.

Possible values: [1, 2, 3, 4, 5]

executores object[]nullable
  • Array [
  • executorIdint32
    tempoint32
    nomestringnullable
    telefonestringnullable
  • ]
  • AgendaTarefaItem
    {
    "numero": 0,
    "descricao": "string",
    "dataPrevista": "2024-07-29T15:51:28.071Z",
    "dataRealizada": "2024-07-29T15:51:28.071Z",
    "tempoPrevisto": 0,
    "tempoRealizado": 0,
    "status": 1,
    "executores": [
    {
    "executorId": 0,
    "tempo": 0,
    "nome": "string",
    "telefone": "string"
    }
    ]
    }