POST api/v1/QueryLogs/CreateQueryLog
Request Information
URI Parameters
None.
Body Parameters
QueryLog| Name | Description | Type | Additional information |
|---|---|---|---|
| _QueryLogId | integer |
None. |
|
| _AccountId | integer |
None. |
|
| _QueriesString | string |
None. |
|
| _CommDir | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_QueryLogId": 1,
"_AccountId": 2,
"_QueriesString": "sample string 3",
"_CommDir": 4,
"_CreationDate": "2026-01-20T20:24:41.8644559+00:00",
"_UpdatedDate": "2026-01-20T20:24:41.8644559+00:00",
"_SysNumber": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.