Crear Evento
Crear Evento
POST
https://api.sperant.com/v3/events
Headers
Name
Type
Description
Authentication*
string
Token entregado
Request Body
Name
Type
Description
event_type_id*
number
Identificado de Tipos de Evento
name*
string
Nombre del Evento
datetime_start*
integer
Fecha de Inicio
creator_id*
number
Id usuario creador
duration*
integer
Duración
place
string
Lugar
description
string
Descripción
client_id*
number
Id cliente
project_id*
number
Id proyecto
unit_id
number
Id unidad
{
"data": {
"type": "events",
"id": "15980",
"attributes": {
"id": 15980,
"type_event": "cita",
"name": "event one",
"datetime_start": "2021-05-04T05:00:26.000Z",
"datetime_end": "2021-05-04T15:00:26.000Z",
"creator_id": 144,
"place": "Zoom",
"description": "Reunión Zoom",
"client_id": 82012,
"project_id": 32,
"unit_id": 8518,
"status": "Pendiente",
"attend_event_at": null
}
}
}
Última actualización