Docs
Create Schedule Block Type
POST /events/{eventId}/schedule-block-types
POST
/events/{eventId}/schedule-block-typesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The ID of the event. Uses `{{eventId}}` from your environment. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Internal name for the type. |
| label | string | Optional | Display label shown in the UI. |
| icon | string | Optional | Icon identifier. |
| color | string | Optional | Color code for visual distinction. |
Response
Returns 201 Created with the new schedule block type's ID in the body.