{{baseUrl}}/IT-legalforms/:code
GET {{baseUrl}}/IT-legalforms/:code
With this endpoint you can see the value of the legal code passed as a parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"code":"SP","description":"SOCIETA' PER AZIONI"}],"success":true,"message":"","error":null}