POST api/V1/common/LogAppException
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| errorLog | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppName": "sample string 1",
"Area": "sample string 2",
"Controller": "sample string 3",
"Method": "sample string 4",
"Err_Source": "sample string 5",
"Err_Message": "sample string 6",
"Err_Stack": "sample string 7"
}
application/xml, text/xml
Sample:
<ErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract"> <AppName>sample string 1</AppName> <Area>sample string 2</Area> <Controller>sample string 3</Controller> <Err_Message>sample string 6</Err_Message> <Err_Source>sample string 5</Err_Source> <Err_Stack>sample string 7</Err_Stack> <Method>sample string 4</Method> </ErrorLog>
application/x-www-form-urlencoded
Sample:
Sample not available.