PUT api/Versiones/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
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 |
Request Formats
application/json, text/json
Sample:
{
"VersionesID": 1,
"Aplicacion": "sample string 2",
"Version": "sample string 3",
"EmpresasID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.