POST api/SecurityLog/InsertMerSecurityLog

Request Information

URI Parameters

None.

Body Parameters

SecurityLogModel
NameDescriptionTypeAdditional information
intUserId

integer

None.

strUrl

string

None.

strIPAddress

string

None.

strMachineName

string

None.

strUrlWithParameter

string

None.

intRequestTakenTime

integer

None.

strPortal

string

None.

intCreatedBy

integer

None.

strUserName

string

None.

strToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intUserId": 1,
  "strUrl": "sample string 2",
  "strIPAddress": "sample string 3",
  "strMachineName": "sample string 4",
  "strUrlWithParameter": "sample string 5",
  "intRequestTakenTime": 6,
  "strPortal": "sample string 7",
  "intCreatedBy": 8,
  "strUserName": "sample string 9",
  "strToken": "sample string 10"
}

application/xml, text/xml

Sample:
<SecurityLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <intCreatedBy>8</intCreatedBy>
  <intRequestTakenTime>6</intRequestTakenTime>
  <intUserId>1</intUserId>
  <strIPAddress>sample string 3</strIPAddress>
  <strMachineName>sample string 4</strMachineName>
  <strPortal>sample string 7</strPortal>
  <strToken>sample string 10</strToken>
  <strUrl>sample string 2</strUrl>
  <strUrlWithParameter>sample string 5</strUrlWithParameter>
  <strUserName>sample string 9</strUserName>
</SecurityLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.