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": "a6c8bb80-8c4b-4073-828b-39741ffd26c2",
"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": "2026-02-05T10:38:22.0915835+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>a6c8bb80-8c4b-4073-828b-39741ffd26c2</ID> <LogDate>2026-02-05T10:38:22.0915835+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": "dd03c029-c3bf-40bd-bce7-e54a4d27bcba",
"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": "2026-02-05T10:38:22.0915835+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>dd03c029-c3bf-40bd-bce7-e54a4d27bcba</ID> <LogDate>2026-02-05T10:38:22.0915835+01:00</LogDate> <Method>sample string 5</Method> <StackTrace>sample string 8</StackTrace> <Values>sample string 6</Values> </LogEntry>