Skip to main content

ServiceCreate

ServiceCreate schema used by the TheBooking public API.

Fields

FieldRequiredTypeDescription
nameYesstringDisplay name shown in the administration panel and booking flows.
descriptionNostringOptional text description.
classNoconst appointmentService type. The public contract documents appointment services only.
colorNostring or nullOptional visual color used by the administration UI.

Example

{
"name": "Example name",
"description": "string",
"class": "appointment",
"color": "string"
}