POST api/Info/UpdateInfoMember

会员中心 - 信息更新

Request Information

URI Parameters

None.

Body Parameters

InfoMemberCreateDto
NameDescriptionTypeAdditional information
Detailsid

自增id

integer

None.

Chrip

发布信息ip

string

None.

Chrtitle

信息标题

string

None.

Categoryid

信息二级分类id

integer

None.

Isremote

是否有远程附件

boolean

None.

Chrmark

信息内容

string

None.

Filepath

封面

string

None.

CategoryParentId

信息分类父id 需要数据转接。根据小分类赋值大分类值

integer

None.

GpsX

信息X坐标

decimal number

None.

GpsY

信息Y坐标

decimal number

None.

RegionId

区域标识

integer

None.

StreetId

地段标识

integer

None.

RegionName

区域名称

string

None.

StreetName

地段名称

string

None.

Chrtel

联系电话

string

None.

Chrweixin

微信

string

None.

Youxiaodate

有效时间

date

None.

ScanCode

二维码

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoMemberCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.Info">
  <CategoryParentId>8</CategoryParentId>
  <Categoryid>4</Categoryid>
  <Chrip>sample string 2</Chrip>
  <Chrmark>sample string 6</Chrmark>
  <Chrtel>sample string 15</Chrtel>
  <Chrtitle>sample string 3</Chrtitle>
  <Chrweixin>sample string 16</Chrweixin>
  <Detailsid>1</Detailsid>
  <Filepath>sample string 7</Filepath>
  <GpsX>9.1</GpsX>
  <GpsY>10.1</GpsY>
  <Isremote>true</Isremote>
  <RegionId>11</RegionId>
  <RegionName>sample string 13</RegionName>
  <ScanCode>sample string 17</ScanCode>
  <StreetId>12</StreetId>
  <StreetName>sample string 14</StreetName>
  <Youxiaodate>2024-04-23T17:29:21.7466407+08:00</Youxiaodate>
</InfoMemberCreateDto>

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