cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/activity-type \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Nota interna" } '
{ "id": 123, "name": "<string>", "is_active": true }
Operacion: Create a new activity type.
Bearer token authentication
Name of the activity type
100
"Nota interna"
Activity type created successfully
ID del tipo de actividad
Nombre del tipo de actividad
Estado activo/inactivo