POST api/InfoBiz/CreateNewBiz

创建新的商家

Request Information

URI Parameters

None.

Body Parameters

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

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