Customers
Returns all customers.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| Name | String | ||
| Active | Boolean | ||
| Phone | String | ||
| AltPhone | String | ||
| Fax | String | ||
| Emails | String | ||
| Contact | String | ||
| AccountNr | String | ||
| CreatedAt | Datetime | ||
| ResaleNr | String | ||
| CreditHold | Boolean | ||
| CreditLimit | Double | ||
| Balance | Double | ||
| Memo | String | ||
| Website | String | ||
| BillingAddressCity | String | ||
| BillingAddressCountry | String | ||
| BillingAddressId | Integer | ||
| BillingAddressLine1 | String | ||
| BillingAddressLine2 | String | ||
| BillingAddressName | String | ||
| BillingAddressState | String | ||
| BillingAddressZipcode | String | ||
| ClassId | Integer | ||
| ClassName | String | ||
| ShippingAddressCity | String | ||
| ShippingAddressCountry | String | ||
| ShippingAddressId | Integer | ||
| ShippingAddressLine1 | String | ||
| ShippingAddressName | String | ||
| ShippingAddressState | String | ||
| ShippingAddressZipcode | String | ||
| StatusUpdateViaText | Boolean | ||
| TaxTypeAbbr | String | ||
| TaxTypeActive | Boolean | ||
| TaxTypeId | Integer | ||
| TaxTypeName | String | ||
| TaxTypeTaxable | Boolean |