create_location
Create a location record for an existing IT Glue organization, specifying address, contact details, notes, and primary location status.
Instructions
Create a new location.
Args: organization_id: Organization ID (required) name: Location name (required) address_1: Street address line 1 address_2: Street address line 2 city: City name region_id: Region/state ID postal_code: Postal/ZIP code country_id: Country ID phone: Phone number fax: Fax number notes: Additional notes primary: Whether this is the primary location
Returns: JSON string with the created location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fax | No | ||
| city | No | ||
| name | Yes | ||
| notes | No | ||
| phone | No | ||
| primary | No | ||
| address_1 | No | ||
| address_2 | No | ||
| region_id | No | ||
| country_id | No | ||
| postal_code | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |