POST api/ActionLogs/PostActionLog
Request Information
URI Parameters
None.
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-07T06:57:01.7308527-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionLogName | Description | Type | Additional information |
---|---|---|---|
ActionLogId | integer |
None. |
|
ActionTypeId | byte |
None. |
|
RecordTypeId | byte |
None. |
|
RecordId | integer |
None. |
|
UserId | integer |
None. |
|
ActionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "ActionLogId": 1, "ActionTypeId": 64, "RecordTypeId": 64, "RecordId": 4, "UserId": 5, "ActionDate": "2021-03-07T06:57:01.7463455-05:00" }