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 ObtenerMedicamentoLoteName | 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-06-07T19:22:37.2553473-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-06-07T19:22:37.2553473-05:00","Precio":10.0,"CantidadDisponible":11},{"$ref":"1"}]