create_site
Create a new site for a customer using required contact first name, last name, and site name.
Instructions
Create a new site under a customer (PREVIEW endpoint — schema may change between N-central versions). Required: contactFirstName, contactLastName, siteName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The customer ID this site belongs to | |
| siteName | Yes | Site name | |
| contactFirstName | Yes | Primary contact first name | |
| contactLastName | Yes | Primary contact last name | |
| licenseType | No | License type | |
| externalId | No | Optional external identifier | |
| phone | No | Main phone number | |
| contactTitle | No | Contact title | |
| contactEmail | No | Contact email | |
| contactPhone | No | Contact phone | |
| contactPhoneExt | No | Contact phone extension | |
| contactDepartment | No | Contact department | |
| street1 | No | Street address line 1 | |
| street2 | No | Street address line 2 | |
| city | No | City | |
| stateProv | No | State/Province | |
| country | No | Country (ISO 2-letter) | |
| postalCode | No | Postal/ZIP code |