itglue_create_location
Create a location under an organization by providing the organization ID and location name. Optionally specify address, region, and other details.
Instructions
Create a location under an organization. organizationId and name are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Owning organization id (required). | |
| name | Yes | Location name (required). | |
| addressOne | No | ||
| addressTwo | No | ||
| city | No | ||
| region | No | State/region name (use regionId for strict match). | |
| regionId | No | ||
| postalCode | No | ||
| country | No | ||
| countryId | No | ||
| phone | No | ||
| fax | No | ||
| notes | No | ||
| primary | No |