Skip to main content

CreateDivisionInput

An input type used when creating a Division

input CreateDivisionInput {
address: PhysicalAddressInput
ein: String
externalId: String
name: String!
organizationId: ID!
parentDivisionId: ID
}

Fields

CreateDivisionInput.address ● PhysicalAddressInput input

The physical address of the Division

CreateDivisionInput.ein ● String scalar

The Employer Identification Number (EIN) of the Division

CreateDivisionInput.externalId ● String scalar

A partner-scoped external identifier for the Division. Must be unique within the partner.

CreateDivisionInput.name ● String! non-null scalar

The user-displayable name of the Division

CreateDivisionInput.organizationId ● ID! non-null scalar

The ID of the parent Organization

CreateDivisionInput.parentDivisionId ● ID scalar

The ID of the parent Division. If provided, the new Division is nested under this Division rather than directly under the Organization.

Member Of

createDivision mutation