Docs

Create Schedule Block Type

POST /events/{eventId}/schedule-block-types

POST/events/{eventId}/schedule-block-types

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Creates a new schedule block type for the event. Types are used to categorize schedule blocks on procurement resources.

Requires EventSettings permission on the event.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event. Uses `{{eventId}}` from your environment.

Request Body

FieldTypeRequiredDescription
namestringRequiredInternal name for the type.
labelstringOptionalDisplay label shown in the UI.
iconstringOptionalIcon identifier.
colorstringOptionalColor code for visual distinction.

Response

Returns 201 Created with the new schedule block type's ID in the body.