CreateCustomer
Creates a new customer.
Input
Name | Type | Required | Description |
String | False | The Email of the new customer. | |
FullName | String | False | The full name of the new customer. |
Result Set Columns
Name | Type | Description |
Key | String | The Key of the customer. |
AccountId | String | The Id of the account. |
Name | String | Name of the customer. |
EmailAddress | String | Email address of the customer. |
DisplayName | String | Display name of the customer. |
Active | String | Status of the customer. |
Timezone | String | Timezone of the customer. |