Customers
Retrieve a list of all customers.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| FirstName | String | ||
| LastName | String | ||
| CompanyName | String | ||
| EmailId | String | ||
| Phone | String | ||
| CopyBillingAddress | Boolean | ||
| IsAffiliate | Boolean | ||
| PortalStatus | String | ||
| BillingAddressAttention | String | ||
| BillingAddressCity | String | ||
| BillingAddressCountry | String | ||
| BillingAddressState | String | ||
| BillingAddressStateCode | String | ||
| BillingAddressStreet1 | String | ||
| BillingAddressStreet2 | String | ||
| BillingAddressZipCode | String | ||
| ShippingAddressAttention | String | ||
| ShippingAddressCity | String | ||
| ShippingAddressCountry | String | ||
| ShippingAddressState | String | ||
| ShippingAddressStateCode | String | ||
| ShippingAddressStreet1 | String | ||
| ShippingAddressStreet2 | String | ||
| ShippingAddressZipCode | String | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| Website | String |