PUT api/Usuarios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
usuario| Name | Description | Type | Additional information |
|---|---|---|---|
| int_id | integer |
None. |
|
| str_status | string |
None. |
|
| dat_fecha | date |
None. |
|
| str_nombre | string |
None. |
|
| str_direccion | string |
None. |
|
| str_departamento | string |
None. |
|
| int_telefono | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"int_id": 1,
"str_status": "sample string 2",
"dat_fecha": "2025-10-31T19:49:23.5690751-05:00",
"str_nombre": "sample string 3",
"str_direccion": "sample string 4",
"str_departamento": "sample string 5",
"int_telefono": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.