Add opportunity contact
|
POST api/2.0/crm/opportunity/{opportunityid}/contact/{contactid}
|
Adds the selected contact to the opportunity with the ID specified in the request
|
Create opportunity
|
POST api/2.0/crm/opportunity
|
Creates the opportunity with the parameters specified in the request
|
Create opportunity stage
|
POST api/2.0/crm/opportunity/stage
|
Creates an opportunity stage with the parameters (title, description, success probability, etc.) specified in the request
|
Delete opportunity
|
DELETE api/2.0/crm/opportunity/{opportunityid}
|
Deletes the opportunity with the ID specified in the request
|
Delete opportunity contact
|
DELETE api/2.0/crm/opportunity/{opportunityid}/contact/{contactid}
|
Deletes the selected contact from the opportunity with the ID specified in the request
|
Delete opportunity group
|
PUT api/2.0/crm/opportunity
|
Deletes the group of opportunities with the IDs specified in the request
|
Delete opportunity group
|
DELETE api/2.0/crm/opportunity/filter
|
Deletes the list of all opportunities matching the parameters specified in the request
|
Delete opportunity stage
|
DELETE api/2.0/crm/opportunity/stage/{id}
|
Deletes the opportunity stage with the ID specified in the request
|
Get all opportunity contacts
|
GET api/2.0/crm/opportunity/{opportunityid}/contact
|
Returns the list of all contacts associated with the opportunity with the ID specified in the request
|
Get all opportunity stages
|
GET api/2.0/crm/opportunity/stage
|
Returns the list of all opportunity stages available on the portal
|
Get opportunity by ID
|
GET api/2.0/crm/opportunity/{opportunityid}
|
Returns the detailed information about the opportunity with the ID specified in the request
|
Get opportunity list
|
GET api/2.0/crm/opportunity/filter
|
Returns the list of all opportunities matching the parameters specified in the request
|
Get opportunity list
|
GET api/2.0/crm/opportunity/bycontact/{contactid}
|
Returns the list of all contact opportunities
|
Get opportunity stage
|
GET api/2.0/crm/opportunity/stage/{stageid}
|
Returns the stage of the opportunity with the ID specified in the request
|
Set opportunity access rights
|
PUT api/2.0/crm/opportunity/filter/access
|
Sets access rights for other users to the list of all opportunities matching the parameters specified in the request
|
Set opportunity access rights
|
PUT api/2.0/crm/opportunity/access
|
Sets access rights for other users to the list of opportunities with the IDs specified in the request
|
Set rights to opportunity
|
PUT api/2.0/crm/opportunity/{opportunityid}/access
|
Sets access rights for the selected opportunity with the parameters specified in the request
|
Update opportunity
|
PUT api/2.0/crm/opportunity/{opportunityid}
|
Updates the selected opportunity with the parameters specified in the request
|
Update opportunity stage
|
PUT api/2.0/crm/opportunity/{opportunityid}/stage/{id}
|
Updates the selected opportunity to the stage with the ID specified in the request
|
Update opportunity stage
|
PUT api/2.0/crm/opportunity/stage/{id}
|
Updates the selected opportunity stage with the parameters (title, description, success probability, etc.) specified in the request
|
Update opportunity stage color
|
PUT api/2.0/crm/opportunity/stage/{id}/color
|
Updates the selected opportunity stage with the color specified in the request
|
Update opportunity stages order
|
PUT api/2.0/crm/opportunity/stage/reorder
|
Updates the available opportunity stages order with the list specified in the request
|