POST life/addreview

Request Information

URI Parameters

None.

Body Parameters

WX_LifeReview
NameDescriptionTypeAdditional information
Id

integer

None.

OpenId

string

None.

IsAudit

integer

None.

LifeID

integer

None.

Contents

string

None.

AddDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OpenId": "sample string 2",
  "IsAudit": 3,
  "LifeID": 4,
  "Contents": "sample string 5",
  "AddDate": "2026-04-16T13:31:02.5413305+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.