PUT api/Integrantes/{id}?nombreArchivo={nombreArchivo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| nombreArchivo | string |
Required |
Body Parameters
IntegrantesCLS| Name | Description | Type | Additional information |
|---|---|---|---|
| int_id | integer |
None. |
|
| int_nombre | string |
None. |
|
| int_puesto | string |
None. |
|
| int_ruta_imagen | string |
None. |
|
| int_cancelado | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"int_id": 1,
"int_nombre": "sample string 2",
"int_puesto": "sample string 3",
"int_ruta_imagen": "sample string 4",
"int_cancelado": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |