GET api/AddOn/SeatAreaList/Get/SimpleRet?senceid={senceid}&solutionid={solutionid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| senceid | string |
Required |
|
| solutionid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonOperationResultWithTagOfIEnumerableOfSeatArea| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of SeatArea |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"seatareaid": "sample string 1",
"seatareaname": "sample string 2",
"lowestprice": 3.0,
"hightestprice": 4.0,
"recommendcolor": 5,
"thumbnail": "sample string 6",
"freeseatcount": 7,
"seatcount": 8
},
{
"seatareaid": "sample string 1",
"seatareaname": "sample string 2",
"lowestprice": 3.0,
"hightestprice": 4.0,
"recommendcolor": 5,
"thumbnail": "sample string 6",
"freeseatcount": 7,
"seatcount": 8
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfSeatArea90Z6Xn9G xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface">
<d2p1:SeatArea>
<d2p1:freeseatcount>7</d2p1:freeseatcount>
<d2p1:hightestprice>4</d2p1:hightestprice>
<d2p1:lowestprice>3</d2p1:lowestprice>
<d2p1:recommendcolor>5</d2p1:recommendcolor>
<d2p1:seatareaid>sample string 1</d2p1:seatareaid>
<d2p1:seatareaname>sample string 2</d2p1:seatareaname>
<d2p1:seatcount>8</d2p1:seatcount>
<d2p1:thumbnail>sample string 6</d2p1:thumbnail>
</d2p1:SeatArea>
<d2p1:SeatArea>
<d2p1:freeseatcount>7</d2p1:freeseatcount>
<d2p1:hightestprice>4</d2p1:hightestprice>
<d2p1:lowestprice>3</d2p1:lowestprice>
<d2p1:recommendcolor>5</d2p1:recommendcolor>
<d2p1:seatareaid>sample string 1</d2p1:seatareaid>
<d2p1:seatareaname>sample string 2</d2p1:seatareaname>
<d2p1:seatcount>8</d2p1:seatcount>
<d2p1:thumbnail>sample string 6</d2p1:thumbnail>
</d2p1:SeatArea>
</tag>
</CommonOperationResultWithTagOfArrayOfSeatArea90Z6Xn9G>