POST api/InsertMELogError
Request Information
URI Parameters
None.
Body Parameters
LogErrorName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Controller | string |
None. |
|
FunctionName | string |
None. |
|
Description | string |
None. |
|
UserName | string |
None. |
|
CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Controller": "sample string 2", "FunctionName": "sample string 3", "Description": "sample string 4", "UserName": "sample string 5", "CreatedDate": "2025-07-17T03:33:53.6524965+01:00" }
application/xml, text/xml
Sample:
<LogError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forsters.API.Local.Model.Common"> <Controller>sample string 2</Controller> <CreatedDate>2025-07-17T03:33:53.6524965+01:00</CreatedDate> <Description>sample string 4</Description> <FunctionName>sample string 3</FunctionName> <Id>1</Id> <UserName>sample string 5</UserName> </LogError>
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.