DELETE api/Versiones/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Versiones| Name | Description | Type | Additional information |
|---|---|---|---|
| VersionesID | integer |
None. |
|
| Aplicacion | string |
Required String length: inclusive between 0 and 100 |
|
| Version | string |
Required String length: inclusive between 0 and 10 |
|
| EmpresasID | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"VersionesID": 1,
"Aplicacion": "sample string 2",
"Version": "sample string 3",
"EmpresasID": 4
}