Histórico da Página
...
Leitura de registro (GET):
Retorno: { "total": 2, "hasNext": false, "syncing": false, "lines": [ { "pk": "01", "id": "01", "description": "PRODUTO ACABADO", "active": "1" }, { "pk": "02", "id": "02", "description": "MATERIA PRIMA", "active": "1" } ] } |
Inserção (POST):
Body: { "id": "99", "description": "Novo armazém", "active": "1" } Retorno: { "url": "/first/api/v1/warehouse/99", "id": "99" } |
Alteração (PUT):
Body: { "active": "2" } Retorno { "url": "/first/api/v1/warehouse/99", "id": "99" } |
Exclusão (DELETE):
Retorno { "url": "/first/api/v1/warehouse/99", "id": "99" } |
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas