📚 SAP Business One SDK Help

CampaignsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a campaign.
Public Method CancelCancels an existing campaign.
Public Method DeleteDeletes an existing campaign.
Public Method GetRetrieves a campaign.

The campaign is specified by its key, which is contained in the CampaignParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the CampaignsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the CampaignsParams data collection that identifies all campaigns.
Public Method UpdateUpdates an existing campaign.

See Also