POST api/EventLog
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| log | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EventLogId": "sample string 1",
"ProjectId": "sample string 2",
"SectionId": "sample string 3",
"ExcelId": "sample string 4",
"CarbonEvent": 0,
"CreatedOn": "2026-06-10T16:19:26.064014+05:30",
"UserId": "sample string 6",
"IpAddress": "sample string 7",
"EventDescription": "sample string 8",
"TenantId": "sample string 9",
"CompanyId": "sample string 10",
"OfficeType": 0,
"ExcelName": "sample string 11"
}
application/xml, text/xml
Sample:
<EventLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models.Logger"> <CarbonEvent>LoginFailed</CarbonEvent> <CompanyId>sample string 10</CompanyId> <CreatedOn>2026-06-10T16:19:26.064014+05:30</CreatedOn> <EventDescription>sample string 8</EventDescription> <EventLogId>sample string 1</EventLogId> <ExcelId>sample string 4</ExcelId> <ExcelName>sample string 11</ExcelName> <IpAddress>sample string 7</IpAddress> <OfficeType>None</OfficeType> <ProjectId>sample string 2</ProjectId> <SectionId>sample string 3</SectionId> <TenantId>sample string 9</TenantId> <UserId>sample string 6</UserId> </EventLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>