POST api/ExternalAPI/DataLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LogData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LoggerId": "sample string 1",
  "MainModule": 1,
  "LogLevel": 1,
  "Message": "sample string 2",
  "FunctionName": "sample string 3",
  "ModuleName": "sample string 4",
  "LogDate": "2026-06-10T16:16:14.1360358+05:30",
  "DocumentId": "sample string 6",
  "CompanyId": "sample string 7",
  "TaxonomyId": "sample string 8"
}

application/xml, text/xml

Sample:
<LoggerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models.Logger">
  <CompanyId>sample string 7</CompanyId>
  <DocumentId>sample string 6</DocumentId>
  <FunctionName>sample string 3</FunctionName>
  <LogDate>2026-06-10T16:16:14.1360358+05:30</LogDate>
  <LogLevel>Error</LogLevel>
  <LoggerId>sample string 1</LoggerId>
  <MainModule>Document</MainModule>
  <Message>sample string 2</Message>
  <ModuleName>sample string 4</ModuleName>
  <TaxonomyId>sample string 8</TaxonomyId>
</LoggerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.