CreateTripFromFile
Create a new trip from an XML file.
Input
| Name | Type | Accepts Input Streams | Description |
| FileLocation | String | False | The location of your trip XML file. |
| Content | String | True | The XML content as an input stream. Only used if FileLocation is not specified. |
| LoginId | String | False | The Id of the user you want to impersonate. |
Result Set Columns
| Name | Type | Description |
| Content | String | The details of the newly created trip. |