pixiGetVATByCountries

API Call to get the VAT Rates for specific countries

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: Enter at least one of the parameters to filter for countries to get the VAT of a specific country.


Request

POST https://apigateway.descartes.com/tms/pixi/pixiGetVATByCountries

Request body

Name Type Required Description
Datetime string false

With datetime you can search f

Type: datetime

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

ChargeVAT string false

ChargeVAT

Type: char

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

CntCodeISO2 string false

CntCodeISO2

Type: char

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

CntCodeISO3 string false

CntCodeISO3

Type: char

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Result set

Name Type Description
ErrorMsg string

If an error occures during the call you recieve an error message

Type: varchar

Available from: 25.06 (25.6.0.58802)

ReturnCode string

As Return Values you get: CntName, CntCodeISO2, CntCodeISO3, ChargeVAT, PHigh, PLow

Type: varchar

Available from: 25.06 (25.6.0.58802)

2. Result set

Name Type Description
PLow number

VAT Rate Low

Type: numeric

Available from: 25.06 (25.6.0.58802)

PHigh number

VAT Rate High

Type: numeric

Available from: 25.06 (25.6.0.58802)

CntName string

Country Name

Type: varchar

Available from: 25.06 (25.6.0.58802)

ChargeVAT string

Charge VAT for this Country

Type: char

Available from: 25.06 (25.6.0.58802)

CntCodeISO2 string

Country Code ISO2

Type: char

Available from: 25.06 (25.6.0.58802)

CntCodeISO3 string

Country Code ISO3

Type: char

Available from: 25.06 (25.6.0.58802)