Tax environments
Get all tax environments
Returns all tax environments supported by the API.
Request
[PlatformAddress]/api/connector/v1/taxenvironments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Tax environment | required | The supported tax environments. |
Tax environment
Tax environment represents set of Taxations together with optional validity interval.
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Code of the tax environment. |
| string | required | ISO 3166-1 alpha-3 code of associated country, e.g. |
| array of string | required | Codes of the Taxations that are used by this environment. |
| string | optional | If specified, marks the start of the validity interval in UTC timezone in ISO 8601 format. |
| string | optional | If specified, marks the end of the validity interval in UTC timezone in ISO 8601 format. |
Last updated