Strise Connect API Docs
TypesInputs

CompanyCustomShareholderInput

The data input for an edited company shareholder.

input CompanyCustomShareholderInput {
  ownerId: BusinessEntityIdInput!
  ownership: Float
  comment: String
}

Fields

ownerId BusinessEntityIdInput! non-null scalar

BusinessEntityIdInput!

ownership Float scalar

Float The ownership percentage [0, 100]. Set to null to remove the shareholder.

comment String scalar

String

Member Of

CompanyUpdateShareholdersInput input

On this page