Tax environments
Get all tax environments
Returns all tax environments supported by the API.
Request
[PlatformAddress]/api/connector/v1/taxenvironments/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Response
Tax environment
Tax environment represents set of Taxations together with optional validity interval.
Code
string
required
Code of the tax environment.
CountryCode
string
required
ISO 3166-1 alpha-3 code of associated country, e.g. USA
or GBR
.
ValidityStartUtc
string
optional
If specified, marks the start of the validity interval in UTC timezone in ISO 8601 format.
ValidityEndUtc
string
optional
If specified, marks the end of the validity interval in UTC timezone in ISO 8601 format.
Last updated