Add new activity type

POST {{baseUrl}}/activityTypes

Adds a new activity type.

Request Body

{"name"=>"<string>", "icon_key"=>"<string>", "color"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:12,&quot;order_nr&quot;:1,&quot;name&quot;:&quot;Video call&quot;,&quot;key_string&quot;:&quot;video_call&quot;,&quot;icon_key&quot;:&quot;camera&quot;,&quot;active_flag&quot;:true,&quot;color&quot;:&quot;aeb31b&quot;,&quot;is_custom_flag&quot;:true,&quot;add_time&quot;:&quot;2020-09-01 10:16:23&quot;,&quot;update_time&quot;:&quot;2020-09-01 10:16:23&quot;}}