POST life/updatelifeshop

Request Information

URI Parameters

None.

Body Parameters

LifeShopSIdList
NameDescriptionTypeAdditional information
Id

integer

None.

TypeId

integer

None.

Lname

string

None.

Tel

string

None.

Address

string

None.

Notice

string

None.

Contents

string

None.

LogoImg

string

None.

LicenseImg

string

None.

IsAudit

integer

None.

IsTop

integer

None.

OpenId

string

None.

DelType

integer

None.

Hits

integer

None.

TelSum

integer

None.

AddDate

date

None.

ListSId

Collection of WX_LifeAndSId

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TypeId": 2,
  "Lname": "sample string 3",
  "Tel": "sample string 4",
  "Address": "sample string 5",
  "Notice": "sample string 6",
  "Contents": "sample string 7",
  "LogoImg": "sample string 8",
  "LicenseImg": "sample string 9",
  "IsAudit": 10,
  "IsTop": 11,
  "OpenId": "sample string 12",
  "DelType": 13,
  "Hits": 14,
  "TelSum": 15,
  "AddDate": "2026-04-16T13:33:25.1819566+08:00",
  "ListSId": [
    {
      "Id": 1,
      "LId": 1,
      "SId": 1,
      "LType": 1
    },
    {
      "Id": 1,
      "LId": 1,
      "SId": 1,
      "LType": 1
    }
  ]
}

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.