AddDistributionRule | Adds a distribution rule. |
DeleteDistributionRule | Deletes an existing distribution rule.
The distribution rule is specified by its key (OcrCode), which is contained in the DistributionRuleParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the DistributionRulesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDistributionRule | Retrieves a distribution rule.
The distribution rule is specified by its key (OcrCode), which is contained in the DistributionRuleParams object passed to the method. |
GetDistributionRuleList | Retrieves the keys and names of all the distribution rules. |
UpdateDistributionRule | Updates an existing distribution rule.
The data for the distribution rule, including the key of the distribution rule to be updated, is contained in the DistributionRule object passed to the method. To update a distribution rule, you must first retrieve it using the GetDistributionRule method. |