POST api/general/site/LogError

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ErrorDateTime": "2026-03-31T16:45:16.4800354+05:30",
  "URL": "sample string 2",
  "Source": "sample string 3",
  "Type": "sample string 4",
  "Message": "sample string 5",
  "IPAddress": "sample string 6",
  "User": "sample string 7"
}

application/xml, text/xml

Sample:
<ErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Api.Models">
  <ErrorDateTime>2026-03-31T16:45:16.4800354+05:30</ErrorDateTime>
  <IPAddress>sample string 6</IPAddress>
  <Message>sample string 5</Message>
  <Source>sample string 3</Source>
  <Type>sample string 4</Type>
  <URL>sample string 2</URL>
  <User>sample string 7</User>
</ErrorLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>