GET api/buy/{orderId}/detail/{detailId}
获取订单项信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
订单编号 |
integer |
Required |
detailId |
订单项编号 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
订单项详情
DetailBriefName | Description | Type | Additional information |
---|---|---|---|
Id |
Id |
integer |
None. |
OrderId |
订单Id |
integer |
None. |
Period |
购买时长 |
integer |
None. |
TimeUnit |
购买时长单位 |
TimeUnit |
None. |
Amount |
购买数量 |
integer |
None. |
CreateAt |
创建时间 |
date |
None. |
AccountAt |
开始计费时间 |
date |
None. |
TotalPrice |
订单项总价 |
decimal number |
None. |
OrigPrice |
订单项原价 |
decimal number |
None. |
DiscountDetail |
订单项优惠详情 |
DiscountView |
None. |
UnitPrice |
订单项单价 |
decimal number |
None. |
ProductCatalog |
产品类别 |
ProductCatalog |
None. |
OrderCatalog |
订单操作类型,如续费、新增、升级、降级等订单 |
OrderCatalog |
None. |
Config |
订单参数类型 |
IDetailConfig |
None. |
PriceDetails |
订单具体价格 |
Collection of PriceDetail |
None. |
Services |
服务记录 |
Collection of ServiceBrief |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.