POST api/Ajax/postRaxLog/{vendorCode}/{cid}/{queryvalues}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorCode

string

None.

cid

string

None.

queryvalues

string

None.

Body Parameters

RaxLogInsertParms
NameDescriptionTypeAdditional information
logDate

date

None.

companyID

integer

None.

subscriberID

integer

None.

operation

string

None.

logMessage

string

None.

pageName

string

None.

marketAreaID

integer

None.

propertyTypeID

integer

None.

ipAddress

string

None.

opJson

string

None.

criteriaJson

string

None.

userJson

string

None.

otherJson

string

None.

Request Formats

application/json, text/json

Sample:
{
  "logDate": "2024-04-25T00:42:24.4662256+00:00",
  "companyID": 2,
  "subscriberID": 3,
  "operation": "sample string 4",
  "logMessage": "sample string 5",
  "pageName": "sample string 6",
  "marketAreaID": 7,
  "propertyTypeID": 8,
  "ipAddress": "sample string 9",
  "opJson": "sample string 10",
  "criteriaJson": "sample string 11",
  "userJson": "sample string 12",
  "otherJson": "sample string 13"
}

application/xml, text/xml

Sample:
<RaxLogInsertParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLLib.Api">
  <companyID>2</companyID>
  <criteriaJson>sample string 11</criteriaJson>
  <ipAddress>sample string 9</ipAddress>
  <logDate>2024-04-25T00:42:24.4662256+00:00</logDate>
  <logMessage>sample string 5</logMessage>
  <marketAreaID>7</marketAreaID>
  <opJson>sample string 10</opJson>
  <operation>sample string 4</operation>
  <otherJson>sample string 13</otherJson>
  <pageName>sample string 6</pageName>
  <propertyTypeID>8</propertyTypeID>
  <subscriberID>3</subscriberID>
  <userJson>sample string 12</userJson>
</RaxLogInsertParms>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.