GET Api/A/YS/MNewsImageAdd

动态动态图片-添加

Request Information

URI Parameters

None.

Body Parameters

会员动态图片实体

MNewsImagModel
NameDescriptionTypeAdditional information
ID

编号

globally unique identifier

None.

NewsID

会员编号

globally unique identifier

None.

Image

大图

string

None.

Thumbnail

缩略图

string

None.

Content

内容

string

None.

CreateTime

创建时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "988464c6-9879-473a-b59c-7152d787bb69",
  "NewsID": "b955f8c8-bea7-4733-88e1-3fd17db17c9b",
  "Image": "sample string 3",
  "Thumbnail": "sample string 4",
  "Content": "sample string 5",
  "CreateTime": "2025-04-18T17:16:34.0552105+08:00"
}

application/xml, text/xml

Sample:
<MNewsImagModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.A.YS">
  <Content>sample string 5</Content>
  <CreateTime>2025-04-18T17:16:34.0552105+08:00</CreateTime>
  <ID>988464c6-9879-473a-b59c-7152d787bb69</ID>
  <Image>sample string 3</Image>
  <NewsID>b955f8c8-bea7-4733-88e1-3fd17db17c9b</NewsID>
  <Thumbnail>sample string 4</Thumbnail>
</MNewsImagModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MNewsImagModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.