AddSalesOpportunityInterestSetup | Adds an interest. |
DeleteSalesOpportunityInterestSetup | Deletes an existing interest.
The interest is specified by its key (Num), which is contained in the SalesOpportunityInterestSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the SalesOpportunityInterestsSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetSalesOpportunityInterestSetup | Retrieves an interest.
The interest is specified by its key (Num), which is contained in the SalesOpportunityInterestSetupParams object passed to the method. |
GetSalesOpportunityInterestSetupList | Retrieves the keys and names of all the interests. |
UpdateSalesOpportunityInterestSetup | Updates an existing interest.
The data for the interest, including the key of the interest to be updated, is contained in the SalesOpportunityInterestSetup object passed to the method. To update an interest, you must first retrieve it using the GetSalesOpportunityInterestSetup method. |