DELETE api/Beneficiarios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response 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-30T06:01:10.0126831+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.