{{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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;ID&quot;:10,&quot;forma_giuridica&quot;:&quot;SARL&quot;,&quot;country_code&quot;:&quot;FR&quot;},{&quot;ID&quot;:11,&quot;forma_giuridica&quot;:&quot;SA&quot;,&quot;country_code&quot;:&quot;FR&quot;}],&quot;searchRecords&quot;:2,&quot;totalRecords&quot;:11,&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}