POST api/SuperCard/UpdateAdminSuperCard

后台-管理员修改单条超级会员卡信息

Request Information

URI Parameters

None.

Body Parameters

要修改的会员卡信息

mh163k_Mall_SuperCard
NameDescriptionTypeAdditional information
Id

主键

integer

None.

CardNum

会员卡卡号

string

None.

UserId

所属会员

integer

None.

UserName

姓名

string

None.

Phone

手机号

string

None.

VipCardType

会员卡类型

VipCardType

None.

CreateTime

下单时间

date

None.

PayTime

付款时间

date

None.

IsGift

是否赠卡

boolean

None.

ExpireTime

到期时间

date

None.

IsPay

是否已付款

boolean

None.

OrderNum

对应的支付订单号

string

None.

PayPrice

支付价格(分)

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Mall_SuperCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <CardNum>sample string 2</CardNum>
  <CreateTime>2024-04-20T07:09:37.0059878+08:00</CreateTime>
  <ExpireTime>2024-04-20T07:09:37.0059878+08:00</ExpireTime>
  <Id>1</Id>
  <IsGift>true</IsGift>
  <IsPay>true</IsPay>
  <OrderNum>sample string 8</OrderNum>
  <PayPrice>9</PayPrice>
  <PayTime>2024-04-20T07:09:37.0059878+08:00</PayTime>
  <Phone>sample string 5</Phone>
  <UserId>3</UserId>
  <UserName>sample string 4</UserName>
  <VipCardType>Month</VipCardType>
</mh163k_Mall_SuperCard>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台-管理员修改单条超级会员卡信息

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />