{{baseUrl}}/forma_giuridica/:codice_natura_giuridica
GET {{baseUrl}}/forma_giuridica/:codice_natura_giuridica
With this endpoint you can see the value of the legal code passed as a parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"codice_natura_giuridica": "SP",
"valore": "SOCIETA' PER AZIONI"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS