POST api/v1/QueryLogs/UpdateQueryLog

Request Information

URI Parameters

None.

Body Parameters

QueryLog
NameDescriptionTypeAdditional 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:37.859352+00:00",
  "_UpdatedDate": "2026-01-20T20:24:37.859352+00:00",
  "_SysNumber": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.