GET AlmacenApi/Hueco?ean={ean}
Obtenemos hueco
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ean |
Código EAN que identifica el Hueco |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Hueco
TipoBaseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdLocal | integer |
None. |
|
| Nombre | string |
Required |
|
| Orden | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdLocal": 2,
"Nombre": "sample string 3",
"Orden": 4
}
application/xml, text/xml
Sample:
<TipoBaseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Comunes"> <Id>1</Id> <IdLocal>2</IdLocal> <Nombre z:Id="2">sample string 3</Nombre> <Orden>4</Orden> </TipoBaseDto>