The web service NstFsLosTax provides an interface for the Fiserv Lease Origination System (LOS) to retrieve sales and use tax information prior to any lease or application data being entered into LeasePak. The web service uses the same structure as Fiserv's system requests for sales and use tax. The web service translates the data from Fiserv to LeasePak terminology, retrieves the requested information, and then translates that information back into the format that Fiserv understands. The web service retrieves tax information from LeasePak database state and location tables to simulate an invoice tax calculation. NstFsLosTax searches and calculates the tax rate to charge amount based on an asset address, lease start date, tax exemption codes, and monthly payment amounts. The web service returns the tax rates, monthly payment amount, and monthly tax calculations.
host:port/root_path//services
, where host:port/root_path
is the location where you've deployed
your web service(s).