{{baseUrl}}/fields/forma_giuridica
POST {{baseUrl}}/fields/forma_giuridica
Endpoint that returns the list of corporate legal forms divided by country.
Request Body
{"limit"=>"<integer>", "query"=>{"ID"=>"<integer>", "forma_giuridica"=>"<string>", "country_code"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"ID":10,"forma_giuridica":"SARL","country_code":"FR"},{"ID":11,"forma_giuridica":"SA","country_code":"FR"}],"searchRecords":2,"totalRecords":11,"success":true,"message":"","error":null}