Set the contact crucial Information
The API provides us feature to set and update the contact crucial information, apart from creating and updating the whole contact. In order to set the crucial information for a contact pass the information as body followed by the contact Id in URL.
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 |
Body Parameters
Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.
pass the crucial information as string
Request Format
Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.
"String Parameter 1"
Setting the crucial information
To set the crucial information pass the contact Id in URL and pass the other data in request body, below is the example:
admin/contact/update/crucialinfo/9831292 and as body: "Frequent donor"
Response Information
Resource Description
ITypedResponse with bool flag as true or false be wrapped inside.
ITypedResponseOfNullableOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Category | string |
None. |
Response Formats
Sample not available.