Create company share

Adds a new associate to a company (moral_landlord profile).
Share is provided as a percentage (e.g., 60.0 for 60%).

Required fields:

  • company_profile_id: Public ID of the company profile (must be a moral_landlord)
  • member_profile_id: Public ID of the associate profile
  • share: Ownership share percentage (0-100)
  • start_date: Entry date in the company capital
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A line in the capital allocation table of a legal entity (SCI, SARL, SAS). Each record represents one member holding a share in one company.

string

Unique identifier (public_id)

string
required

Company profile identifier (public_id of the moral_landlord)

string
required

Member profile identifier (public_id of the associate)

string | null

Bank account identifier (public_id) for distributions

integer
required

Share in internal representation (6000 = 60%)

date
required

Date the member joined the company capital

date | null

Date the member left the company capital (null if still active)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json