create_customer
Create a customer record and assign a service location. Required inputs: first name and address fields (street, city, state, zip).
Instructions
Create a new customer with a service location. Maps to POST /customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phones | No | ||
| status | No | ||
| company | No | ||
| location | Yes | ||
| last_name | No | ||
| first_name | Yes | ||
| account_number | No | Must end with a number |