GET api/SectoresTiendas?id_Tienda={id_Tienda}&idiomaId={idiomaId}
Devuelve los sectores de una tienda [{"FK_Tiendas_Id":1,"FK_Sectores_Id":1,"Nombre":"Farmacéutica"}]
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_Tienda |
Id de la tienda |
integer |
Required |
idiomaId |
Id del idioma |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
SectoresTiendaRespuestaName | Description | Type | Additional information |
---|---|---|---|
FK_Tiendas_Id |
Id de la tienda |
integer |
None. |
FK_Sectores_Id |
Id del sector |
integer |
None. |
Nombre |
Nombre del sector |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.