POST Api/A/YS/MNewsImageAdd
动态动态图片-添加
Request Information
URI Parameters
None.
Body Parameters
会员动态图片实体
MNewsImagModelName | Description | Type | Additional 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": "cefeabec-5cb0-4440-9b31-d8e32d5bfac3", "NewsID": "b06f0fd9-e5a1-4de7-ab22-59841496b771", "Image": "sample string 3", "Thumbnail": "sample string 4", "Content": "sample string 5", "CreateTime": "2025-07-07T14:30:40.3381606+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-07-07T14:30:40.3381606+08:00</CreateTime> <ID>cefeabec-5cb0-4440-9b31-d8e32d5bfac3</ID> <Image>sample string 3</Image> <NewsID>b06f0fd9-e5a1-4de7-ab22-59841496b771</NewsID> <Thumbnail>sample string 4</Thumbnail> </MNewsImagModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.