POST api/InfoBiz/UpdateBizBasicInfo

后台 - 更新基础信息

Request Information

URI Parameters

None.

Body Parameters

InfoBizAdminUpdateDto
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

二级分类标识

integer

None.

LogoUrl

Logo Url

string

None.

Intro

业务简介

string

None.

DetailContent

服务内容

string

None.

Contact

联系方式

string

None.

WechatAccount

微信账户

string

None.

WechatQrCodeUrl

微信二维码图片

string

None.

IsRemote

是否有视频

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizAdminUpdateDto 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>
  <Category1stId>9</Category1stId>
  <Category2ndId>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>
  <WechatAccount>sample string 15</WechatAccount>
  <WechatQrCodeUrl>sample string 16</WechatQrCodeUrl>
</InfoBizAdminUpdateDto>

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