POST api/EventAttendant/Insert

Request Information

URI Parameters

None.

Body Parameters

EventAttendant
NameDescriptionTypeAdditional information
IDEventAttendance

integer

None.

IDEvent

integer

None.

Cedula

string

None.

Nombres

string

None.

Apellidos

string

None.

Email

string

None.

Telefono

string

None.

Whatsapp

string

None.

CodigoCentro

string

None.

NombreCentro

string

None.

Password

string

None.

RegistrationDate

date

None.

IDAccountRegister

integer

None.

Estatus

integer

None.

Grado1

boolean

None.

Grado2

boolean

None.

Grado3

boolean

None.

MultiGrado

boolean

None.

Area1

boolean

None.

Area2

boolean

None.

Coordinador

boolean

None.

Sexo

string

None.

FechaNacimiento

date

None.

Rol

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDEventAttendance": 1,
  "IDEvent": 2,
  "Cedula": "sample string 3",
  "Nombres": "sample string 4",
  "Apellidos": "sample string 5",
  "Email": "sample string 6",
  "Telefono": "sample string 7",
  "Whatsapp": "sample string 8",
  "CodigoCentro": "sample string 9",
  "NombreCentro": "sample string 10",
  "Password": "sample string 11",
  "RegistrationDate": "2025-12-13T03:21:55.4830446-08:00",
  "IDAccountRegister": 13,
  "Estatus": 14,
  "Grado1": true,
  "Grado2": true,
  "Grado3": true,
  "MultiGrado": true,
  "Area1": true,
  "Area2": true,
  "Coordinador": true,
  "Sexo": "sample string 22",
  "FechaNacimiento": "2025-12-13T03:21:55.4830446-08:00",
  "Rol": 24
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.