UpdateOrganizationInput
An input type used when updating an Organization
input UpdateOrganizationInput {
address: PhysicalAddressInput
ein: String
externalId: String
id: ID!
name: String!
}
Fields
UpdateOrganizationInput.address ● PhysicalAddressInput input
The physical address of the Organization
UpdateOrganizationInput.ein ● String scalar
The Employer Identification Number (EIN) of the Organization
UpdateOrganizationInput.externalId ● String scalar
A partner-scoped external identifier for the Organization. Must be unique within the partner.
UpdateOrganizationInput.id ● ID! non-null scalar
The ID of the Organization to update
UpdateOrganizationInput.name ● String! non-null scalar
The user-displayable name of the Organization to update
Member Of
updateOrganization mutation