POST api/UserButtonActionLog/PostUserButtonClickActionLog
Request Information
URI Parameters
None.
Body Parameters
UserButtonClickActionLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Tab_Name | string |
None. |
|
| User_ID | integer |
None. |
|
| Date_Created | date |
None. |
|
| Button_No | integer |
None. |
|
| UserName | string |
None. |
|
| ClickCount | integer |
None. |
|
| EmployeeInfoClickCount | integer |
None. |
|
| IncidentClickCount | integer |
None. |
|
| DispositionClickCount | integer |
None. |
|
| MedicalClickCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Tab_Name": "sample string 2",
"User_ID": 1,
"Date_Created": "2025-10-30T09:56:10.9345675-07:00",
"Button_No": 1,
"UserName": "sample string 3",
"ClickCount": 4,
"EmployeeInfoClickCount": 5,
"IncidentClickCount": 6,
"DispositionClickCount": 7,
"MedicalClickCount": 8
}
application/xml, text/xml
Sample:
<UserButtonClickActionLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <Button_No>1</Button_No> <ClickCount>4</ClickCount> <Date_Created>2025-10-30T09:56:10.9345675-07:00</Date_Created> <DispositionClickCount>7</DispositionClickCount> <EmployeeInfoClickCount>5</EmployeeInfoClickCount> <Id>1</Id> <IncidentClickCount>6</IncidentClickCount> <MedicalClickCount>8</MedicalClickCount> <Tab_Name>sample string 2</Tab_Name> <UserName>sample string 3</UserName> <User_ID>1</User_ID> </UserButtonClickActionLogDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfUserButtonClickActionLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | UserButtonClickActionLogDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"Tab_Name": "sample string 2",
"User_ID": 1,
"Date_Created": "2025-10-30T09:56:10.9350789-07:00",
"Button_No": 1,
"UserName": "sample string 3",
"ClickCount": 4,
"EmployeeInfoClickCount": 5,
"IncidentClickCount": 6,
"DispositionClickCount": 7,
"MedicalClickCount": 8
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfUserButtonClickActionLogDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:Button_No>1</d2p1:Button_No>
<d2p1:ClickCount>4</d2p1:ClickCount>
<d2p1:Date_Created>2025-10-30T09:56:10.9350789-07:00</d2p1:Date_Created>
<d2p1:DispositionClickCount>7</d2p1:DispositionClickCount>
<d2p1:EmployeeInfoClickCount>5</d2p1:EmployeeInfoClickCount>
<d2p1:Id>1</d2p1:Id>
<d2p1:IncidentClickCount>6</d2p1:IncidentClickCount>
<d2p1:MedicalClickCount>8</d2p1:MedicalClickCount>
<d2p1:Tab_Name>sample string 2</d2p1:Tab_Name>
<d2p1:UserName>sample string 3</d2p1:UserName>
<d2p1:User_ID>1</d2p1:User_ID>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfUserButtonClickActionLogDTO3NYuOdgi>