POST api/Account/SaveReportLog

Request Information

URI Parameters

None.

Body Parameters

ReportLogVM
NameDescriptionTypeAdditional information
LogId

integer

None.

ReportId

integer

None.

ReportName

string

None.

StartDT

date

None.

EndDT

date

None.

LoginID

integer

None.

DBDT

date

None.

Status

string

None.

WebAPIBaseURL

string

None.

StatusComments

string

None.

IsAutoReport

boolean

None.

ReportParametersJson

string

None.

ReportType

string

None.

Action

string

None.

LAN

string

None.

WAN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogId": 1,
  "ReportId": 1,
  "ReportName": "sample string 2",
  "StartDT": "2025-09-11T04:47:06.6985912+05:00",
  "EndDT": "2025-09-11T04:47:06.6985912+05:00",
  "LoginID": 1,
  "DBDT": "2025-09-11T04:47:06.6985912+05:00",
  "Status": "sample string 3",
  "WebAPIBaseURL": "sample string 4",
  "StatusComments": "sample string 5",
  "IsAutoReport": true,
  "ReportParametersJson": "sample string 6",
  "ReportType": "sample string 7",
  "Action": "sample string 8",
  "LAN": "sample string 9",
  "WAN": "sample string 10"
}

application/xml, text/xml

Sample:
<ReportLogVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TWViewModel">
  <Action>sample string 8</Action>
  <DBDT>2025-09-11T04:47:06.6985912+05:00</DBDT>
  <EndDT>2025-09-11T04:47:06.6985912+05:00</EndDT>
  <IsAutoReport>true</IsAutoReport>
  <LAN>sample string 9</LAN>
  <LogId>1</LogId>
  <LoginID>1</LoginID>
  <ReportId>1</ReportId>
  <ReportName>sample string 2</ReportName>
  <ReportParametersJson>sample string 6</ReportParametersJson>
  <ReportType>sample string 7</ReportType>
  <StartDT>2025-09-11T04:47:06.6985912+05:00</StartDT>
  <Status>sample string 3</Status>
  <StatusComments>sample string 5</StatusComments>
  <WAN>sample string 10</WAN>
  <WebAPIBaseURL>sample string 4</WebAPIBaseURL>
</ReportLogVM>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReportLogVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.