|
| [Home](home) | [**Escopo**](escopo) | [Processo](processo) | [Design/Mockups](design_mockups) | [Gerência](gerencia) | [Estudos](estudos) | [Arquitetura](arquitetura) | [Contratos](contratos) | [BD](banco_dados) | [Qualidade](qualidade) | [Configuração](configuracao) | [Instalação](instalacao) | [Instruções](instrucoes) | [Utilização](utilizacao) | [Analytics](Analytics) | [Infraestrutura](infraestrutura) | [Dicas](dicas) |
|
|
| [Home](home) | [**Escopo**](escopo) | [Processo](processo) | [Design/Mockups](design_mockups) | [Gerência](gerencia) | [Estudos](estudos) | [Arquitetura](arquitetura) | [Contratos](contratos) | [BD](banco_dados) | [Qualidade](qualidade) | [Configuração](configuracao) | [Instalação](instalacao) | [Instruções](instrucoes) | [Utilização](utilizacao) | [Analytics](Analytics) | [Infraestrutura](infraestrutura) | [Dicas](dicas) |
|
|
| :-------: | :---------------------: | :---------------: | :---------------------------: | :----------------: | :-------------: | :---------------------: | :-----------------: | :------------: | :-----------------: | :-------------------------: | :---------------------: | :---------------------: | :---------------------: | :-----------------: | :---------------------------: | :---------: |
|
|
| :----------: | :------------------: | :------------------: | :------------------------------: | :------------------: | :----------------: | :------------------------: | :--------------------: | :---------------: | :--------------------: | :--------------------------: | :----------------------: | :----------------------: | :----------------------: | :--------------------: | :------------------------------: | :------------: |
|
|
|
|
|
|
# Settings - configurações
|
|
# Settings - configurações
|
|
|
|
|
... | @@ -123,44 +123,51 @@ response: |
... | @@ -123,44 +123,51 @@ response: |
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"id": 9,
|
|
"id": 9,
|
|
"key": "lastLoteNumber",
|
|
"key": "lastLoteNumber",
|
|
"value": "100027",
|
|
"value": "100027",
|
|
"active": true,
|
|
"active": true,
|
|
"description": "Serve para guardar o último número de lote criado para incrementar a partir dele",
|
|
"description": "Serve para guardar o último número de lote criado para incrementar a partir dele",
|
|
"updated_at": "20-10-2024 16:54:50",
|
|
"updated_at": "20-10-2024 16:54:50",
|
|
"updated_by": "root"
|
|
"updated_by": "root"
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
## Update (set)
|
|
## Update (set)
|
|
|
|
|
|
POST http://localhost:3000/settings/3
|
|
POST http://localhost:3000/settings/3
|
|
|
|
|
|
request:
|
|
request:
|
|
[queryParams]("../resources/images/backend/settings.jpg")
|
|
![queryParams](../resources/images/backend/settings.jpg)
|
|
|
|
|
|
response:
|
|
response:
|
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"id": 3,
|
|
"id": 3,
|
|
"key": "enableNegativeStock",
|
|
"key": "enableNegativeStock",
|
|
"value": "true",
|
|
"value": "true",
|
|
"active": true,
|
|
"active": true,
|
|
"description": "Serve para habilitar ou desabilitar o controle de estoque negativo",
|
|
"description": "Serve para habilitar ou desabilitar o controle de estoque negativo",
|
|
"updated_at": "20-10-2024 16:55:49",
|
|
"updated_at": "20-10-2024 16:55:49",
|
|
"updated_by": "root"
|
|
"updated_by": "root"
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
## Inactivate
|
|
## Inactivate
|
|
|
|
|
|
DELETE http://localhost:3000/settings/3
|
|
DELETE http://localhost:3000/settings/3
|
|
|
|
|
|
response:
|
|
response:
|
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"message": "Product ID 3 inactivated successfully"
|
|
"message": "Product ID 3 inactivated successfully"
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
## Activate
|
|
## Activate
|
|
|
|
|
|
POST http://localhost:3000/settings/activate/3
|
|
POST http://localhost:3000/settings/activate/3
|
|
|
|
|
|
response:
|
|
response:
|
... | @@ -169,4 +176,4 @@ response: |
... | @@ -169,4 +176,4 @@ response: |
|
{
|
|
{
|
|
"message": "Product ID 3 activated successfully"
|
|
"message": "Product ID 3 activated successfully"
|
|
}
|
|
}
|
|
``` |
|
``` |
|
\ No newline at end of file |
|
|