POST life/addlifeshop
Request Information
URI Parameters
None.
Body Parameters
LifeShopSIdList| Name | Description | Type | Additional 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:32:18.5344391+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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.