GET api/BI/Scenic/Data/People/MaxCount
获取当前景区的最大容纳人数
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取当前景区的最大容纳人数
CommonOperationResultWithTagOfDecimalName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": 3.0 }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfdecimal 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>3</tag> </CommonOperationResultWithTagOfdecimal>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.