Ingredients Models
Ingrediente
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/ingredient/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/ingredient
Create
POST https://dev.v3manager.com/api/model/ingredient
Update
POST https://dev.v3manager.com/api/model/ingredient/[id]
Delete
DELETE https://dev.v3manager.com/api/model/ingredient/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| parent |
Producto padre |
int |
yes |
no |
| product |
Ingrediente |
int |
yes |
no |
| quantity |
Cantidad |
float |
yes |
no |
| created |
Fecha de creación |
datetime |
no |
yes |
| createUser |
Creado por |
int |
no |
yes |
| updated |
Fecha de actualización |
datetime |
no |
yes |
| updateUser |
Actualizado por |
int |
no |
yes |
| deleted |
Eliminado |
bool |
no |
yes |
Unidad
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/unit/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/unit
Create
POST https://dev.v3manager.com/api/model/unit
Update
POST https://dev.v3manager.com/api/model/unit/[id]
Delete
DELETE https://dev.v3manager.com/api/model/unit/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| name |
Nombre |
string |
yes |
no |
| created |
Fecha de creación |
datetime |
no |
yes |
| createUser |
Creado por |
int |
no |
yes |
| updated |
Fecha de actualización |
datetime |
no |
yes |
| updateUser |
Actualizado por |
int |
no |
yes |
| deleted |
Eliminado |
bool |
no |
yes |