PUT api/LogEntry/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| logentry | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": "5817e666-0493-4d52-beba-b5195dc15fe0",
"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:10:35.9473431+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>5817e666-0493-4d52-beba-b5195dc15fe0</ID> <LogDate>2025-12-07T19:10:35.9473431+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, application/xml, text/xml
Sample:
Sample not available.