NotificationStatus
NotificationStatus
| Name | Description | Schema | Default |
|---|---|---|---|
| errorMsg optional | swagger.event.notificationStatus.errorMsg.value Example : SMS Send become Inactive. | string | |
| sendDt optional | 전송일시 Example : 2021-10-23T18:00:00Z | string (date-time) | |
| sendMethod optional | 전송 메소드 Example : MAIL | string | |
| sendResult optional | 전송 결과 - SUCCESS : 전송 성공 - FAIL : 전송을 시도했으나 전송 실패 - NOT SEND : 전송 메소드 미설정으로 전송 안함 - FILTERED : 알림 필터링 설정으로 전송 안함 - NO PERMISSION : 권한이 없어 전송 안함 Example : SUCCESS | string |