Setting the contact source of contact

The API provides feature to set the source for a contact, In order to set the source of contact, pass the contact Id in URL followed by a valid source of contact for the client.

Request Information

URI Parameters

In order to make a call integrate the below parameters into Url while calling the API from an integration.

NameDescriptionTypeAdditional information
contactId

Contact Id

integer

Required

source

Source of Contact

integer

Required

Setting the source of contact

In order to set the source of contact for a contact we need to pass the contact Id and a valid source of contact value stored in the database for the client.

admin/contact/update/source/9831292?source=17572

Response Information

Resource Description

True if the contact-source was set successfully otherwise false

ITypedResponseOfNullableOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.