GET api/Beneficiarios
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:11:03.3197521+00:00" }, { "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:11:03.3197521+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.