Skip to main content

UpdateDivisionInput

An input type used when updating a Division

input UpdateDivisionInput {
address: PhysicalAddressInput
ein: String
externalId: String
id: ID!
name: String
}

Fields

UpdateDivisionInput.address ● PhysicalAddressInput input

The physical address of the Division

UpdateDivisionInput.ein ● String scalar

The Employer Identification Number (EIN) of the Division

UpdateDivisionInput.externalId ● String scalar

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

UpdateDivisionInput.id ● ID! non-null scalar

The ID of the Division to update

UpdateDivisionInput.name ● String scalar

The user-displayable name of the Division

Member Of

updateDivision mutation