POST v1/DayTour/GetTourById

Request Information

URI Parameters

None.

Body Parameters

CountryRequest
NameDescriptionTypeAdditional information
CountryName

string

None.

VacationId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryName": "sample string 1",
  "VacationId": "sample string 2"
}

application/xml, text/xml

Sample:
<CountryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.DayTour">
  <CountryName>sample string 1</CountryName>
  <VacationId>sample string 2</VacationId>
</CountryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CountryByTours
NameDescriptionTypeAdditional information
ToursDetails

Collection of Object

None.

IsSuccess

boolean

None.

Message

string

None.

guid

string

None.

PNR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ToursDetails": null,
  "IsSuccess": true,
  "Message": "sample string 2",
  "guid": "sample string 3",
  "PNR": "sample string 4"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.