GET Activos/ConsultarExistencias/{BodegaID}/{CodigoGenerico}/{Lote}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BodegaID | integer |
Required |
|
| CodigoGenerico | string |
Required |
|
| Lote | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObtenerMedicamentoLote| Name | Description | Type | Additional information |
|---|---|---|---|
| DetalleSeccionId | integer |
None. |
|
| CodigoComercial | string |
None. |
|
| NombreComercial | string |
None. |
|
| ArticuloId | integer |
None. |
|
| NombreSeccion | string |
None. |
|
| NombreEstante | string |
None. |
|
| NombreCajon | string |
None. |
|
| Lote | string |
None. |
|
| FechaVencimiento | date |
None. |
|
| Precio | decimal number |
None. |
|
| CantidadDisponible | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"DetalleSeccionId": 1,
"CodigoComercial": "sample string 2",
"NombreComercial": "sample string 3",
"ArticuloId": 4,
"NombreSeccion": "sample string 5",
"NombreEstante": "sample string 6",
"NombreCajon": "sample string 7",
"Lote": "sample string 8",
"FechaVencimiento": "2025-12-15T07:26:09.3246867-05:00",
"Precio": 10.0,
"CantidadDisponible": 11
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","DetalleSeccionId":1,"CodigoComercial":"sample string 2","NombreComercial":"sample string 3","ArticuloId":4,"NombreSeccion":"sample string 5","NombreEstante":"sample string 6","NombreCajon":"sample string 7","Lote":"sample string 8","FechaVencimiento":"2025-12-15T07:26:09.3246867-05:00","Precio":10.0,"CantidadDisponible":11},{"$ref":"1"}]