Check if the contact is marked as deceased
The API provides the feature to check if a contact is marked as deceased, in order to check if a contact is marked as deceased pass contact id in request parameter.
Request Information
URI Parameters
In order to make a call integrate the below parameters into Url while calling the API from an integration.
Name | Description | Type | Additional information |
---|---|---|---|
contactId |
pass the contact Id |
integer |
Required |
Response Information
Resource Description
ITypedResponse with bool flag as true or false(If Deceased:true otherwise false) be wrapped inside.
ITypedResponseOfNullableOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Category | string |
None. |
Response Formats
Sample not available.