Maintenance Notification Reject
Endpoint: POST {{host}}/maintenance/notifications/{{maintenance-notification-id}}/actions/reject
Input Parameters: Maintenance Notification parameters
{
"idRejectReasonCode": 444,
"rejectReasonCodeNote": "Manually rejected MN"
}
Steps:
Sets maintenance notification with specific ID to status Rejected.
Notification rejection with input parameters with following logic:
idRejectReasonCode is any reason code id. Should be from Reason Code Category - Maintenance Notification Rejected (maintenance_reject).
rejectReasonCodeNote is user defined note. Defined in dialog before sending reject request.
Email Notification is sent for rejected Maintenance Notification. Contains reject reason code title and user defined note.