# Client

| Attribute      | Type    | Description                                                                                     |
| -------------- | ------- | ----------------------------------------------------------------------------------------------- |
| id             | integer | Unique identifier for the client.                                                               |
| code           | string  | Visual identifier code of the client.                                                           |
| name           | string  | Client name.                                                                                    |
| inactive       | integer | <p>Possible values are :</p><ul><li>0: Client is active</li><li>1: Client is inactive</li></ul> |
| creation\_date | date    | Created date.                                                                                   |
| address        | string  | Address of the client.                                                                          |
| address2       | string  | Address (other) of the client                                                                   |
| city           | string  | City of the client.                                                                             |
| state          | string  | State of the client.                                                                            |
| zipcode        | string  | Zipcode of the client.                                                                          |
| phone          | string  | Phone of the client.                                                                            |
| phone2         | string  | Phone (other) of the client.                                                                    |
| fax            | string  | Fax of the client.                                                                              |
| email          | string  | Email of the client.                                                                            |
| website        | string  | Website of the client.                                                                          |
| phone\_work    | string  | Phone (work) of the client.                                                                     |
| credit         | numeric | Credit limit of the client.                                                                     |
| term           | integer | Payment terms (days) of the client.                                                             |
