POST /LegalFormList

Returns the list of possible legal forms of the company.

Resource URL

https://api.drtax.ch/TaxCalculator/LegalFormList

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 legal forms of the company 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/TaxCalculator/LegalFormList

{
  "language": "fr"
}

Example Result

{
  "data": {
    "id": "e24d5d15-9dac-4c61-8b40-cccf2cceacb8",
    "request-date-time": "2015-08-18T12:11:26.227+0200",
    "attributes": {
      "legal-forms": ["Société de capitaux",
      "Coopérative",
      "Association",
      "Fondation",
      "Société en nom collectif",
      "Société en commandite",
      "Corporation",
      "Etablissement",
      "Autre personne morale"]
    },
    "type": "legal-form-list"
  }
}