POST api/BlogAPI?CustomNotes={CustomNotes}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomNotes | string |
None. |
Body Parameters
Exception| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Data | Dictionary of Object [key] and Object [value] |
None. |
|
| InnerException | Exception |
None. |
|
| TargetSite | MethodBase |
None. |
|
| StackTrace | string |
None. |
|
| HelpLink | string |
None. |
|
| Source | string |
None. |
|
| HResult | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
Response Information
Resource Description
None.