GET api/Sectores?idiomaId={idiomaId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idiomaId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SectoresName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FK_Sectores_Nombre_Idioma_Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "FK_Sectores_Nombre_Idioma_Id": 2 }
application/xml, text/xml
Sample:
<Sectores xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <FK_Sectores_Nombre_Idioma_Id>2</FK_Sectores_Nombre_Idioma_Id> <Id>1</Id> </Sectores>