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:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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-04-30T01:29:46.8635146+08:00</MendianZuanShiTime>
  <NewDianZhang>sample string 2</NewDianZhang>
  <Sort>3</Sort>
  <TopDate>2024-04-30T01:29:46.8635146+08:00</TopDate>
</MenDianSuperUpdateDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MenDianSuperUpdateDto'.

Response Information

Resource Description

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

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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