PUT api/Beneficiarios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Beneficiario| Name | Description | Type | Additional information |
|---|---|---|---|
| idBeneficiario | integer |
None. |
|
| beneficiario1 | string |
Required String length: inclusive between 0 and 100 |
|
| telefono | string |
String length: inclusive between 0 and 50 |
|
| institucion | string |
String length: inclusive between 0 and 200 |
|
| direccion | string |
String length: inclusive between 0 and 500 |
|
| string |
String length: inclusive between 0 and 60 |
||
| borrado | date |
Data type: DateTime |
|
| Prestamo | Collection of Prestamo |
None. |
Request Formats
application/json, text/json
Sample:
{
"idBeneficiario": 1,
"beneficiario1": "sample string 2",
"telefono": "sample string 3",
"institucion": "sample string 4",
"direccion": "sample string 5",
"email": "sample string 6",
"borrado": "2025-10-30T00:06:50.564559+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.