GET api/WebInterface/CouponPay/CouponSummary/Get?orderid={orderid}

获取一个预定单优惠券抵扣的总金额

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderid

string

Required

Body Parameters

None.

Response Information

Resource Description

获取一个预定单优惠券抵扣的总金额

CommonOperationResultWithTagOfDecimal
NameDescriptionTypeAdditional 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.