POST api/user/log/netopenx/help
Request Information
URI Parameters
None.
Body Parameters
NetsisNetOpenXErrorLogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Detail | string |
None. |
|
| Date | date |
None. |
|
| HelpDesk | boolean |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"Detail": "sample string 3",
"Date": "2025-10-27T14:54:31.8954512+03:00",
"HelpDesk": true,
"Message": "sample string 5"
}
application/xml, text/xml
Sample:
<NetsisNetOpenXErrorLogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ifs_Users_Entity.Concreate.Dto.Netsis"> <Date>2025-10-27T14:54:31.8954512+03:00</Date> <Detail>sample string 3</Detail> <HelpDesk>true</HelpDesk> <Id>1</Id> <Message>sample string 5</Message> <Title>sample string 2</Title> </NetsisNetOpenXErrorLogDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.