POST api/SystemApi/AddUserLog
Request Information
URI Parameters
None.
Body Parameters
UserLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User_Id | integer |
None. |
|
| Date | date |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"User_Id": 2,
"Date": "2025-12-22T13:11:34.7674465-08:00",
"Note": "sample string 4"
}
application/xml, text/xml
Sample:
<UserLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models"> <Date>2025-12-22T13:11:34.7674465-08:00</Date> <Id>1</Id> <Note>sample string 4</Note> <User_Id>2</User_Id> </UserLog>
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.