POST api/FaqViewed/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
TabFaqCounterName | 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": "2024-10-12T23:14:28.9289737-05:00", "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": "2024-10-12T23:14:28.9289737-05:00", "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.