Authorization: Bearer ********************{
"eventId": 0,
"appointmentName": "string",
"duration": 0,
"activityTypeId": 0,
"description": "string",
"responsibleUserIds": [
"string"
],
"responsibleAssignmentType": 1,
"isAllowMultipleAttendees": true,
"maxAttendees": 0
}curl --location --request POST 'https://api.gofive.co.th/v1/calendio/appointments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": 0,
"appointmentName": "string",
"duration": 0,
"activityTypeId": 0,
"description": "string",
"responsibleUserIds": [
"string"
],
"responsibleAssignmentType": 1,
"isAllowMultipleAttendees": true,
"maxAttendees": 0
}'{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"appointmentId": 0,
"appointmentName": "string",
"eventId": 0,
"duration": 0,
"activityTypeId": 0,
"description": "string",
"bookingLink": "string",
"responsibleAssignmentType": 1,
"responsibleUserIds": [
"string"
],
"isAllowMultipleAttendees": true,
"maxAttendees": 0
}
}