|
a/readme.md |
|
b/readme.md |
|
... |
|
... |
414 |
X-Powered-By: Express
|
414 |
X-Powered-By: Express
|
415 |
Date: Tue, 29 Aug 2017 15:00:00 GMT
|
415 |
Date: Tue, 29 Aug 2017 15:00:00 GMT
|
416 |
Connection: keep-alive
|
416 |
Connection: keep-alive
|
417 |
Transfer-Encondig: chunked
|
417 |
Transfer-Encondig: chunked
|
418 |
|
418 |
|
|
|
419 |
{
|
419 |
{"success": true}
|
420 |
"success": true,
|
|
|
421 |
"reason": [
|
|
|
422 |
{
|
|
|
423 |
"subject": "my_Subject_1",
|
|
|
424 |
"subjectValue": "my_SubjectValue_1",
|
|
|
425 |
"total": 1,
|
|
|
426 |
"results": [
|
|
|
427 |
{
|
|
|
428 |
"ruleid": 1,
|
|
|
429 |
"success": true,
|
|
|
430 |
"comment": "Rule applied",
|
|
|
431 |
"notType": 5
|
|
|
432 |
}
|
|
|
433 |
]
|
|
|
434 |
}
|
|
|
435 |
]
|
|
|
436 |
}
|
420 |
```
|
437 |
```
|
421 |
|
438 |
|
422 |
Use this API call whenever is needed to create a new notification.
|
439 |
Use this API call whenever is needed to create a new notification.
|
423 |
|
440 |
|
424 |
#### Request
|
441 |
#### Request
|
|
... |
|
... |
465 |
|
482 |
|
466 |
Example:
|
483 |
Example:
|
467 |
|
484 |
|
468 |
```json
|
485 |
```json
|
469 |
{
|
486 |
{
|
470 |
"success": true
|
487 |
"success": true,
|
|
|
488 |
"reason": [
|
|
|
489 |
{
|
|
|
490 |
"subject": "TR37",
|
|
|
491 |
"subjectValue": "100",
|
|
|
492 |
"total": 1,
|
|
|
493 |
"results": [
|
|
|
494 |
{
|
|
|
495 |
"ruleid": 1,
|
|
|
496 |
"success": true,
|
|
|
497 |
"comment": "Rule applied",
|
|
|
498 |
"notType": 5
|
|
|
499 |
}
|
|
|
500 |
]
|
|
|
501 |
}
|
|
|
502 |
]
|
471 |
}
|
503 |
}
|
472 |
```
|
504 |
```
|
473 |
|
505 |
|
474 |
#### Return Codes
|
506 |
#### Return Codes
|
475 |
Code | Description
|
507 |
Code | Description
|