DELETE api/Beneficiarios/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BeneficiarioName | 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": "2024-12-22T23:17:39.2277949+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.