GET api/tour/filter/transport?TransportId={TransportId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TransportId

integer

None.

Body Parameters

None.

Response Information

Resource Description

TourTransportFilterResponse
NameDescriptionTypeAdditional information
Item

None.

Response Formats

application/json, text/json

Sample:
{
  "Item": {
    "Id": 1,
    "Name": "sample string 2",
    "NameLat": "sample string 3",
    "Places": 4,
    "MappingId": 1,
    "IsExternal": true,
    "CanMaped": true,
    "PartnerName": "sample string 7",
    "Rows": 1,
    "Columns": 1,
    "SeatingArrangements": [
      {
        "Id": 1,
        "SeatNumber": "sample string 1",
        "YCoord": 2,
        "XCoord": 3,
        "Type": 4
      },
      {
        "Id": 1,
        "SeatNumber": "sample string 1",
        "YCoord": 2,
        "XCoord": 3,
        "Type": 4
      }
    ]
  },
  "RedirectUrl": "sample string 1",
  "ResultQueryInfo": {
    "ResultsCount": 1,
    "HasError": false,
    "Info": [],
    "CacheStorageTimeEnd": true,
    "RefreshPeriod": 0,
    "DelFromCacheDateTime": "2025-03-12T13:54:43.7648267+03:00",
    "UserMessages": "",
    "UserMessagesHtml": ""
  }
}

application/xml, text/xml

Sample:
<TourTransportFilterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Areas.Tour.Models.Dto">
  <RedirectUrl xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">sample string 1</RedirectUrl>
  <ResultQueryInfo xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <_x003C_DelFromCacheDateTime_x003E_k__BackingField>2025-03-12T13:54:43.7648267+03:00</_x003C_DelFromCacheDateTime_x003E_k__BackingField>
    <_x003C_ResultsCount_x003E_k__BackingField>1</_x003C_ResultsCount_x003E_k__BackingField>
    <info />
  </ResultQueryInfo>
  <Item xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.MasterAgentDictionary.Contract.Entities">
    <d2p1:CanMaped>true</d2p1:CanMaped>
    <d2p1:Columns>1</d2p1:Columns>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsExternal>true</d2p1:IsExternal>
    <d2p1:MappingId>1</d2p1:MappingId>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:NameLat>sample string 3</d2p1:NameLat>
    <d2p1:PartnerName>sample string 7</d2p1:PartnerName>
    <d2p1:Places>4</d2p1:Places>
    <d2p1:Rows>1</d2p1:Rows>
    <d2p1:SeatingArrangements xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.MasterAgentDictionary.Contract">
      <d3p1:SeatingArrangement>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:SeatNumber>sample string 1</d3p1:SeatNumber>
        <d3p1:Type>4</d3p1:Type>
        <d3p1:XCoord>3</d3p1:XCoord>
        <d3p1:YCoord>2</d3p1:YCoord>
      </d3p1:SeatingArrangement>
      <d3p1:SeatingArrangement>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:SeatNumber>sample string 1</d3p1:SeatNumber>
        <d3p1:Type>4</d3p1:Type>
        <d3p1:XCoord>3</d3p1:XCoord>
        <d3p1:YCoord>2</d3p1:YCoord>
      </d3p1:SeatingArrangement>
    </d2p1:SeatingArrangements>
  </Item>
</TourTransportFilterResponse>