POST api/RecordSystemError/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
error | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ErrorMessage": "sample string 1", "StrSQL": "sample string 2", "Comments": "sample string 3", "FatalErrorFlag": true, "URL": "sample string 5", "FileName": "sample string 6" }
application/xml, text/xml
Sample:
<RecordSystemErrorAPIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <Comments>sample string 3</Comments> <ErrorMessage>sample string 1</ErrorMessage> <FatalErrorFlag>true</FatalErrorFlag> <FileName>sample string 6</FileName> <StrSQL>sample string 2</StrSQL> <URL>sample string 5</URL> </RecordSystemErrorAPIRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.