Strise Connect API Docs
TypesInputs

CustomPersonOwnershipInput

The data input for updating company ownership.

input CustomPersonOwnershipInput {
  name: String!
  birthDate: Date
  ownership: Float
  countries: [CountryContextInput!]!
  comment: String
  beneficialOwner: Boolean = false
}

Fields

name String! non-null scalar

String!

birthDate Date scalar

Date

ownership Float scalar

Float

countries [CountryContextInput!]! non-null input

[CountryContextInput!]!

comment String scalar

String

beneficialOwner Boolean scalar

Boolean

Member Of

CustomOwnersInput input

On this page