POST life/updateservies

Request Information

URI Parameters

None.

Body Parameters

LifeServiesImageList
NameDescriptionTypeAdditional information
Id

integer

None.

NickName

string

None.

HeadImg

string

None.

WxTel

string

None.

TypeId

integer

None.

TypeName

string

None.

Lname

string

None.

Tel

string

None.

Contents

string

None.

IsAudit

integer

None.

IsTop

integer

None.

OpenId

string

None.

DelType

integer

None.

Hits

integer

None.

Fabulo

integer

None.

Reviews

integer

None.

TelSum

integer

None.

AddDate

date

None.

ListSId

Collection of WX_LifeAndSId

None.

ListUrl

Collection of WX_LifeServiesImage

None.

ListReview

Collection of LifeReviewNickList

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NickName": "sample string 2",
  "HeadImg": "sample string 3",
  "WxTel": "sample string 4",
  "TypeId": 5,
  "TypeName": "sample string 6",
  "Lname": "sample string 7",
  "Tel": "sample string 8",
  "Contents": "sample string 9",
  "IsAudit": 10,
  "IsTop": 11,
  "OpenId": "sample string 12",
  "DelType": 13,
  "Hits": 14,
  "Fabulo": 15,
  "Reviews": 16,
  "TelSum": 17,
  "AddDate": "2026-04-16T13:33:23.9436785+08:00",
  "ListSId": [
    {
      "Id": 1,
      "LId": 1,
      "SId": 1,
      "LType": 1
    },
    {
      "Id": 1,
      "LId": 1,
      "SId": 1,
      "LType": 1
    }
  ],
  "ListUrl": [
    {
      "ImageID": 1,
      "Url": "sample string 2",
      "LifeID": 3
    },
    {
      "ImageID": 1,
      "Url": "sample string 2",
      "LifeID": 3
    }
  ],
  "ListReview": [
    {
      "Id": 1,
      "OpenId": "sample string 2",
      "NickName": "sample string 3",
      "HeadImg": "sample string 4",
      "Tel": "sample string 5",
      "IsAudit": 6,
      "LifeID": 7,
      "Contents": "sample string 8",
      "AddDate": "2026-04-16T13:33:23.9436785+08:00"
    },
    {
      "Id": 1,
      "OpenId": "sample string 2",
      "NickName": "sample string 3",
      "HeadImg": "sample string 4",
      "Tel": "sample string 5",
      "IsAudit": 6,
      "LifeID": 7,
      "Contents": "sample string 8",
      "AddDate": "2026-04-16T13:33:23.9436785+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.