DELETE api/Campamentos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Campamentos| Name | Description | Type | Additional information |
|---|---|---|---|
| CampamentosID | integer |
None. |
|
| Campamento | 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 |
|
| EmpresasID | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"CampamentosID": 1,
"Campamento": "sample string 2",
"Codigo": "sample string 3",
"Sigla": "sample string 4",
"EmpresasID": 5
}