POST api/add/WkComment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| WkCommentInfoAPPDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"CMPId": 1,
"MainId": 2,
"cinput": "sample string 3",
"ddate": "2025-12-09T18:47:21.5015364+08:00",
"WkUserId": 4,
"WkUserName": "sample string 5",
"WkNickName": "sample string 6",
"WkImage": "sample string 7"
}
application/xml, text/xml
Sample:
<WkComment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <CMPId>1</CMPId> <MainId>2</MainId> <cinput>sample string 3</cinput> <ddate>2025-12-09T18:47:21.5015364+08:00</ddate> <WkUserId>4</WkUserId> <WkUserName>sample string 5</WkUserName> <WkNickName>sample string 6</WkNickName> <WkImage>sample string 7</WkImage> </WkComment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>