POST api/pricealarm/AddSysoperaLog
Request Information
URI Parameters
None.
Body Parameters
EntSysOperateLog| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | integer | 
                             None.  | 
                |
| Type | string | 
                             None.  | 
                |
| StartTime | date | 
                             None.  | 
                |
| EndTime | date | 
                             None.  | 
                |
| Duration | decimal number | 
                             None.  | 
                |
| Result | string | 
                             None.  | 
                |
| Detail | string | 
                             None.  | 
                |
| CreateTime | date | 
                             None.  | 
                |
| CreateUser | string | 
                             None.  | 
                |
| LinkId | string | 
                             None.  | 
                |
| PageSize | integer | 
                             None.  | 
                |
| PageIndex | integer | 
                             None.  | 
                |
| TotalCount | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "id": "1",
  "type": "sample string 2",
  "startTime": "2025-11-04 22:07:53",
  "endTime": "2025-11-04 22:07:53",
  "duration": 3.0,
  "result": "sample string 4",
  "detail": "sample string 5",
  "createTime": "2025-11-04 22:07:53",
  "createUser": "sample string 6",
  "linkId": "sample string 7",
  "pageSize": 8,
  "pageIndex": 9,
  "totalCount": 10
}
        application/xml, text/xml
            Sample:
        <EntSysOperateLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <CreateTime>2025-11-04T22:07:53.9102079+08:00</CreateTime> <CreateUser>sample string 6</CreateUser> <Detail>sample string 5</Detail> <Duration>3</Duration> <EndTime>2025-11-04T22:07:53.9102079+08:00</EndTime> <ID>1</ID> <LinkId>sample string 7</LinkId> <Result>sample string 4</Result> <StartTime>2025-11-04T22:07:53.9102079+08:00</StartTime> <Type>sample string 2</Type> </EntSysOperateLog>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
            Sample:
        1
application/xml, text/xml
            Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>