create_customer
Creates a new customer under a service organization in N-central. Provide customer name and primary contact details to register.
Instructions
Create a new customer under a service organization. Required: contactFirstName, contactLastName, customerName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soId | Yes | The service organization ID this customer belongs to | |
| customerName | Yes | Customer 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 |