Strise Connect API Docs
TypesInputs

BusinessPersonOwnershipInput

The data input for updating company ownership.

input BusinessPersonOwnershipInput {
  id: BusinessPersonId!
  ownership: Float
  comment: String
  beneficialOwner: Boolean = false
}

Fields

id BusinessPersonId! non-null scalar

BusinessPersonId!

ownership Float scalar

Float The ownership percentage (0-100)

comment String scalar

String

beneficialOwner Boolean scalar

Boolean

Member Of

CustomCompanyCreateInput input CustomCompanyUpdateInput input CustomOwnersInput input

On this page