POST Diagnostics/DapLog
Request Information
URI Parameters
None.
Body Parameters
DAP_Log| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Application_ID | DAP_Module_Type |
None. |
|
| Server_Code | string |
None. |
|
| Client_ID | integer |
None. |
|
| LogType | LogType |
None. |
|
| DateTime | date |
None. |
|
| Message | string |
None. |
|
| Line | integer |
None. |
|
| Method | string |
None. |
|
| File_Path | string |
None. |
|
| Exception | string |
None. |
|
| Exception_Stack_Trace | string |
None. |
|
| Inner_Exception | string |
None. |
|
| Inner_Exception_Stack_Trace | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Application_ID": 1,
"Server_Code": "sample string 2",
"Client_ID": 3,
"LogType": 1,
"DateTime": "2025-12-13T02:13:29.4573853+02:00",
"Message": "sample string 5",
"Line": 6,
"Method": "sample string 7",
"File_Path": "sample string 8",
"Exception": "sample string 9",
"Exception_Stack_Trace": "sample string 10",
"Inner_Exception": "sample string 11",
"Inner_Exception_Stack_Trace": "sample string 12"
}
application/xml, text/xml
Sample:
<DAP_Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAP_Shared.Models.Core.Diagnostics"> <Application_ID>Devloop_Application_Manager</Application_ID> <Client_ID>3</Client_ID> <DateTime>2025-12-13T02:13:29.4573853+02:00</DateTime> <Exception>sample string 9</Exception> <Exception_Stack_Trace>sample string 10</Exception_Stack_Trace> <File_Path>sample string 8</File_Path> <ID>1</ID> <Inner_Exception>sample string 11</Inner_Exception> <Inner_Exception_Stack_Trace>sample string 12</Inner_Exception_Stack_Trace> <Line>6</Line> <LogType>Message</LogType> <Message>sample string 5</Message> <Method>sample string 7</Method> <Server_Code>sample string 2</Server_Code> </DAP_Log>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>