POST CaseApi/UpdateCaseServiceContactNotification
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
FilerEmail 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":412,
"CaseId":14938,
"CaseTrackingId":"3c87db49-95d1-4203-8e03-287ce34d2818",
"NotificationName":"Suraj123",
"NotificationEmail":"sur123@gmail.com"
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"CaseId": 14938,
"CaseTrackingId": "3c87db49-95d1-4203-8e03-287ce34d2818",
"NotificationName": "Suraj123",
"NotificationEmail": "sur123@gmail.com",
"Id": 412,
"SessionId": "db61d55a-f67c-4ee1-bc13-49aedeaec391",
"FilerEmailAddress": null
}