POST api/FaqViewed/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TabFaqCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FaqId | integer |
None. |
|
| TotalClick | integer |
None. |
|
| IpAddress | string |
None. |
|
| ClickDate | date |
None. |
|
| TabKb_CMS | TabKb_CMS |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FaqId": 2,
"TotalClick": 3,
"IpAddress": "sample string 4",
"ClickDate": "2025-11-02T18:02:39.4728478Z",
"TabKb_CMS": {
"Id": 1,
"DisplayOn": "sample string 2",
"KbService": "sample string 3",
"KbRole": "sample string 4",
"KbCategory": "sample string 5",
"KbHeading": "sample string 6",
"Kb_Description": "sample string 7",
"Adddate": "2025-11-02T18:02:39.4728478Z",
"IsUpload": true,
"TabFaqCounters": []
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.