GET api/Productos?idEmpresa={idEmpresa}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductosName | 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. |
|
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-06-16T08:45:04.4213108-05:00", "Imagen": "sample string 5", "Estado": "sample string 6", "Categoria": "sample string 7", "Empresas": { "IdEmpresa": 1, "Nombre": "sample string 2", "Telefonos": "sample string 3", "Domicilio": "sample string 4", "Observaciones": "sample string 5", "Contacto": "sample string 6" } }
application/xml
Sample:
text/xml
Sample: