appointments_create_type
Create a new appointment type by providing a name and required location type (integer, 0 for customer). Optionally add email instructions and hardcoded location.
Instructions
Create a new appointment type. Note: location_type is REQUIRED (API returns 422 without it). Integer value where 0 = 'customer'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Type name (required) | |
| email_instructions | No | Instructions sent in email | |
| location_type | No | Location type (REQUIRED, integer, 0 = 'customer') | |
| location_hard_code | No | Hardcoded location |