Click or drag to resize

TaxCalculatorGetAvailableInputValuesTax Method

OFV Kjøretøydata service

DEPRECATED! Show list of available input values

Namespace:  OfvTaxData.Service
Assembly:  OfvTaxData.Service (in OfvTaxData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TaxAvailableInputValuesDTO GetAvailableInputValuesTax(
	string username,
	string password,
	string ipaddress
)

Parameters

username
Type: SystemString
Valid username
password
Type: SystemString
Valid password MD5 encrypted
ipaddress
Type: SystemString
Internet ip address of requester

Return Value

Type: TaxAvailableInputValuesDTO
List of TaxAvailableInputValuesDTO that show available input values
See Also