GET api/Areas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Areas| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaID | integer |
None. |
|
| Area | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 4 |
|
| Sigla | string |
Required String length: inclusive between 0 and 10 |
|
| FechaInicio | date |
Required Data type: Date |
|
| Activo | boolean |
None. |
|
| EmpresasID | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AreaID": 1,
"Area": "sample string 2",
"Codigo": "sample string 3",
"Sigla": "sample string 4",
"FechaInicio": "2026-06-16T04:59:01.1129154-07:00",
"Activo": true,
"EmpresasID": 7
}