This commit is contained in:
2021-06-16 19:40:55 +00:00
parent be61b54eb7
commit 4eee413fda

View File

@@ -206,6 +206,7 @@ namespace AyaNova.Biz
case NotifyEventType.CSRAccepted: case NotifyEventType.CSRAccepted:
case NotifyEventType.CSRRejected: case NotifyEventType.CSRRejected:
case NotifyEventType.CustomerServiceImminent: case NotifyEventType.CustomerServiceImminent:
case NotifyEventType.WorkorderCompleted:
break; break;
default: default:
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "EventType"); AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "EventType");