POST api/Beneficiarios/Verify

Request Information

URI Parameters

None.

Body Parameters

Beneficiario
NameDescriptionTypeAdditional 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

email

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": "2024-12-22T23:32:59.4984033+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.