POST life/addlifeabout
Request Information
URI Parameters
None.
Body Parameters
WX_LifeAbout| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Lname | string |
None. |
|
| Tel | string |
None. |
|
| ShopId | integer |
None. |
|
| ProId | integer |
None. |
|
| Contents | string |
None. |
|
| OpenId | string |
None. |
|
| AddDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Lname": "sample string 2",
"Tel": "sample string 3",
"ShopId": 4,
"ProId": 5,
"Contents": "sample string 6",
"OpenId": "sample string 7",
"AddDate": "2026-04-16T13:31:03.0969782+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.