Returns a list of all VAT rates. The list can be shortened using the _offset
and _limit
parameters.
object
array
_session_hash
(string)Required. Session identifier (received during login - doLogin)
product_id
(integer)Required. Product identifier. The product with the given id must exist.
_offset
(integer)Required. Specifies the offset of the results by a given offset.
_limit
(integer)Required. Specifies the number of results in the query.
_modified_from
(dateTime)Specifies the modification date from which the results will be displayed. Time in unixtime.
_modified_to
(dateTime)Specifies the modification date to which the results will be displayed. Time in unixtime.
created_at
(dateTime)Entry creation date.
updated_at
(dateTime)Date of last entry modification.
id
(integer)Identifier.
vat
(integer)VAT rate
vat_name
(string)Name.
is_default
(integer)Specifies whether the VAT rate is default.