POST api/General/InsertError
Request Information
URI Parameters
None.
Body Parameters
ErrorVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorNumber | string |
None. |
|
| ErrorSeverity | string |
None. |
|
| ErrorState | string |
None. |
|
| ErrorProcedure | string |
None. |
|
| ErrorLine | string |
None. |
|
| ErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ErrorNumber": "sample string 1",
"ErrorSeverity": "sample string 2",
"ErrorState": "sample string 3",
"ErrorProcedure": "sample string 4",
"ErrorLine": "sample string 5",
"ErrorMessage": "sample string 6"
}
application/xml, text/xml
Sample:
<ErrorVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <ErrorLine>sample string 5</ErrorLine> <ErrorMessage>sample string 6</ErrorMessage> <ErrorNumber>sample string 1</ErrorNumber> <ErrorProcedure>sample string 4</ErrorProcedure> <ErrorSeverity>sample string 2</ErrorSeverity> <ErrorState>sample string 3</ErrorState> </ErrorVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />