Set the informal salutation for a contact

The API provides feature to set the informal salutation for a contact, the API can be used for both setting and updating the informal salutation for a contact, in order to set an informal salutation pass the valid salutation id along with the contact Id.

Request Information

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.

Salutation Information

Sal
NameDescriptionTypeAdditional information
Id

Contact Id

integer

None.

Salutation

Salutation

Salutation

None.

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

{
  "Id": 1,
  "Salutation": {
    "Id": "String Parameter 1",
    "Value": "String Parameter 2"
  }
}

Setting a informal salutation

Below example shows how to set the informal salutation for a contact:

{
  "Id": 9831292,
  "Salutation": {
    "Id": "NL",
    "Value": "NC Ronchie"
  }
}

Response Information

Resource Description

True if Salutation was set, false otherwise

ITypedResponseOfNullableOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.