Create or update an event status.
To retrieve event statuses, see getEventStatuses.
Events (appointments) can be managed with the getEvents and saveEvent API calls.
Parameter name | Description | Possible value | Required |
---|---|---|---|
eventStatusID | Set this field to edit an existing event status. | Integer | |
name | Name of the event type. Use either general parameter "name" or one or more of the following parameters if you need to set the names in specific languages. | String | |
nameEST | String | ||
nameENG | String | ||
nameLAT | String | ||
nameRUS | String | ||
nameFIN | String | ||
color | Color in #rrggbb format, can be used to display events with different status with different colors. | String |
Field name | Type | Description |
---|---|---|
eventStatusID | Integer | ID of the created/updated item. |