POST CaseApi/AddNewCaseeServiceNotification

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

Case Id

long

Required

SessionId

Session GUID

string

Required

FilerEmailAddress

FilerEmail Address

string

Optional

NotificationName

Notification Name

string

Required

Notification Email

Notification Email/p>

string

Required

Request Formats

application/json, text/json

Sample:
     {
 "SessionId":  "ff144a4c-d00a-4961-97a3-295ea9ced845",
"Id":11828,
"NotificationName":"prasanth",
"NotificationEmail":"prasanth@gmail.com"
}




                        

Response Information

Response Formats

application/json, text/json

Sample:
{
    "SuccessMessage": "Case eService Notification Added Successfully"
}