POST /CompanyTypeList

Returns the list of possible company types.

Resource URL

https://api.drtax.ch:8443/TaxCalculator/CompanyTypeList

Resource Information

  • Response formats

    JSON

  • Requires authentication?

    No

  • Rate limited?

    No

  • Used in

    Tax calculator for Legal persons

Parameters

  • language Optional

    Language in which the list of company types is returned. If not provided, the default language is set to English.Example Values: de, fr, it, en

Example Request

POST
https://api.drtax.ch:8443/TaxCalculator/CompanyTypeList

{
  "language": "de"
}

Example Result

{
  "data": {
    "id": "20ad5395-19da-47c5-ba54-d77f298ddab3",
    "request-date-time": "2015-08-18T11:29:32.596+0200",
    "attributes": {
      "company-types": ["Ordentliche Betriebsgesellschaft",
      "Holdinggesellschaft",
      "Domizilgesellschaft",
      "Gemischte Gesellschaft",
      "Beteiligungsgesellschaft"]
    },
    "type": "company-type-list"
  }
}