POST api/Alert/CreateAlertConfiguration
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AlertConfigurationModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AE_Id": 1,
"AE_From_User": 2,
"AE_To_User": 3,
"AE_Escalate_To_User": 4,
"AE_Escalate_NumberofDays": 5,
"AE_FromEmail_Id": "sample string 6",
"AE_ToEmail_Id": "sample string 7",
"AE_EscToEmail_Id": "sample string 8",
"AE_FromMobileNo": 9,
"AE_ToMobileNo": 10,
"AE_EscToMobileNo": 11,
"AE_C_Uid_Fk": 12,
"AE_C_TS": "2025-12-07T08:11:39.9009479+05:30",
"AE_U_Uid_Fk": 14,
"AE_U_TS": "2025-12-07T08:11:39.9009479+05:30",
"AE_Inactive": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.