POST api/AlertCodes/PostAlertCode
Request Information
URI Parameters
None.
Body Parameters
AlertCodeName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Value | string |
None. |
|
Description | string |
None. |
|
AlertId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "value": "sample string 2", "description": "sample string 3", "alertId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AlertCodeName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Value | string |
None. |
|
Description | string |
None. |
|
AlertId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "value": "sample string 2", "description": "sample string 3", "alertId": 1 }