GET api/Productos?idEmpresa={idEmpresa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Productos| Name | Description | Type | Additional information |
|---|---|---|---|
| IdProducto | integer |
None. |
|
| IdEmpresa | integer |
None. |
|
| Producto | string |
None. |
|
| Descripcion | string |
None. |
|
| Precio | decimal number |
None. |
|
| CantidadStock | integer |
None. |
|
| UnidadMedida | string |
None. |
|
| FechaVencimiento | date |
None. |
|
| Imagen | string |
None. |
|
| Estado | string |
None. |
|
| Categoria | string |
None. |
|
| IdCategoria | integer |
None. |
|
| Afichaje | Collection of Afichaje |
None. |
|
| Empresas | Empresas |
None. |
|
| ReposicionesDet | Collection of ReposicionesDet |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdProducto": 1,
"IdEmpresa": 1,
"Producto": "sample string 2",
"Descripcion": "sample string 3",
"Precio": 1.0,
"CantidadStock": 1,
"UnidadMedida": "sample string 4",
"FechaVencimiento": "2025-12-05T12:39:02.8292949-06:00",
"Imagen": "sample string 5",
"Estado": "sample string 6",
"Categoria": "sample string 7",
"IdCategoria": 1,
"Empresas": {
"IdEmpresa": 1,
"Nombre": "sample string 2",
"Telefonos": "sample string 3",
"Domicilio": "sample string 4",
"Observaciones": "sample string 5",
"Contacto": "sample string 6",
"Abreviatura": "sample string 7"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.