POST CaseApi/AddNewNonFirmCaseServiceContact

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

Id

long

Optional

SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Required

CasePartyId

CaseParty Id

string

Required

caseTrackingId

case Tracking Id

string

Required

FirstName

If Party Role is Person then First Name and Last Name are required

string

Required

LastName

If Party Role is Person then First Name and Last Name are required

string

Required

MiddleName

If Party Role is Person then First Name and Last Name are required and Middle Name is optional

string

Optional

EmailAddress

Email Address

string

Required

NonFirmName

Non FirmName

string

Required

Request Formats

application/json, text/json

Sample:
{
 "SessionId": "5103406b-9ffd-4c61-bc0d-c66fc6bee398",
"FilerEmailAddress":"sirishapettela@gmail.com",
"casePartyId":"21866",
"EmailAddress":"PREA6@gmai.com",
"FirstName":"DSHCCXXCFSF",
"MiddleName":"DFSFDFDF",
"LastName":"DVXCVVXCSPK",
"NonFirmName":"SPXVCXCVLS",
"caseTrackingId":"0d6f352b-82fa-4a3c-96d6-583e9c646cd3"

}


                        

Response Information

Response Formats

application/json, text/json

Sample:
{
    "SuccessMessage": "Service Contact Added Successfully "
}