GET Activos/ObtenerUbicacionesBodega/{BodegaId}
Consulta todas las Ubicaciones por Bodegas
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BodegaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista de Ubicaciones por Bodega | Null en caso de Error.
Collection of UbicacionBodega| Name | Description | Type | Additional information |
|---|---|---|---|
| NombreBodega |
Nombre de Bodega |
string |
Max length: 50 |
| DetalleSeccionId |
Id de la Ubicación Disponible |
integer |
None. |
| DescripcionGeneralUbicacion |
Nombres de la Ubicación - Estante/Cajon/Sección |
string |
Max length: 300 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"NombreBodega": "sample string 1",
"DetalleSeccionId": 2,
"DescripcionGeneralUbicacion": "sample string 3"
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","NombreBodega":"sample string 1","DetalleSeccionId":2,"DescripcionGeneralUbicacion":"sample string 3"},{"$ref":"1"}]