Get EU VAT percentage

Description

Gets the applicable VAT percentages for a particular Customer for all product categories.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customer-id Integer Required Customer ID of the Customer whose VAT percentage has to be retrieved.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/billing/vat-percentages.json?auth-userid=0&api-key=key&customer-id=0

Response

Returns a hash map with the specified Customer's Cost applicable VAT percentages. The response structure will be:

{ "productkey":"vat percentage" }

 

Example:

{ "hosting":10.0 }