| Name | Description | Type | Additional information | 
|---|---|---|---|
| IsSuccessful | 
                         Set to true if method was successful  | 
                    boolean | 
                             None.  | 
                
| ErrorMessage | 
                         The error message if method call was not successful  | 
                    string | 
                             None.  | 
                
| TripID | 
                         Unique trip identifer  | 
                    integer | 
                             None.  | 
                
| Name | 
                         The name or short summary of the trip  | 
                    string | 
                             None.  | 
                
| Instructions | 
                         Special instructions related to the trip  | 
                    string | 
                             None.  | 
                
| Stops | 
                         Contains the stops on the trip  | 
                    Collection of TripStopItem | 
                             None.  |