GET api/Obras/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Obras| Name | Description | Type | Additional information |
|---|---|---|---|
| ObrasID | integer |
None. |
|
| Obra | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 20 |
|
| FrenteTrabajosID | integer |
None. |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ObrasID": 1,
"Obra": "sample string 2",
"Codigo": "sample string 3",
"FrenteTrabajosID": 4,
"EmpresasID": 5
}