GET api/NONSTD/ZJJQL/PreSell/DayAndSegData
获取预售数据
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取预售数据
CommonOperationResultWithTagOfIEnumerableOfNON_ZJJ_PreSell_DayAndSegDataResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of NON_ZJJ_PreSell_DayAndSegDataResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"RQ": "sample string 1",
"SDSJ": "sample string 2",
"RS": 3
},
{
"RQ": "sample string 1",
"SDSJ": "sample string 2",
"RS": 3
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfNON_ZJJ_PreSell_DayAndSegDataResultdEqWmk6k 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.NonStandard">
<d2p1:NON_ZJJ_PreSell_DayAndSegDataResult>
<d2p1:RQ>sample string 1</d2p1:RQ>
<d2p1:RS>3</d2p1:RS>
<d2p1:SDSJ>sample string 2</d2p1:SDSJ>
</d2p1:NON_ZJJ_PreSell_DayAndSegDataResult>
<d2p1:NON_ZJJ_PreSell_DayAndSegDataResult>
<d2p1:RQ>sample string 1</d2p1:RQ>
<d2p1:RS>3</d2p1:RS>
<d2p1:SDSJ>sample string 2</d2p1:SDSJ>
</d2p1:NON_ZJJ_PreSell_DayAndSegDataResult>
</tag>
</CommonOperationResultWithTagOfArrayOfNON_ZJJ_PreSell_DayAndSegDataResultdEqWmk6k>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.