POST api/InfoBiz/CreateNewMemberBiz

会员中心 - 创建新商家

Request Information

URI Parameters

None.

Body Parameters

InfoBizMemberCreateDto
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.

Intro

业务简介

string

None.

Contact

联系方式

string

None.

IsRemote

是否远程

boolean

None.

WechatAccount

微信账户

string

None.

WechatQrCodeUrl

微信二维码图片

string

None.

LogoUrl

Logo

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizMemberCreateDto 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 11</Contact>
  <GpsX>5.1</GpsX>
  <GpsY>6.1</GpsY>
  <GpsZ>7</GpsZ>
  <Intro>sample string 10</Intro>
  <IsRemote>true</IsRemote>
  <LogoUrl>sample string 15</LogoUrl>
  <Name>sample string 1</Name>
  <RegionId>2</RegionId>
  <StreetId>3</StreetId>
  <WechatAccount>sample string 13</WechatAccount>
  <WechatQrCodeUrl>sample string 14</WechatQrCodeUrl>
</InfoBizMemberCreateDto>

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