GET api/WebInterface/Order/YearCard/PaySum/Get?orderid={orderid}
获取某个年卡预订单已支付总金额
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderid | string |
Required |
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.