Add address info
|
POST api/2.0/crm/contact/{contactid}/addressdata
|
Adds the address information to the contact with the selected ID
|
Add contact info
|
POST api/2.0/crm/contact/{contactid}/data
|
Adds the information with the parameters specified in the request to the contact with the selected ID
|
Add contact opportunity
|
POST api/2.0/crm/contact/{contactid}/opportunity/{opportunityid}
|
Adds the selected opportunity to the contact with the ID specified in the request. The same as AddMemberToDeal
|
Add person to company
|
POST api/2.0/crm/contact/company/{companyid}/person
|
Adds the selected person to the company with the ID specified in the request
|
Change contact photo
|
PUT api/2.0/crm/contact/{contactid}/changephoto
|
Changes the photo for the contact with the ID specified in the request
|
Change contact photo
|
PUT api/2.0/crm/contact/{contactid}/changephotobyurl
|
Changes the photo for the contact with the ID specified in the request
|
Create company
|
POST api/2.0/crm/contact/company
|
Creates the company with the parameters specified in the request
|
Create contact status
|
POST api/2.0/crm/contact/status
|
Creates a new contact status with the parameters (title, description, etc.) specified in the request
|
Create contact type
|
POST api/2.0/crm/contact/type
|
Creates a new contact type with the parameters (title, etc.) specified in the request
|
Create person
|
POST api/2.0/crm/contact/person
|
Creates the person with the parameters (first name, last name, description, etc.) specified in the request
|
Delete contact
|
DELETE api/2.0/crm/contact/{contactid}
|
Deletes the contact with the ID specified in the request from the portal
|
Delete contact avatar
|
DELETE api/2.0/crm/contact/{contactid}/avatar
|
|
Delete contact group
|
PUT api/2.0/crm/contact
|
Deletes the group of contacts with the IDs specified in the request
|
Delete contact info
|
DELETE api/2.0/crm/contact/{contactid}/data/{id}
|
Deletes the contact information for the contact with the ID specified in the request
|
Delete contact opportunity
|
DELETE api/2.0/crm/contact/{contactid}/opportunity/{opportunityid}
|
Deletes the selected opportunity from the contact with the ID specified in the request
|
Delete contact status
|
DELETE api/2.0/crm/contact/status/{contactStatusid}
|
Deletes the contact status with the ID specified in the request
|
Delete contact type
|
DELETE api/2.0/crm/contact/type/{contactTypeid}
|
Deletes the contact type with the ID specified in the request
|
Delete person from company
|
DELETE api/2.0/crm/contact/company/{companyid}/person
|
Deletes the selected person from the company with the ID specified in the request
|
Delete the list of all contacts
|
DELETE api/2.0/crm/contact/filter
|
Deletes the list of all contacts in the CRM module matching the parameters specified in the request
|
Find twitter profiles
|
GET api/2.0/crm/contact/twitterprofile
|
|
Get all categories
|
GET api/2.0/crm/contact/data/{infoType}/category
|
Returns the list of all available contact categories
|
Get all contact info types
|
GET api/2.0/crm/contact/data/infoType
|
Returns the list of all available contact information types
|
Get all contact statuses
|
GET api/2.0/crm/contact/status
|
Returns the list of all contact statuses available on the portal
|
Get all contact types
|
GET api/2.0/crm/contact/type
|
Returns the list of all contact types available on the portal
|
Get company linked persons list
|
GET api/2.0/crm/contact/company/{companyid}/person
|
Returns the list of all the persons linked to the company with the ID specified in the request
|
Get contact access rights
|
GET api/2.0/crm/contact/{contactid}/access
|
Get access rights to the contact with the ID specified in the request
|
Get contact by ID
|
GET api/2.0/crm/contact/{contactid}
|
Returns the detailed information about the contact with the ID specified in the request
|
Get contact info
|
GET api/2.0/crm/contact/{contactid}/data/{id}
|
Returns the detailed list of all information available for the contact with the ID specified in the request
|
Get contact information
|
GET api/2.0/crm/contact/{contactid}/data
|
Returns the detailed information for the contact
|
Get contact information by type
|
GET api/2.0/crm/contact/{contactid}/data/{infoType}
|
Returns the detailed information for the contact with the selected ID by the information type specified in the request
|
Get contact list
|
GET api/2.0/crm/contact/filter
|
Returns the list of all contacts in the CRM module matching the parameters specified in the request
|
Get contact SM images
|
GET api/2.0/crm/contact/{contactid}/socialmediaavatar
|
|
Get contact SM images by networks
|
POST api/2.0/crm/contact/socialmediaavatar
|
|
Get contact status
|
GET api/2.0/crm/contact/status/{contactStatusid}
|
Returns the status of the contact for the ID specified in the request
|
Get contact type
|
GET api/2.0/crm/contact/type/{contactTypeid}
|
Returns the type of the contact for the ID specified in the request
|
Get contacts by contact info
|
GET api/2.0/crm/contact/bycontactinfo
|
Returns the list contacts in the CRM module with contact information
|
Get contacts by project ID
|
GET api/2.0/crm/contact/project/{projectid}
|
Returns the contact list for the project with the ID specified in the request
|
Get user tweets
|
GET api/2.0/crm/contact/{contactid}/tweets
|
|
Link contact list with project
|
POST api/2.0/crm/contact/project/{projectid}
|
Links the selected contacts to the project with the ID specified in the request
|
Link contact with project
|
POST api/2.0/crm/contact/{contactid}/project/{projectid}
|
Links the selected contact to the project with the ID specified in the request
|
Merge contacts
|
PUT api/2.0/crm/contact/merge
|
Merge two selected contacts
|
Quick company list creation
|
POST api/2.0/crm/contact/company/quick
|
Quickly creates the list of companies
|
Quick person list creation
|
POST api/2.0/crm/contact/person/quick
|
Quickly creates the list of persons with the first and last names specified in the request
|
Remove contact from project
|
DELETE api/2.0/crm/contact/{contactid}/project/{projectid}
|
Removes the link with the selected project from the contact with the ID specified in the request
|
Set contact access rights
|
PUT api/2.0/crm/contact/{contactid}/access
|
Sets access rights for other users to the contact with the ID specified in the request
|
Set contact access rights
|
PUT api/2.0/crm/contact/access
|
Sets access rights for other users to the list of contacts with the IDs specified in the request
|
Set contact access rights
|
PUT api/2.0/crm/contact/filter/access
|
Sets access rights for the selected user to the list of contacts with the parameters specified in the request
|
Update address info
|
PUT api/2.0/crm/contact/{contactid}/addressdata/{id}
|
Updates the address information with the parameters specified in the request for the contact with the selected ID
|
Update company
|
PUT api/2.0/crm/contact/company/{companyid}
|
Updates the selected company with the parameters specified in the request
|
Update company and participants status
|
PUT api/2.0/crm/contact/company/{companyid}/status
|
Updates status of the selected company and all its participants
|
Update contact info
|
PUT api/2.0/crm/contact/{contactid}/data/{id}
|
Updates the information with the parameters specified in the request for the contact with the selected ID
|
Update contact status
|
PUT api/2.0/crm/contact/status/{id}
|
Updates the selected contact status with the parameters (title, description, etc.) specified in the request
|
Update contact status color
|
PUT api/2.0/crm/contact/status/{id}/color
|
Updates the color of the selected contact status with the new color specified in the request
|
Update contact statuses order
|
PUT api/2.0/crm/contact/status/reorder
|
Updates the contact statuses order with the list specified in the request
|
Update contact type
|
PUT api/2.0/crm/contact/type/{id}
|
Updates the selected contact type with the parameters (title, description, etc.) specified in the request
|
Update contact types order
|
PUT api/2.0/crm/contact/type/reorder
|
Updates the contact types order with the list specified in the request
|
Update CRM contact status settings
|
PUT api/2.0/crm/contact/status/settings
|
|
Update CRM contact tag settings
|
PUT api/2.0/crm/contact/tag/settings
|
|
Update CRM write mail to history settings
|
PUT api/2.0/crm/contact/mailtohistory/settings
|
|
Update person
|
PUT api/2.0/crm/contact/person/{personid}
|
Updates the selected person with the parameters (first name, last name, description, etc.) specified in the request
|
Update person, related company and participants status
|
PUT api/2.0/crm/contact/person/{personid}/status
|
Updates status of the selected person, related company and all its participants
|
Update status in contact by id
|
PUT api/2.0/crm/contact/{contactid}/status
|
Updates the selected contact status
|
Upload user avatar from social network
|
PUT api/2.0/crm/contact/{contactid}/avatar
|
|