POST api/LogEntry
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| logentry | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": "3cfe420c-c902-43b7-ad7d-ea0594fa882d",
"Code": "sample string 2",
"Class": "sample string 3",
"Entity": "sample string 4",
"Method": "sample string 5",
"Values": "sample string 6",
"Description": "sample string 7",
"StackTrace": "sample string 8",
"LogDate": "2025-12-07T19:02:30.505289+01:00"
}
application/xml, text/xml
Sample:
<LogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGTAPI.Models"> <Class>sample string 3</Class> <Code>sample string 2</Code> <Description>sample string 7</Description> <Entity>sample string 4</Entity> <ID>3cfe420c-c902-43b7-ad7d-ea0594fa882d</ID> <LogDate>2025-12-07T19:02:30.505289+01:00</LogDate> <Method>sample string 5</Method> <StackTrace>sample string 8</StackTrace> <Values>sample string 6</Values> </LogEntry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ID": "6ed992bb-6285-458f-9a4c-c0c607f17dfb",
"Code": "sample string 2",
"Class": "sample string 3",
"Entity": "sample string 4",
"Method": "sample string 5",
"Values": "sample string 6",
"Description": "sample string 7",
"StackTrace": "sample string 8",
"LogDate": "2025-12-07T19:02:30.5093014+01:00"
}
application/xml, text/xml
Sample:
<LogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGTAPI.Models"> <Class>sample string 3</Class> <Code>sample string 2</Code> <Description>sample string 7</Description> <Entity>sample string 4</Entity> <ID>6ed992bb-6285-458f-9a4c-c0c607f17dfb</ID> <LogDate>2025-12-07T19:02:30.5093014+01:00</LogDate> <Method>sample string 5</Method> <StackTrace>sample string 8</StackTrace> <Values>sample string 6</Values> </LogEntry>