POST Api/A/YS/MInfoImageAdd

会员基本资料图册添加

Request Information

URI Parameters

None.

Body Parameters

MInfoImagModel
NameDescriptionTypeAdditional information
ID

编号

globally unique identifier

None.

MemberInfoID

会员信息编号

globally unique identifier

None.

Memberid

会员编号

globally unique identifier

None.

Image

大图

string

None.

Thumbnail

缩略图

string

None.

CreateTime

创建时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "b1d165fe-10af-442f-b4d6-b5569b8ad175",
  "MemberInfoID": "fdb8f82e-3f6b-4b4a-a50d-b3c52f30ad95",
  "Memberid": "3b79e3c6-aef2-41f2-b37b-a4f30228820e",
  "Image": "sample string 4",
  "Thumbnail": "sample string 5",
  "CreateTime": "2025-04-18T17:16:31.882742+08:00"
}

application/xml, text/xml

Sample:
<MInfoImagModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.A.YS">
  <CreateTime>2025-04-18T17:16:31.882742+08:00</CreateTime>
  <ID>b1d165fe-10af-442f-b4d6-b5569b8ad175</ID>
  <Image>sample string 4</Image>
  <MemberInfoID>fdb8f82e-3f6b-4b4a-a50d-b3c52f30ad95</MemberInfoID>
  <Memberid>3b79e3c6-aef2-41f2-b37b-a4f30228820e</Memberid>
  <Thumbnail>sample string 5</Thumbnail>
</MInfoImagModel>

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 'MInfoImagModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.