create_venue
Create a new venue under an organization by providing name, address, city, region, postal code, and optional capacity.
Instructions
Create a new venue (hotel, convention hall, office) under an organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| name | Yes | ||
| region | Yes | ||
| country | No | US | |
| capacity | No | ||
| address_1 | Yes | ||
| address_2 | No | ||
| postal_code | Yes | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |