Gets the survey from users for a specified tour.
https://api.pricetravel.com/services/tours/survey/{tourId}
GET
Accept (optional)
200 (OK)
XML
<ArrayOfTourSurvey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Tours">
<TourSurvey>
<Comments xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Common">string</Comments>
<CustomerCity xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Common">string</CustomerCity>
<CustomerName xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Common">string</CustomerName>
<Score xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Common">double</Score>
<ServiceDate xmlns="http://schemas.datacontract.org/2004/07/PriceTravel.Api.Model.Common">datetime</ServiceDate>
<CustomerProfile>string</CustomerProfile>
</TourSurvey>
</ArrayOfTourSurvey>
JSON
[ { "CustomerProfile":integer (None = 0, Couple = 1, Family = 2, Friends = 3, Work = 4, Solo = 5), "CustomerName":"string", "CustomerCity":"string", "ServiceDate":"datetime", "Score":double, "Comments":"string" } ]
Invalid “Authorization” header.