CreateTripFromFile
Create a new trip from an XML file.
Input
Name | Type | Required | Accepts Input Streams | Description |
FileLocation | String | False | False | The location of your trip XML file. |
Content | String | False | True | The XML content as an input stream. Only used if FileLocation is not specified. |
LoginId | String | False | 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. |