...
200 OK - Outage id
Example
Code Block | ||
---|---|---|
| ||
const int noticeId = 123 |
...
; var notices = await _outageNoticeManager.Remove(noticeId); |
...
200 OK - Outage id
Code Block | ||
---|---|---|
| ||
const int noticeId = 123 |
...
; var notices = await _outageNoticeManager.Remove(noticeId); |