POST CaseApi/AttachCaseeServiceNotificationList
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Case Id |
long |
Required |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| FilterMember |
Sort Filter Member |
string |
Optional |
| FilterOperator |
Sort Filter Operator like StartsWith, Contians, IsEqualTo etc., |
string |
Optional |
| FilterValue |
Sort Filter Value |
string |
Optional |
| OrderBy |
Order By column name |
string |
Optional |
| OrderByDirection |
Order By Direction like Asc or Desc |
string |
Optional |
| PageNumber |
Page Number |
integer |
Optional |
| PageSize |
Page Size |
integer |
Optional |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "ff144a4c-d00a-4961-97a3-295ea9ced845",
"FilerEmailAddress": "sirishapettela@gmail.com",
"Id":11828,
"PageNumber":0,
"PageSize":20
}
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"eServiceNotifications": [
{
"Id": 3425,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "tdfgbf dhgfdhg",
"NotificationEmail": "hfsdf@kl.com",
"IsChecked": false
},
{
"Id": 3444,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "66hjgfj hgjhgj",
"NotificationEmail": "ghjhg@g.com",
"IsChecked": false
},
{
"Id": 3473,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "surendra gubba",
"NotificationEmail": "surendra@gmail.com",
"IsChecked": false
},
{
"Id": 61,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "Sirisha Pettela",
"NotificationEmail": "sirishapettela@gmail.com",
"IsChecked": false
},
{
"Id": 87,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "Sridhu test",
"NotificationEmail": "sridhufiletime@gmail.com",
"IsChecked": false
},
{
"Id": 88,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "Rose 001",
"NotificationEmail": "roseondotnet@gmail.com",
"IsChecked": false
},
{
"Id": 560,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "Rose Outlook",
"NotificationEmail": "roseondotnet@outlook.com",
"IsChecked": false
},
{
"Id": 927,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "FieltimeTest Three",
"NotificationEmail": "filetimetestthree@outlook.com",
"IsChecked": false
},
{
"Id": 980,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "test 123123",
"NotificationEmail": "123@test.com",
"IsChecked": false
},
{
"Id": 982,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "test01 013",
"NotificationEmail": "test01@gmail.com",
"IsChecked": false
},
{
"Id": 1202,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "madan b",
"NotificationEmail": "madan.b@gm.com",
"IsChecked": false
},
{
"Id": 1241,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "34 43",
"NotificationEmail": "13@13.com",
"IsChecked": false
},
{
"Id": 1242,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "12 12",
"NotificationEmail": "12@12.com",
"IsChecked": false
},
{
"Id": 1243,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "test 3",
"NotificationEmail": "fttestsuper@outlook.com",
"IsChecked": false
},
{
"Id": 1244,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "EFSP Stage",
"NotificationEmail": "efspstagetest@outlook.com",
"IsChecked": false
},
{
"Id": 1245,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "Test two",
"NotificationEmail": "fttestbasic@outlook.com",
"IsChecked": false
},
{
"Id": 1312,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "1 1",
"NotificationEmail": "1@1.com",
"IsChecked": false
},
{
"Id": 1331,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "FT Prerelease",
"NotificationEmail": "ftprereleaseone@gmail.com",
"IsChecked": false
},
{
"Id": 1332,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "FT Prerelease",
"NotificationEmail": "ftprerelease2@gmail.com",
"IsChecked": false
},
{
"Id": 1333,
"CaseId": 0,
"CaseTrackingId": null,
"NotificationName": "FTds Release",
"NotificationEmail": "ftprerelease3@gmail.com",
"IsChecked": false
}
],
"PageNumber": 0,
"PageSize": 20,
"TotalRecordCount": 70
}