POST CaseApi/DetachCaseSerivceContact

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

long

Optional

SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Required

ServiceContactEFMId

ServiceContact EFMId

string

Required

CaseTrackingId

Case Tracking Id

string

Required

Request Formats

application/json, text/json

Sample:
                                                      {
 "SessionId": "db61d55a-f67c-4ee1-bc13-49aedeaec391",
 "FilerEmailAddress": "sirishapettela@gmail.com",
 "CaseTrackingId":"3c87db49-95d1-4203-8e03-287ce34d2818",
"ServiceContactEFMId":"508eda33-63a8-4ad4-8ee7-9c9d2c2cd978"
}
 





                        

Response Information

Response Formats

application/json, text/json

Sample:
{
    "SuccessMessage": "ServiceContact Detached Successfully"
}