PUT api/ActionLogs/PutActionLog/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
ActionLogName | Description | Type | Additional information |
---|---|---|---|
ActionLogId | integer |
None. |
|
ActionTypeId | byte |
None. |
|
RecordTypeId | byte |
None. |
|
RecordId | integer |
None. |
|
UserId | integer |
None. |
|
ActionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActionLogId": 1, "ActionTypeId": 64, "RecordTypeId": 64, "RecordId": 4, "UserId": 5, "ActionDate": "2021-03-07T14:05:13.7128987-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.