Strise Connect API Docs
TypesObjects

ConnectOrganisationFormCode

The organisation form code of a company, with optional edit metadata.

type ConnectOrganisationFormCode {
  organisationFormCode: String!
  editMetadata: EditMetadata
}

Fields

organisationFormCode String! non-null scalar

String! The organisation form code.

editMetadata EditMetadata object

EditMetadata Metadata about edits made to the organisation form code.

Member Of

Company object

On this page