POST api/v2/elmah_rules_test
Request Information
URI Parameters
None.
Body Parameters
ElmahRulesTestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorMessage | string |
None. |
|
| TimesToLog | integer |
None. |
|
| PostToElmah | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ErrorMessage": "sample string 1",
"TimesToLog": 2,
"PostToElmah": true
}
application/xml, text/xml
Sample:
<ElmahRulesTestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ross.SSPMS.ShieldAPI.Controllers"> <ErrorMessage>sample string 1</ErrorMessage> <PostToElmah>true</PostToElmah> <TimesToLog>2</TimesToLog> </ElmahRulesTestModel>
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.