POST api/MenDian/MenDianSuperUpdate

后台--超级管理更新门店

Request Information

URI Parameters

None.

Body Parameters

MenDianSuperUpdateDto
NameDescriptionTypeAdditional information
Id

门店id

integer

None.

NewDianZhang

要转移新的店长会员名,如不转移可传空

string

None.

TopDate

置顶时间

date

None.

MendianZuanShiTime

钻石会员截止时间

date

None.

MendianLevel

门店等级

MenDianLevel

None.

Iskill

审核状态

AuditStatusType

None.

IsPartner

是否战略合作伙伴

boolean

None.

Sort

排序字段

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<MenDianSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.MenDian">
  <Id>1</Id>
  <IsPartner>true</IsPartner>
  <Iskill>TobeAgree</Iskill>
  <MendianLevel>Custom</MendianLevel>
  <MendianZuanShiTime>2024-03-29T20:53:09.7474421+08:00</MendianZuanShiTime>
  <NewDianZhang>sample string 2</NewDianZhang>
  <Sort>3</Sort>
  <TopDate>2024-03-29T20:53:09.7474421+08:00</TopDate>
</MenDianSuperUpdateDto>

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/" />