POST life/addlifeproduct
Request Information
URI Parameters
None.
Body Parameters
LifeProductImageList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ShopId | integer |
None. |
|
| Lname | string |
None. |
|
| Contents | string |
None. |
|
| Price | decimal number |
None. |
|
| IsAudit | integer |
None. |
|
| IsTop | integer |
None. |
|
| OpenId | string |
None. |
|
| DelType | integer |
None. |
|
| AddDate | date |
None. |
|
| ListUrl | Collection of WX_LifeProductImage |
None. |
|
| ListUrlXiang | Collection of WX_LifeProductImage |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ShopId": 2,
"Lname": "sample string 3",
"Contents": "sample string 4",
"Price": 1.0,
"IsAudit": 5,
"IsTop": 6,
"OpenId": "sample string 7",
"DelType": 8,
"AddDate": "2026-04-16T13:30:59.8704141+08:00",
"ListUrl": [
{
"ImageID": 1,
"Url": "sample string 2",
"LifeID": 3,
"TypeID": 4
},
{
"ImageID": 1,
"Url": "sample string 2",
"LifeID": 3,
"TypeID": 4
}
],
"ListUrlXiang": [
{
"ImageID": 1,
"Url": "sample string 2",
"LifeID": 3,
"TypeID": 4
},
{
"ImageID": 1,
"Url": "sample string 2",
"LifeID": 3,
"TypeID": 4
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.