You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > TaxApi Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
TaxApi Class

Api class for managing Commerce Tax rates in Cms.

C#
public class TaxApi : CommonApiBase;
Visual Basic
Public Class TaxApi
Inherits CommonApiBase

TaxApi.cs

Name 
Description 
The methods of the TaxApi class are listed here. 
 
Name 
Description 
 
Add 
Adds a new Tax rate to Cms. The Tax.Id property will be populated with the new Tax's Id.  
 
Deletes a Tax rate from the Cms.  
 
Returns the applicable tax rate for the supplied addresses and tax class.  
 
Returns a list of applicable tax rates for the supplied addresses. There will be at most one rate for each available tax class for the the specified addresses.  
 
This is the overview for the GetItem method overload. 
 
Retrieves a tax rate based upon tax class and country Id. For Example, retrieves a TaxRateType.CountrySalesTax with the country Id of 840..  
 
This is the overview for the GetItemByPostalCode method overload. 
 
Retrieves a tax rate based upon tax class and postal code Id. For Example, retrieves a TaxRateType.PostalSalesTax with the Postal Code Id of 40..  
 
Retrieves a tax rate based upon tax class and Type Item Id. For Example, retrieves a TaxRateType.RegionSalesTax with the RegionId of 40..  
 
Retrieves a list of tax rates.  
 
Updates an existing tax rate in Cms.  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!