GET api/Sectores?empresa={empresa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Sectores| Name | Description | Type | Additional information |
|---|---|---|---|
| SectoresID | integer |
None. |
|
| Sector | string |
Required String length: inclusive between 0 and 100 |
|
| Sigla | string |
Required String length: inclusive between 0 and 20 |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SectoresID": 1,
"Sector": "sample string 2",
"Sigla": "sample string 3",
"EmpresasID": 4
},
{
"SectoresID": 1,
"Sector": "sample string 2",
"Sigla": "sample string 3",
"EmpresasID": 4
}
]