POST api/Info/CreateNewMemberInfo
会员中心 - 创建信息
Request Information
URI Parameters
None.
Body Parameters
InfoMemberCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Detailsid |
自增id |
integer |
None. |
| Chrip |
发布信息ip |
string |
None. |
| Chrtitle |
信息标题 |
string |
None. |
| Categoryid |
信息二级分类id (多个二级分类,逗号分隔) |
string |
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. |
| ChrAddress |
信息发布地址 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
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>sample string 4</Categoryid> <ChrAddress>sample string 18</ChrAddress> <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>2025-12-16T15:56:09.078541+08:00</Youxiaodate> </InfoMemberCreateDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
会员中心 - 创建信息
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />