POST api/Log/PostLog
Request Information
URI Parameters
None.
Body Parameters
ActionLogName | Description | Type | Additional information |
---|---|---|---|
LogId | integer |
None. |
|
DateTime | date |
None. |
|
UserId | string |
None. |
|
ActionEvent | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogId": 1, "DateTime": "2025-08-02T22:23:58.8928842+00:00", "UserId": "sample string 3", "ActionEvent": "sample string 4" }
application/xml, text/xml
Sample:
<ActionLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPAi_YME_Repository.Models"> <ActionEvent>sample string 4</ActionEvent> <DateTime>2025-08-02T22:23:58.8928842+00:00</DateTime> <LogId>1</LogId> <UserId>sample string 3</UserId> </ActionLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.