POST CaseApi/DeleteeCaseServiceContactNotification
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email Address |
string |
Optional |
| Id |
Service Notification Id |
long |
Required |
| CaseId |
Case Id |
long |
Required |
| CaseTrackingId |
Case Tracking Id |
string |
Required |
| NotificationName |
Notification Name |
string |
Optional |
| Notification Email |
Notification Email |
string |
Optional |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "db61d55a-f67c-4ee1-bc13-49aedeaec391",
"Id":409,
"CaseId":14938,
"CaseTrackingId":"3c87db49-95d1-4203-8e03-287ce34d2818",
"NotificationName":"",
"NotificationEmail":""
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"CaseId": 14938,
"CaseTrackingId": "3c87db49-95d1-4203-8e03-287ce34d2818",
"NotificationName": "",
"NotificationEmail": "",
"Id": 409,
"SessionId": "db61d55a-f67c-4ee1-bc13-49aedeaec391",
"FilerEmailAddress": null
}