GET api/tour/management/BoardItem
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | SerializedDateTime |
None. |
|
| TourId | integer |
None. |
|
| ScheduleId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
GetTourBoardItemResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| TransportName | string |
None. |
|
| Rows | integer |
None. |
|
| Columns | integer |
None. |
|
| Agreements | Collection of AgreementShort |
None. |
|
| Transport | Collection of SeatingArrangement |
None. |
|
| SeatingArrangementInfos | Collection of SeatingArrangementInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"TransportName": "sample string 2",
"Rows": 3,
"Columns": 4,
"Agreements": [
{
"Code": "sample string 1",
"Id": 2,
"Clients": [
{
"FullName": "sample string 1",
"Id": 2,
"IsMain": true,
"IsBuyer": true
},
{
"FullName": "sample string 1",
"Id": 2,
"IsMain": true,
"IsBuyer": true
}
]
},
{
"Code": "sample string 1",
"Id": 2,
"Clients": [
{
"FullName": "sample string 1",
"Id": 2,
"IsMain": true,
"IsBuyer": true
},
{
"FullName": "sample string 1",
"Id": 2,
"IsMain": true,
"IsBuyer": true
}
]
}
],
"Transport": [
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
},
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
}
],
"SeatingArrangementInfos": [
{
"TransferId": 1,
"TransportId": 2,
"SeatingArrangements": [
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
},
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
}
]
},
{
"TransferId": 1,
"TransportId": 2,
"SeatingArrangements": [
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
},
{
"Id": 1,
"SeatNumber": "sample string 2",
"Type": 3,
"XCoord": 4,
"YCoord": 5
}
]
}
]
}
application/xml, text/xml
Sample:
<GetTourBoardItemResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Areas.Tour.Models.Dto">
<Agreements>
<AgreementShort>
<Clients>
<ClientShort>
<FullName>sample string 1</FullName>
<Id>2</Id>
<IsBuyer>true</IsBuyer>
<IsMain>true</IsMain>
</ClientShort>
<ClientShort>
<FullName>sample string 1</FullName>
<Id>2</Id>
<IsBuyer>true</IsBuyer>
<IsMain>true</IsMain>
</ClientShort>
</Clients>
<Code>sample string 1</Code>
<Id>2</Id>
</AgreementShort>
<AgreementShort>
<Clients>
<ClientShort>
<FullName>sample string 1</FullName>
<Id>2</Id>
<IsBuyer>true</IsBuyer>
<IsMain>true</IsMain>
</ClientShort>
<ClientShort>
<FullName>sample string 1</FullName>
<Id>2</Id>
<IsBuyer>true</IsBuyer>
<IsMain>true</IsMain>
</ClientShort>
</Clients>
<Code>sample string 1</Code>
<Id>2</Id>
</AgreementShort>
</Agreements>
<Columns>4</Columns>
<Name>sample string 1</Name>
<Rows>3</Rows>
<SeatingArrangementInfos>
<SeatingArrangementInfo>
<SeatingArrangements>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
</SeatingArrangements>
<TransferId>1</TransferId>
<TransportId>2</TransportId>
</SeatingArrangementInfo>
<SeatingArrangementInfo>
<SeatingArrangements>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
</SeatingArrangements>
<TransferId>1</TransferId>
<TransportId>2</TransportId>
</SeatingArrangementInfo>
</SeatingArrangementInfos>
<Transport>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
<SeatingArrangement>
<Id>1</Id>
<SeatNumber>sample string 2</SeatNumber>
<Type>3</Type>
<XCoord>4</XCoord>
<YCoord>5</YCoord>
</SeatingArrangement>
</Transport>
<TransportName>sample string 2</TransportName>
</GetTourBoardItemResponse>