POST CaseApi/AddNewServiceContacts
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
long |
Optional |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| CasePartyId |
CaseParty Id |
string |
Required |
| caseTrackingId |
caseTracking 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 |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "5103406b-9ffd-4c61-bc0d-c66fc6bee398",
"FilerEmailAddress": "sirishapettela@gmail.com",
"FirstName":"mohan123",
"MiddleName":"",
"LastName":"reddy123",
"EmailAddress":"mohan1123@gmail.com",
"CaseTrackingId":"0d6f352b-82fa-4a3c-96d6-583e9c646cd3",
"casePartyId":"21866"
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"SuccessMessage": "Service Contact Added Successfully "
}