POST api/InfoBiz/UpdateBizMemberInfo

会员中心 - 更新商家

Request Information

URI Parameters

None.

Body Parameters

InfoBizMemberUpdateDto
NameDescriptionTypeAdditional information
Id

商家标识

integer

None.

Name

商家名称

string

None.

RegionId

区域标识

integer

None.

StreetId

地段标识

integer

None.

Address

地址

string

None.

GpsX

坐标X

decimal number

None.

GpsY

坐标Y

decimal number

None.

GpsZ

坐标Z

integer

None.

Category1stId

一级分类标识

integer

None.

Category2ndId

二级分类标识 (多个分类,逗号分隔)

string

None.

LogoUrl

Logo Url

string

None.

Intro

业务简介

string

None.

DetailContent

服务内容

string

None.

Contact

联系方式

string

None.

WechatAccount

微信账户

string

None.

WechatQrCodeUrl

微信二维码图片

string

None.

IsRemote

是否远程

boolean

None.

UseCustomBackground

是否使用自定义背景

boolean

None.

BackgroundPic

主页背景图地址

string

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:
<InfoBizMemberUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <Address>sample string 5</Address>
  <BackgroundPic>sample string 19</BackgroundPic>
  <Category1stId>9</Category1stId>
  <Category2ndId>sample string 10</Category2ndId>
  <Contact>sample string 14</Contact>
  <DetailContent>sample string 13</DetailContent>
  <GpsX>6.1</GpsX>
  <GpsY>7.1</GpsY>
  <GpsZ>8</GpsZ>
  <Id>1</Id>
  <Intro>sample string 12</Intro>
  <IsRemote>true</IsRemote>
  <LogoUrl>sample string 11</LogoUrl>
  <Name>sample string 2</Name>
  <RegionId>3</RegionId>
  <StreetId>4</StreetId>
  <UseCustomBackground>true</UseCustomBackground>
  <WechatAccount>sample string 15</WechatAccount>
  <WechatQrCodeUrl>sample string 16</WechatQrCodeUrl>
</InfoBizMemberUpdateDto>

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 'InfoBizMemberUpdateDto'.

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