# Stop

| Attribute      | Type    | Description                                                                           |
| -------------- | ------- | ------------------------------------------------------------------------------------- |
| id             | integer | Unique identifier for the stop.                                                       |
| name           | string  | Name of the stop.                                                                     |
| reference      | string  | Reference of the stop.                                                                |
| address        | string  | Address of the stop.                                                                  |
| address2       | string  | Address (other) of the stop                                                           |
| city           | string  | City of the stop.                                                                     |
| state          | string  | State of the stop.                                                                    |
| zip            | string  | Zip of the stop.                                                                      |
| contact\_name  | string  | Contact name of the stop.                                                             |
| contact\_tel   | string  | Contact phone of the stop.                                                            |
| contact\_fax   | string  | Contact fax of the stop.                                                              |
| contact\_email | string  | Contact email of the stop.                                                            |
| stop\_type     | string  | <p>Possible values are :</p><ul><li>Origin</li><li>Stop</li><li>Destination</li></ul> |
| date           | date    | Date of the stop.                                                                     |
| time           | time    | Time of the stop.                                                                     |
| hours\_opened  | string  | Hours opened of the stop.                                                             |
| broker         | string  | Broker of the stop.                                                                   |
| geotabUserId   | string  | GeoTab UserId of the stop.                                                            |
