Create organization
POST {{LEM_API_BASE_URL}}/legalEntities
Request Body
{"type"=>"organization", "organization"=>{"legalName"=>"Example Company (postman flow)", "registrationNumber"=>"101002749", "type"=>"privateCompany", "registeredAddress"=>{"city"=>"San Francisco", "country"=>"US", "postalCode"=>"94107", "stateOrProvince"=>"CA", "street"=>"Brannan Street", "street2"=>"Example Building"}}, "reference"=>"YOUR_REFERENCE_FOR_THIS_ORGANISATION"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string | Start of the flow |