OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Make additional funds available to the instance service fund.
- #
- # Arguments
- # input: [Not documented]
- (
- AddInstanceServiceFundsMutationInput :
- ): InstanceServiceFunds!
- # Add a package to an account.
- #
- # Arguments
- # input: [Not documented]
- (
- AddPackageToAccountMutationInput :
- ): [AccountService]
- # Add a recurring or expiring service to an account.
- #
- # Arguments
- # input: [Not documented]
- (
- AddServiceToAccountMutationInput :
- ): AccountService
- # Allocate a report builder license to a user.
- #
- # Arguments
- # input: [Not documented]
- (
- AllocateLookerExploreLicenseToUserMutationInput :
- ): LookerExploreLicense
- # Allocate a report viewer license to a user.
- #
- # Arguments
- # input: [Not documented]
- (
- AllocateLookerViewLicenseToUserMutationInput :
- ): LookerViewLicense
- # Apply a credit to an invoice with a due balance.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `Invoice`.
- (
- ApplyCreditToInvoiceMutationInput, :
- Int64Bit! :
- ): Invoice
- # Assign generic inventory items to an assignee.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.generic_inventory_item_id
- (
- AssignGenericInventoryItemsMutationInput, :
- Int64Bit! :
- ): GenericInventoryItem
- # Assign one or more inventory items to a new assignee.
- #
- # Arguments
- # input: [Not documented]
- # ids: The ID of an `InventoryItem`.
- (
- AssignInventoryItemsMutationInput, :
- Int64Bit!]! : [
- ): [InventoryItem]
- # Perform manual Adtran Mosaic audit.
- #
- # Arguments
- # input: [Not documented]
- AuditAdtranMosaicMutationInput): AdtranMosaicSetting ( :
- # Audit Calix Cloud subscribers to Sonar accounts.
- #
- # Arguments
- # input: [Not documented]
- AuditCalixCloudMutationInput): CalixCloudSetting ( :
- # Cancel a print to mail batch.
- #
- # Arguments
- # id: The ID of the print to mail batch.
- Int64Bit!): SuccessResponse ( :
- # Check in to a job.
- #
- # Arguments
- # input: [Not documented]
- CheckInToJobMutationInput): JobCheckIn ( :
- # Check out of a job.
- #
- # Arguments
- # input: [Not documented]
- CheckOutOfJobMutationInput): JobCheckIn ( :
- # Claim one or many inventory items.
- #
- # Arguments
- # input: [Not documented]
- (
- ClaimInventoryItemsMutationInput :
- ): SuccessResponse
- # Complete a task that requires a file for a completion type.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- CompleteFileTaskMutationInput, :
- Int64Bit! :
- ): Task
- # Complete a job.
- #
- # Arguments
- # input: [Not documented]
- CompleteJobMutationInput): Job ( :
- # Complete or uncomplete a task.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- CompleteTaskMutationInput, : Int64Bit!): Task ( :
- # Consume generic inventory items.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.generic_inventory_item_id
- (
- ConsumeGenericInventoryItemsMutationInput, :
- Int64Bit! :
- ): GenericInventoryItem
- # Create an access log entry on an entity for the current user.
- #
- # Arguments
- # input: [Not documented]
- CreateAccessLogMutationInput): AccessLog ( :
- # Create a new account.
- #
- # Arguments
- # input: [Not documented]
- CreateAccountMutationInput): Account ( :
- # Create a one time transaction from an adjustment service for an account.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAccountAdjustmentTransactionMutationInput :
- ): TransactionInterface
- # Create account Adtran Mosaic service details.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAccountAdtranMosaicServiceDetailMutationInput :
- ): AccountAdtranMosaicServiceDetail
- # Create an account calix service detail.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAccountCalixServiceDetailMutationInput :
- ): AccountCalixServiceDetail
- # Create a new account group.
- #
- # Arguments
- # input: [Not documented]
- CreateAccountGroupMutationInput): AccountGroup ( :
- # Create a one time transaction for an account.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAccountOneTimeTransactionMutationInput :
- ): [TransactionInterface]
- # Create a new account status.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAccountStatusMutationInput :
- ): AccountStatus
- # Create a new account type.
- #
- # Arguments
- # input: [Not documented]
- CreateAccountTypeMutationInput): AccountType ( :
- # Create a new ACH batch.
- #
- # Arguments
- # input: [Not documented]
- CreateAchBatchMutationInput): [AchBatch]! ( :
- # Create an address list.
- #
- # Arguments
- # input: [Not documented]
- CreateAddressListMutationInput): AddressList ( :
- # Create a new address status.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAddressStatusMutationInput :
- ): AddressStatus
- # Create a new adjustment service.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAdjustmentServiceMutationInput :
- ): Service
- # Create Adtran Mosaic settings.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAdtranMosaicSettingMutationInput :
- ): AdtranMosaicSetting
- # Create a new alerting rotation.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAlertingRotationMutationInput :
- ): AlertingRotation
- # Create a new alerting rotation day.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAlertingRotationDayMutationInput :
- ): AlertingRotationDay
- # Create a new application firewall rule.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateApplicationFirewallRuleMutationInput :
- ): ApplicationFirewallRule
- # Create an Avalara bundled tax definition.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateAvalaraTaxDefinitionMutationInput :
- ): AvalaraTaxDefinition
- # Create a new bank account.
- #
- # Arguments
- # input: [Not documented]
- CreateBankAccountMutationInput): BankAccount ( :
- # Create a payment using a bank account.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateBankAccountPaymentMutationInput :
- ): Payment
- # Create a new bank account processor.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateBankAccountProcessorMutationInput :
- ): BankAccountProcessor
- # Create a new billing default.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateBillingDefaultMutationInput :
- ): BillingDefault
- # Create a cable modem provisioner.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCableModemProvisionerMutationInput :
- ): CableModemProvisioner
- # Create a calendar - iCalendar.
- #
- # Arguments
- # input: [Not documented]
- CreateCalendarIcalMutationInput): CalendarIcal ( :
- # Create a Calix Cloud setting.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCalixCloudSettingMutationInput :
- ): CalixCloudSetting
- # Create a Calix integration
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCalixIntegrationMutationInput :
- ): CalixIntegration
- # Create a call detail record (CDR).
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCallDetailRecordMutationInput :
- ): CallDetailRecord
- # Create a Flatfile import of call detail records (CDRs).
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCallDetailRecordImportFlatfileMutationInput :
- ): CallDetailRecordImportRecipe
- # Create a call log.
- #
- # Arguments
- # input: [Not documented]
- CreateCallLogMutationInput): CallLog ( :
- # Create a new canned reply.
- #
- # Arguments
- # input: [Not documented]
- CreateCannedReplyMutationInput): CannedReply ( :
- # Create a new canned reply category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCannedReplyCategoryMutationInput :
- ): CannedReplyCategory
- # Create a new company.
- #
- # Arguments
- # input: [Not documented]
- CreateCompanyMutationInput): Company ( :
- # Create a new contact.
- #
- # Arguments
- # input: [Not documented]
- CreateContactMutationInput): Contact ( :
- # Create a new contract.
- #
- # Arguments
- # input: [Not documented]
- CreateContractMutationInput): Contract ( :
- # Create a new contract template.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateContractTemplateMutationInput :
- ): ContractTemplate
- # Create a Core credit card.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCoreCreditCardMutationInput :
- ): CoreCreditCard
- # Create a Core payment.
- #
- # Arguments
- # input: [Not documented]
- CreateCorePaymentMutationInput): CorePayment ( :
- # Create a new credit card.
- #
- # Arguments
- # input: [Not documented]
- CreateCreditCardMutationInput): CreditCard ( :
- # Create a credit card.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCreditCardPaymentMutationInput :
- ): Payment
- # Create a new credit card processor.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateCreditCardProcessorMutationInput :
- ): CreditCardProcessor
- # Create a new custom field.
- #
- # Arguments
- # input: [Not documented]
- CreateCustomFieldMutationInput): CustomField ( :
- # Create a new custom link.
- #
- # Arguments
- # input: [Not documented]
- CreateCustomLinkMutationInput): CustomLink ( :
- # Create a data service.
- #
- # Arguments
- # input: [Not documented]
- CreateDataServiceMutationInput): Service ( :
- # Create a data usage top off.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDataUsageTopOffMutationInput :
- ): DataUsageTopOff
- # Create data usage entries. This will also update each account last aggregation
- # date to the earliest datetime in the submitted recordset.
- #
- # Arguments
- # input: [Not documented]
- CreateDataUsageMutationInput]): SuccessResponse ( : [
- # Create a delinquency exclusion.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDelinquencyExclusionMutationInput :
- ): DelinquencyExclusion
- # Create a department.
- #
- # Arguments
- # input: [Not documented]
- CreateDepartmentMutationInput): Department ( :
- # Create a new deployment type.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDeploymentTypeMutationInput :
- ): DeploymentType
- # Create a new deposit slip.
- #
- # Arguments
- # input: [Not documented]
- CreateDepositSlipMutationInput): DepositSlip ( :
- # Create a DHCP server.
- #
- # Arguments
- # input: [Not documented]
- CreateDhcpServerMutationInput): DhcpServer ( :
- # Create a DHCP server identifier.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDhcpServerIdentifierMutationInput :
- ): DhcpServerIdentifier
- # Create a DID.
- #
- # Arguments
- # input: [Not documented]
- CreateDidMutationInput): Did ( :
- # Create a DID assignment.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDidAssignmentMutationInput :
- ): DidAssignment
- # Create a Flatfile import of DIDs.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateDidImportFlatfileMutationInput :
- ): DidImportRecipe
- # Create a new messaging category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateEmailCategoryMutationInput :
- ): EmailCategory
- # Create a new email domain.
- #
- # Arguments
- # input: [Not documented]
- CreateEmailDomainMutationInput): EmailDomain ( :
- # Create a new saved message.
- #
- # Arguments
- # input: [Not documented]
- CreateEmailMessageMutationInput): EmailMessage ( :
- # Create new saved message contents.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateEmailMessageContentMutationInput :
- ): EmailMessageContent
- # Create an LTE EPC.
- #
- # Arguments
- # input: [Not documented]
- CreateEpcMutationInput): Epc ( :
- # Create a new expiring service.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateExpiringServiceMutationInput :
- ): Service
- # Create an external marketing integration.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateExternalMarketingProviderMutationInput :
- ): ExternalMarketingProvider
- # Create a FCC Form 477 report.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateFccForm477ReportMutationInput :
- ): FccForm477Report
- # Create a FiberMap Integration.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateFibermapIntegrationMutationInput :
- ): FibermapIntegration
- # Create a new general ledger code.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateGeneralLedgerCodeMutationInput :
- ): GeneralLedgerCode
- # Create a generic inventory assignee.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateGenericInventoryAssigneeMutationInput :
- ): GenericInventoryAssignee
- # Create new generic inventory items.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateGenericInventoryItemsMutationInput :
- ): GenericInventoryItem
- # Create a new geo tax zone.
- #
- # Arguments
- # input: [Not documented]
- CreateGeoTaxZoneMutationInput): GeoTaxZone ( :
- # Create a geofence.
- #
- # Arguments
- # input: [Not documented]
- CreateGeofenceMutationInput): Geofence ( :
- # Create a Global Inventory Model Min/Max.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateGlobalInventoryModelMinMaxMutationInput :
- ): GlobalInventoryModelMinMax
- # Create a GPS tracking provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateGpsTrackingProviderMutationInput :
- ): GpsTrackingProvider
- # Create an ActiveDirectory identity provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateIdentityProviderActiveDirectoryMutationInput :
- ): IdentityProvider
- # Create a Google identity provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateIdentityProviderGoogleMutationInput :
- ): IdentityProvider
- # Create a Microsoft identity provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateIdentityProviderMicrosoftMutationInput :
- ): IdentityProvider
- # Create a SAML identity provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateIdentityProviderSamlMutationInput :
- ): IdentityProvider
- # Create a new inbound mailbox.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInboundMailboxMutationInput :
- ): InboundMailbox
- # Create an inline device.
- #
- # Arguments
- # input: [Not documented]
- CreateInlineDeviceMutationInput): InlineDevice ( :
- # Create a new internal location.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInternalLocationMutationInput :
- ): InternalLocation
- # Create an internal ticket.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInternalTicketMutationInput :
- ): Ticket
- # Create one or many inventory items.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryItemsMutationInput :
- ): [InventoryItem]
- # Create a new inventory location.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryLocationMutationInput :
- ): InventoryLocation
- # Create a new inventory model.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryModelMutationInput :
- ): InventoryModel
- # Create a new inventory model category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryModelCategoryMutationInput :
- ): InventoryModelCategory
- # Create a new inventory model field.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryModelFieldMutationInput :
- ): InventoryModelField
- # Create an Inventory Model Min/Max.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInventoryModelMinMaxMutationInput :
- ): InventoryModelMinMax
- # Create a new invoice.
- #
- # Arguments
- # input: [Not documented]
- CreateInvoiceMutationInput): Invoice ( :
- # Create an invoice attachment.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInvoiceAttachmentMutationInput :
- ): InvoiceAttachment
- # Create an invoice message.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInvoiceMessageMutationInput :
- ): InvoiceMessage
- # Create an invoice template.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateInvoiceTemplateMutationInput :
- ): InvoiceTemplate
- # Create a new IP assignment.
- #
- # Arguments
- # input: [Not documented]
- CreateIpAssignmentMutationInput): IpAssignment ( :
- # Create a new IP assignment from a MAC/IP address pair.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateIpAssignmentFromDhcpReservationMutationInput :
- ): SuccessResponse
- # Create a new IP pool.
- #
- # Arguments
- # input: [Not documented]
- CreateIpPoolMutationInput): IpPool ( :
- # Create a job.
- #
- # Arguments
- # input: [Not documented]
- CreateJobMutationInput): Job ( :
- # Associate a service with a job.
- #
- # Arguments
- # input: [Not documented]
- CreateJobServiceMutationInput): JobService ( :
- # Create a job type.
- #
- # Arguments
- # input: [Not documented]
- CreateJobTypeMutationInput): JobType ( :
- # Create linked addresses in bulk.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateLinkedAddressesMutationInput :
- ): CreateLinkedAddressesResponse
- # Create a new local prefix.
- #
- # Arguments
- # input: [Not documented]
- CreateLocalPrefixMutationInput): LocalPrefix ( :
- # Create an LTE provider.
- #
- # Arguments
- # input: [Not documented]
- CreateLteProviderMutationInput): LteProvider ( :
- # Create a new account mailing address.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateMailingAddressMutationInput :
- ): Address
- # Create a new manufacturer.
- #
- # Arguments
- # input: [Not documented]
- CreateManufacturerMutationInput): Manufacturer ( :
- # Create a map overlay.
- #
- # Arguments
- # input: [Not documented]
- CreateMapOverlayMutationInput): MapOverlay ( :
- # Create a mass email communication.
- #
- # Arguments
- # input: [Not documented]
- CreateMassEmailMutationInput): MassEmail ( :
- # Create a mass message communication.
- #
- # Arguments
- # input: [Not documented]
- CreateMassMessageMutationInput): SuccessResponseWithId ( :
- # Create a messaging category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateMessageCategoryMutationInput :
- ): MessageCategory
- # Create a Netflow allowed subnet.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetflowAllowedSubnetMutationInput :
- ): NetflowAllowedSubnet
- # Create a Netflow endpoint.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetflowEndpointMutationInput :
- ): NetflowEndpoint
- # Create a Netflow on premise record.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetflowOnPremiseMutationInput :
- ): NetflowOnPremise
- # Create a Netflow whitelist.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetflowWhitelistMutationInput :
- ): NetflowWhitelist
- # Create a Network Monitoring Graph.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetworkMonitoringGraphMutationInput :
- ): NetworkMonitoringGraph
- # Create a Network Monitoring Template.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNetworkMonitoringTemplateMutationInput :
- ): NetworkMonitoringTemplate
- # Create a network site.
- #
- # Arguments
- # input: [Not documented]
- CreateNetworkSiteMutationInput): NetworkSite ( :
- # Create a non-inventory item.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateNonInventoryItemMutationInput :
- ): NonInventoryItem
- # Create a new note.
- #
- # Arguments
- # input: [Not documented]
- CreateNoteMutationInput): Note ( :
- # Create a new one time service.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateOneTimeServiceMutationInput :
- ): Service
- # Create an order group.
- #
- # Arguments
- # input: [Not documented]
- CreateOrderGroupMutationInput): OrderGroup ( :
- # Create an overage service.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateOverageServiceMutationInput :
- ): Service
- # Create a package.
- #
- # Arguments
- # input: [Not documented]
- CreatePackageMutationInput): Package ( :
- # Create a new PayPal credential.
- #
- # Arguments
- # input: [Not documented]
- (
- CreatePayPalCredentialMutationInput :
- ): PayPalCredential
- # Create a new payment without a payment method.
- #
- # Arguments
- # input: [Not documented]
- CreatePaymentMutationInput): Payment ( :
- # Create a multiple new payment without a payment method.
- #
- # Arguments
- # input: [Not documented]
- CreatePaymentsMutationInput): PaymentResultConnection! ( :
- # Create a personal access token.
- #
- # Arguments
- # input: [Not documented]
- (
- CreatePersonalAccessTokenMutationInput :
- ): PersonalAccessToken
- # Create a new phone number.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateContactPhoneNumberMutationInput :
- ): PhoneNumber
- # Create a new phone number type.
- #
- # Arguments
- # input: [Not documented]
- (
- CreatePhoneNumberTypeMutationInput :
- ): PhoneNumberType
- # Create a poller.
- #
- # Arguments
- # input: [Not documented]
- CreatePollerMutationInput): Poller ( :
- # Create a new printed invoice batch.
- #
- # Arguments
- # input: [Not documented]
- (
- CreatePrintedInvoiceBatchMutationInput :
- ): SuccessResponse
- # Create a public ticket.
- #
- # Arguments
- # input: [Not documented]
- CreatePublicTicketMutationInput): Ticket ( :
- # Create a purchase order.
- #
- # Arguments
- # input: [Not documented]
- (
- CreatePurchaseOrderMutationInput :
- ): PurchaseOrder
- # Create a new RADIUS account.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateRadiusAccountMutationInput :
- ): RadiusAccount
- # Create a RADIUS group.
- #
- # Arguments
- # input: [Not documented]
- CreateRadiusGroupMutationInput): RadiusGroup ( :
- # Create a RADIUS group reply attribute.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateRadiusGroupReplyAttributeMutationInput :
- ): RadiusGroupReplyAttribute
- # Create a RADIUS server.
- #
- # Arguments
- # input: [Not documented]
- CreateRadiusServerMutationInput): RadiusServer ( :
- # Create a rate center.
- #
- # Arguments
- # input: [Not documented]
- CreateRateCenterMutationInput): RateCenter ( :
- # Add an entity to your recent items list.
- #
- # Arguments
- # input: [Not documented]
- CreateRecentItemMutationInput): [RecentItem] ( :
- # Create a new recurring service.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateRecurringServiceMutationInput :
- ): Service
- # Create a report.
- #
- # Arguments
- # input: [Not documented]
- CreateReportMutationInput): AvailableReport ( :
- # Create a new role.
- #
- # Arguments
- # input: [Not documented]
- CreateRoleMutationInput): Role ( :
- # Create a saved message category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateSavedMessageCategoryMutationInput :
- ): SavedMessageCategory
- # Create a schedule address.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleAddressMutationInput :
- ): ScheduleAddress
- # Create a schedule availability.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleAvailabilityMutationInput :
- ): ScheduleAvailability
- # Create a schedule availability day/time.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleAvailabilityDayTimeMutationInput :
- ): ScheduleAvailabilityDayTime
- # Create a schedule blocker.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleBlockerMutationInput :
- ): ScheduleBlocker
- # Create a schedule blocker day/time.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleBlockerDayTimeMutationInput :
- ): ScheduleBlockerDayTime
- # Create a schedule time off.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduleTimeOffMutationInput :
- ): ScheduleTimeOff
- # Create a scheduled event.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateScheduledEventMutationInput :
- ): ScheduledEvent
- # Create a saved search filter for the current user.
- #
- # Arguments
- # input: [Not documented]
- CreateSearchFilterMutationInput): SearchFilter ( :
- # Create service metadata.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateServiceMetadataMutationInput :
- ): ServiceMetadata
- # Create a new serviceable address.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateServiceableAddressMutationInput :
- ): Address
- # Create a serviceable address account assignment future
- #
- # Arguments
- # input: [Not documented]
- (
- CreateServiceableAddressAccountAssignmentFutureMutationInput :
- ): ServiceableAddressAccountAssignmentFuture
- # Create a Signature.
- #
- # Arguments
- # input: [Not documented]
- CreateSignatureMutationInput): Signature ( :
- # Create an SNMP OID.
- #
- # Arguments
- # input: [Not documented]
- CreateSnmpOidMutationInput): SnmpOid ( :
- # Create an SNMP OID threshold.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateSnmpOidThresholdMutationInput :
- ): SnmpOidThreshold
- # Create an SNMP override.
- #
- # Arguments
- # input: [Not documented]
- CreateSnmpOverrideMutationInput): SnmpOverride ( :
- # Create a stored view.
- #
- # Arguments
- # input: [Not documented]
- CreateStoredViewMutationInput): StoredView ( :
- # Create a new subnet.
- #
- # Arguments
- # input: [Not documented]
- CreateSubnetMutationInput): Subnet ( :
- # Create a subscription.
- #
- # Arguments
- # input: [Not documented]
- CreateSubscriptionMutationInput): Subscription ( :
- # Create a new supernet.
- #
- # Arguments
- # input: [Not documented]
- CreateSupernetMutationInput): Supernet ( :
- # Directly trigger a system backup of all database tables.
- #
- # Arguments
- # input: [Not documented]
- CreateSystemBackupMutationInput): SystemBackup ( :
- # Create a destination that system backups can be exported to.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateSystemBackupDestinationMutationInput :
- ): SystemBackupDestination
- # Create a new task.
- #
- # Arguments
- # input: [Not documented]
- CreateTaskMutationInput): Task ( :
- # Create a task template.
- #
- # Arguments
- # input: [Not documented]
- CreateTaskTemplateMutationInput): TaskTemplate ( :
- # Create a task template item.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTaskTemplateItemMutationInput :
- ): TaskTemplateItem
- # Create a new tax.
- #
- # Arguments
- # input: [Not documented]
- CreateTaxMutationInput): Tax ( :
- # Create a tax exemption.
- #
- # Arguments
- # input: [Not documented]
- CreateTaxExemptionMutationInput): TaxExemption ( :
- # Create a tax override.
- #
- # Arguments
- # input: [Not documented]
- CreateTaxOverrideMutationInput): TaxOverride ( :
- # Create a tax provider.
- #
- # Arguments
- # input: [Not documented]
- CreateTaxProviderMutationInput): TaxProvider ( :
- # Create a new ticket category.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTicketCategoryMutationInput :
- ): TicketCategory
- # Create a ticket comment.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTicketCommentMutationInput :
- ): TicketComment
- # Create a new ticket group.
- #
- # Arguments
- # input: [Not documented]
- CreateTicketGroupMutationInput): TicketGroup ( :
- # Create a ticket recipient.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTicketRecipientMutationInput :
- ): TicketRecipient
- # Create a new ticket reply.
- #
- # Arguments
- # input: [Not documented]
- CreateTicketReplyMutationInput): TicketReply ( :
- # Create a new bank account that has already been tokenized.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTokenizedBankAccountMutationInput :
- ): BankAccount
- # Create a new credit card that has already been tokenized.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTokenizedCreditCardMutationInput :
- ): CreditCard
- # DEPRECATED: Create a new triggered email. See createTriggeredMessageMutation.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTriggeredEmailMutationInput :
- ): TriggeredEmail
- # Create a triggered message.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateTriggeredMessageMutationInput :
- ): TriggeredMessage
- # Create a new uninventoried MAC address.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateUninventoriedMacAddressMutationInput :
- ): UninventoriedMacAddress
- # Create a usage based billing policy.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateUsageBasedBillingPolicyMutationInput :
- ): UsageBasedBillingPolicy
- # Create a free period in a `UsageBasedBillingPolicy`.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateUsageBasedBillingPolicyFreePeriodMutationInput :
- ): UsageBasedBillingPolicyFreePeriod
- # Create a new user. The user will be sent an email with a temporary password
- # after creation.
- #
- # Arguments
- # input: [Not documented]
- CreateUserMutationInput): User ( :
- # Create a new vehicle.
- #
- # Arguments
- # input: [Not documented]
- CreateVehicleMutationInput): Vehicle ( :
- # Create a vendor.
- #
- # Arguments
- # input: [Not documented]
- CreateVendorMutationInput): Vendor ( :
- # Create a vendor item.
- #
- # Arguments
- # input: [Not documented]
- CreateVendorItemMutationInput): VendorItem ( :
- # Create a voice provider.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateVoiceProviderMutationInput :
- ): VoiceProvider
- # Create a voice provider rate.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateVoiceProviderRateMutationInput :
- ): VoiceProviderRate
- # Create a Flatfile import of voice provider rates.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateVoiceProviderRateImportFlatfileMutationInput :
- ): VoiceProviderRateImportRecipe
- # Create a voice service.
- #
- # Arguments
- # input: [Not documented]
- CreateVoiceServiceMutationInput): Service ( :
- # Create a single voice service configuration parameter.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateVoiceServiceGenericParameterMutationInput :
- ): VoiceServiceGenericParameter
- # Create a webhook endpoint.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateWebhookEndpointMutationInput :
- ): WebhookEndpoint
- # Create a webhook endpoint event.
- #
- # Arguments
- # input: [Not documented]
- (
- CreateWebhookEndpointEventMutationInput :
- ): WebhookEndpointEvent
- # Delete account Adtran Mosaic service details.
- #
- # Arguments
- # id: fields.account_adtran_mosaic_service_detail_id
- (
- Int64Bit! :
- ): SuccessResponse
- # Delete an account calix service detail.
- #
- # Arguments
- # id: fields.account_calix_service_detail_id
- Int64Bit!): SuccessResponse ( :
- # Delete an account group.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a package from an account.
- #
- # Arguments
- # unique_package_relationship_id: A unique ID that describes this
- # unique instance of a `Package` assignment.
- # input: [Not documented]
- (
- String!, :
- DeleteAccountServiceMutationInput :
- ): SuccessResponse
- # Delete a service from an account.
- #
- # Arguments
- # id: The ID of an AccountService.
- # input: [Not documented]
- (
- Int64Bit!, :
- DeleteAccountServiceMutationInput :
- ): SuccessResponse
- # Delete an account status.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete an account type.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete an account voice service detail.
- #
- # Arguments
- # id: The ID of an account voice service detail.
- Int64Bit!): SuccessResponse ( :
- # Delete an ACH batch.
- #
- # Arguments
- # id: fields.ach_batch_id
- Int64Bit!): SuccessResponse ( :
- # Delete an address list.
- #
- # Arguments
- # id: fields.address_list_id
- Int64Bit!): SuccessResponse ( :
- # Delete an address status.
- #
- # Arguments
- # id: Address status ID.
- Int64Bit!): SuccessResponse ( :
- # Delete Adtran Mosaic settings.
- #
- # Arguments
- # id: The ID of an Adtran Mosaic setting
- Int64Bit!): SuccessResponse ( :
- # Delete an alerting rotation.
- #
- # Arguments
- # id: The alerting rotation ID.
- Int64Bit!): SuccessResponse ( :
- # Delete an alerting rotation day.
- #
- # Arguments
- # id: The alerting rotation day and time ID.
- Int64Bit!): SuccessResponse ( :
- # Delete an application firewall rule.
- #
- # Arguments
- # id: fields.application_firewall_rule_id
- Int64Bit!): SuccessResponse ( :
- # Delete a bank account.
- #
- # Arguments
- # id: The ID of a BankAccount.
- Int64Bit!): SuccessResponse ( :
- # Delete a bank account processor.
- #
- # Arguments
- # id: The ID of a BankProcessor.
- Int64Bit!): SuccessResponse ( :
- # Delete a billing default.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a cable modem provisioner.
- #
- # Arguments
- # id: The ID of a `CableModemProvisioner`.
- Int64Bit!): SuccessResponse ( :
- # Delete a calendar - iCalendar.
- #
- # Arguments
- # id: fields.calendar_ical_id
- Int64Bit!): SuccessResponse ( :
- # Delete a Calix Cloud setting.
- #
- # Arguments
- # id: The ID of a `CalixCloudSetting`.
- Int64Bit!): SuccessResponse ( :
- # Delete a Calix integration
- #
- # Arguments
- # id: Calix Inegartion ID.
- Int64Bit!): SuccessResponse ( :
- # Delete a call detail record (CDR).
- #
- # Arguments
- # id: fields.call_detail_record_id
- Int64Bit!): SuccessResponse ( :
- # Delete a call log.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a canned reply.
- #
- # Arguments
- # id: fields.canned_reply_id
- Int64Bit!): SuccessResponse ( :
- # Delete a canned reply category.
- #
- # Arguments
- # id: The ID of a `CannedReplyCategory`.
- Int64Bit!): SuccessResponse ( :
- # Delete a contact.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete an unsigned contract.
- #
- # Arguments
- # id: fields.contract_id
- Int64Bit!): SuccessResponse ( :
- # Delete a contract template.
- #
- # Arguments
- # id: The ID of a `ContractTemplate`.
- Int64Bit!): SuccessResponse ( :
- # Delete a credit card.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a credit card processor.
- #
- # Arguments
- # id: The ID of a CreditCardProcessor.
- Int64Bit!): SuccessResponse ( :
- # Delete a custom field.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a custom link.
- #
- # Arguments
- # id: fields.custom_link_id
- Int64Bit!): SuccessResponse ( :
- # Delete a debit.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Debit`.
- DeleteTransactionMutationInput, : Int64Bit!): SuccessResponse ( :
- # Delete a delinquency exclusion.
- #
- # Arguments
- # id: fields.delinquency_exclusion_id
- Int64Bit!): SuccessResponse ( :
- # Delete a department.
- #
- # Arguments
- # id: The ID of a department.
- Int64Bit!): SuccessResponse ( :
- # Delete a deployment type.
- #
- # Arguments
- # id: The ID of a `DeploymentType`.
- Int64Bit!): SuccessResponse ( :
- # Delete a deposit slip.
- #
- # Arguments
- # id: The deposit slip ID.
- Int64Bit!): SuccessResponse ( :
- # Delete a DHCP server.
- #
- # Arguments
- # id: The ID of a `DhcpServer`.
- Int64Bit!): SuccessResponse ( :
- # Delete a DHCP server identifier.
- #
- # Arguments
- # id: The ID of a `DhcpServerIdentifier`.
- Int64Bit!): SuccessResponse ( :
- # Delete a DID.
- #
- # Arguments
- # id: The ID of a `Did`.
- Int64Bit!): SuccessResponse ( :
- # Delete a DID assignment.
- #
- # Arguments
- # id: The ID of a `DidAssignment`.
- Int64Bit!): SuccessResponse ( :
- # Delete a discount.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Discount`.
- (
- DeleteTransactionMutationInput, :
- Int64Bit! :
- ): SuccessResponse
- # Delete n messaging category.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete an email domain.
- #
- # Arguments
- # id: The ID of an `EmailDomain`.
- Int64Bit!): SuccessResponse ( :
- # Delete a saved message.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete saved message contents.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete an LTE EPC.
- #
- # Arguments
- # id: fields.epc_id
- Int64Bit!): SuccessResponse ( :
- # Delete an external marketing integration.
- #
- # Arguments
- # id: The ID of an `ExternalMarketingProvider`.
- Int64Bit!): SuccessResponse ( :
- # Delete a FiberMap Integration.
- #
- # Arguments
- # id: FiberMap integration ID
- Int64Bit!): SuccessResponse ( :
- # Delete a file.
- #
- # Arguments
- # id: The ID of a `File`.
- Int64Bit!): SuccessResponse ( :
- # Delete a general ledger code.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a generic inventory assignee.
- #
- # Arguments
- # id: fields.generic_inventory_assignee_id
- Int64Bit!): SuccessResponse ( :
- # Delete generic inventory items.
- #
- # Arguments
- # id: fields.generic_inventory_item_id
- # input: [Not documented]
- (
- Int64Bit!, :
- DeleteGenericInventoryItemsMutationInput :
- ): GenericInventoryItem
- # Delete a geo tax zone.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a geofence.
- #
- # Arguments
- # id: The ID of a `Geofence`.
- Int64Bit!): SuccessResponse ( :
- # Delete a Global Inventory Model Min/Max.
- #
- # Arguments
- # id: fields.global_inventory_model_min_max_id
- (
- Int64Bit! :
- ): SuccessResponse
- # Delete a GPS tracking provider.
- #
- # Arguments
- # id: A `GpsTrackingProvider` ID.
- Int64Bit!): SuccessResponse ( :
- # Delete an identity provider.
- #
- # Arguments
- # id: The ID of an `IdentityProvider`.
- Int64Bit!): SuccessResponse ( :
- # Delete an inbound mailbox.
- #
- # Arguments
- # id: The ID of an `InboundMailbox`.
- Int64Bit!): SuccessResponse ( :
- # Delete an inline device.
- #
- # Arguments
- # id: The ID of an `InlineDevice`.
- Int64Bit!): SuccessResponse ( :
- # Delete an internal location.
- #
- # Arguments
- # id: fields.internal_location_id
- Int64Bit!): SuccessResponse ( :
- # Delete an inventory item.
- #
- # Arguments
- # id: The ID of an `InventoryItem`.
- Int64Bit!): SuccessResponse ( :
- # Delete an inventory location.
- #
- # Arguments
- # id: The ID of an `InventoryLocation`.
- Int64Bit!): SuccessResponse ( :
- # Delete an inventory model.
- #
- # Arguments
- # id: The ID of an `InventoryModel`.
- Int64Bit!): SuccessResponse ( :
- # Delete an inventory model category.
- #
- # Arguments
- # id: The ID of an InventoryModelCategory.
- Int64Bit!): SuccessResponse ( :
- # Delete an inventory model field.
- #
- # Arguments
- # id: The ID of an `InventoryModelField`.
- Int64Bit!): SuccessResponse ( :
- # Delete an Inventory Model Min/Max.
- #
- # Arguments
- # id: fields.inventory_model_min_max_id
- Int64Bit!): SuccessResponse ( :
- # Delete an invoice.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `Invoice`.
- DeleteTransactionMutationInput, : Int64Bit!): SuccessResponse ( :
- # Delete an invoice attachment.
- #
- # Arguments
- # id: fields.invoice_attachment_id
- Int64Bit!): SuccessResponse ( :
- # Delete an invoice message.
- #
- # Arguments
- # id: The ID of an `InvoiceMessage`.
- Int64Bit!): SuccessResponse ( :
- # Delete an invoice template.
- #
- # Arguments
- # id: The ID of an Invoice Template.
- Int64Bit!): SuccessResponse ( :
- # Delete an IP assignment.
- #
- # Arguments
- # id: The ID of an `IpAssignment`.
- Int64Bit!): SuccessResponse ( :
- # Delete an IP pool.
- #
- # Arguments
- # id: The ID of an `IpPool`.
- Int64Bit!): SuccessResponse ( :
- # Delete a job.
- #
- # Arguments
- # id: The ID of a `Job`.
- Int64Bit!): SuccessResponse ( :
- # Delete a service from a job.
- #
- # Arguments
- # id: fields.job_service_id
- Int64Bit!): SuccessResponse ( :
- # Delete a job type.
- #
- # Arguments
- # id: The ID of a `JobType`.
- Int64Bit!): SuccessResponse ( :
- # Delete a local prefix.
- #
- # Arguments
- # id: The ID of a local prefix.
- Int64Bit!): SuccessResponse ( :
- # Delete an LTE provider.
- #
- # Arguments
- # id: The ID of an `LteProvider`.
- Int64Bit!): SuccessResponse ( :
- # Delete an account mailing address.
- #
- # Arguments
- # id: The ID of the address.
- Int64Bit!): SuccessResponse ( :
- # Delete a manufacturer.
- #
- # Arguments
- # id: The ID of a Manufacturer.
- Int64Bit!): SuccessResponse ( :
- # Delete a map overlay.
- #
- # Arguments
- # id: The ID of a map overlay.
- Int64Bit!): SuccessResponse ( :
- # Delete a messaging category.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a Netflow allowed subnet.
- #
- # Arguments
- # id: fields.netflow_allowed_subnet_id
- Int64Bit!): SuccessResponse ( :
- # Delete a Netflow endpoint.
- #
- # Arguments
- # id: The ID of a `NetflowEndpoint`.
- Int64Bit!): SuccessResponse ( :
- # Delete a Netflow on premise record.
- #
- # Arguments
- # id: The ID of a `NetflowOnPremise` record.
- Int64Bit!): SuccessResponse ( :
- # Delete a Netflow whitelist.
- #
- # Arguments
- # id: fields.netflow_whitelist_id
- Int64Bit!): SuccessResponse ( :
- # Delete a Network Monitoring Graph.
- #
- # Arguments
- # id: The ID of a `NetworkMonitoringGraph`.
- Int64Bit!): SuccessResponse ( :
- # Delete a Network Monitoring Template.
- #
- # Arguments
- # id: The ID of a `NetworkMonitoringTemplate`.
- Int64Bit!): SuccessResponse ( :
- # Delete a network site.
- #
- # Arguments
- # id: Network site id.
- Int64Bit!): SuccessResponse ( :
- # Delete a non-inventory item.
- #
- # Arguments
- # id: fields.non_inventory_item_id
- Int64Bit!): SuccessResponse ( :
- # Delete a note.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete an order group.
- #
- # Arguments
- # id: The ID of an order group.
- Int64Bit!): SuccessResponse ( :
- # Delete a package.
- #
- # Arguments
- # id: The ID of a `Package`.
- Int64Bit!): SuccessResponse ( :
- # Delete a PayPal credential.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a payment that was created without a payment method.
- #
- # Arguments
- # id: The ID of a `Payment`.
- Int64Bit!): SuccessResponse ( :
- # Delete a personal access token.
- #
- # Arguments
- # id: fields.personal_access_token_id
- Int64Bit!): SuccessResponse ( :
- # Delete a phone number.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a phone number type.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a poller.
- #
- # Arguments
- # id: The ID of a `Poller`.
- Int64Bit!): SuccessResponse ( :
- # Delete a RADIUS account.
- #
- # Arguments
- # id: The ID of a `RadiusAccount`.
- Int64Bit!): SuccessResponse ( :
- # Delete a RADIUS group.
- #
- # Arguments
- # id: The ID of a `RadiusGroup`.
- Int64Bit!): SuccessResponse ( :
- # Delete a RADIUS group reply attribute.
- #
- # Arguments
- # id: fields.radius_group_reply_attribute_id
- Int64Bit!): SuccessResponse ( :
- # Delete a RADIUS server.
- #
- # Arguments
- # id: The ID of a `RadiusServer`.
- Int64Bit!): SuccessResponse ( :
- # Delete a rate center.
- #
- # Arguments
- # id: The ID of a `RateCenter`.
- Int64Bit!): SuccessResponse ( :
- # Delete a refunded payment.
- #
- # Arguments
- # id: fields.refunded_payment_id
- Int64Bit!): SuccessResponse ( :
- # Delete a reversed payment.
- #
- # Arguments
- # id: fields.reversed_payment_id
- # input: [Not documented]
- (
- Int64Bit!, :
- DeleteReversedPaymentMutationInput :
- ): SuccessResponse
- # Delete a role.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a saved message category.
- #
- # Arguments
- # id: ID of the Saved Message Category.
- Int64Bit!): SuccessResponse ( :
- # Delete a schedule address.
- #
- # Arguments
- # id: fields.schedule_address_id
- Int64Bit!): SuccessResponse ( :
- # Delete a schedule availability.
- #
- # Arguments
- # id: The ID of a `ScheduleAvailability`.
- Int64Bit!): SuccessResponse ( :
- # Delete a schedule availability day/time.
- #
- # Arguments
- # id: fields.schedule_availability_day_time_id
- (
- Int64Bit! :
- ): SuccessResponse
- # Delete a schedule blocker.
- #
- # Arguments
- # id: The ID of a `ScheduleBlocker`.
- Int64Bit!): SuccessResponse ( :
- # Delete a schedule blocker day/time.
- #
- # Arguments
- # id: fields.schedule_blocker_day_time_id
- Int64Bit!): SuccessResponse ( :
- # Delete a schedule time off.
- #
- # Arguments
- # id: fields.schedule_time_off_id
- Int64Bit!): SuccessResponse ( :
- # Delete a scheduled event.
- #
- # Arguments
- # id: The ID of a `ScheduledEvent`
- Int64Bit!): SuccessResponse ( :
- # Delete a saved search filter for the current user.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a service.
- #
- # Arguments
- # id: The ID of a Service.
- Int64Bit!): SuccessResponse ( :
- # Delete service metadata.
- #
- # Arguments
- # id: The ID of a ServiceMetadata field.
- Int64Bit!): SuccessResponse ( :
- # Delete a serviceable address.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a serviceable address account assignment future
- #
- # Arguments
- # id: The ID of the serviceable address account assignment
- # future.
- (
- Int64Bit! :
- ): SuccessResponse
- # Delete a Signature.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete an SNMP OID.
- #
- # Arguments
- # id: The ID of an `SnmpOid`.
- Int64Bit!): SuccessResponse ( :
- # Delete an SNMP OID threshold.
- #
- # Arguments
- # id: The ID of an `SnmpOidThreshold`.
- Int64Bit!): SuccessResponse ( :
- # Delete an SNMP override.
- #
- # Arguments
- # id: fields.snmp_override_id
- Int64Bit!): SuccessResponse ( :
- # Delete a stored view.
- #
- # Arguments
- # id: The ID of a `StoredView` entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a subnet.
- #
- # Arguments
- # id: The ID of a `Subnet`.
- Int64Bit!): SuccessResponse ( :
- # Delete a subscription.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a supernet.
- #
- # Arguments
- # id: The ID of a `Supernet`.
- Int64Bit!): SuccessResponse ( :
- # Delete a system backup destination.
- #
- # Arguments
- # id: The ID of a destination that a system backup can be
- # exported to.
- Int64Bit!): SuccessResponse ( :
- # Delete a task.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): SuccessResponse ( :
- # Delete a task template.
- #
- # Arguments
- # id: The ID of a `TaskTemplate`.
- Int64Bit!): SuccessResponse ( :
- # Delete a task template item.
- #
- # Arguments
- # id: The ID of a `TaskTemplateItem`.
- Int64Bit!): SuccessResponse ( :
- # Delete a tax.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a tax exemption.
- #
- # Arguments
- # id: fields.tax_exemption_id
- Int64Bit!): SuccessResponse ( :
- # Delete a tax override.
- #
- # Arguments
- # id: fields.tax_override_id
- Int64Bit!): SuccessResponse ( :
- # Delete a tax provider.
- #
- # Arguments
- # id: The ID of an `TaxProvider`.
- Int64Bit!): SuccessResponse ( :
- # Delete a ticket.
- #
- # Arguments
- # id: The ID of a `Ticket`.
- Int64Bit!): SuccessResponse ( :
- # Delete a ticket category.
- #
- # Arguments
- # id: fields.ticket_category_id
- Int64Bit!): SuccessResponse ( :
- # Delete a ticket comment.
- #
- # Arguments
- # id: fields.ticket_comment_id
- Int64Bit!): SuccessResponse ( :
- # Delete a ticket group.
- #
- # Arguments
- # id: The ID of a `TicketGroup`.
- Int64Bit!): SuccessResponse ( :
- # Delete a ticket recipient.
- #
- # Arguments
- # id: fields.ticket_recipient_id
- Int64Bit!): SuccessResponse ( :
- # Delete multiple tickets.
- #
- # Arguments
- # ids: The IDs of multiple `Ticket`s.
- Int64Bit!]!): SuccessResponse ( : [
- # DEPRECATED: Delete a triggered email. See deleteTriggeredMessageMutation.
- #
- # Arguments
- # id: [Not documented]
- Int64Bit!): SuccessResponse ( :
- # Delete a triggered message.
- #
- # Arguments
- # id: The ID of a `TriggeredMessage`.
- Int64Bit!): SuccessResponse ( :
- # Delete an uninventoried MAC address.
- #
- # Arguments
- # id: fields.uninventoried_mac_address_id
- Int64Bit!): SuccessResponse ( :
- # Delete a usage based billing policy.
- #
- # Arguments
- # id: The ID of a `UsageBasedBillingPolicy`.
- Int64Bit!): SuccessResponse ( :
- # Delete a usage based billing policy free period.
- #
- # Arguments
- # id: fields.usage_based_billing_policy_free_period_id
- (
- Int64Bit! :
- ): SuccessResponse
- # Delete a vehicle.
- #
- # Arguments
- # id: The ID of a `Vehicle`.
- Int64Bit!): SuccessResponse ( :
- # Delete a vendor item.
- #
- # Arguments
- # id: The ID of a vendor item.
- Int64Bit!): SuccessResponse ( :
- # Delete a voice provider.
- #
- # Arguments
- # id: The ID of a `VoiceProvider`.
- Int64Bit!): SuccessResponse ( :
- # Delete a voice provider rate.
- #
- # Arguments
- # id: The ID of a `VoiceProviderRate`
- Int64Bit!): SuccessResponse ( :
- # Delete a single voice service configuration parameter.
- #
- # Arguments
- # id: The ID of a voice service configuration parameter.
- # input: [Not documented]
- (
- Int64Bit!, :
- DeleteVoiceServiceGenericParameterMutationInput :
- ): SuccessResponse
- # Delete a webhook endpoint.
- #
- # Arguments
- # id: The ID of a webhook endpoint.
- Int64Bit!): SuccessResponse ( :
- # Delete a webhook endpoint event.
- #
- # Arguments
- # id: The model and event attached to the webhook endpoint
- Int64Bit!): SuccessResponse ( :
- # Disconnect an account.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an Account.
- (
- DisconnectAccountMutationInput, :
- Int64Bit! :
- ): Account
- # Disconnect a RADIUS session.
- #
- # Arguments
- # id: The ID of a `RadiusSessionHistory`.
- Int64Bit!): RadiusSessionHistory ( :
- # Resend emailed invoices.
- #
- # Arguments
- # input: [Not documented]
- EmailInvoiceBatchMutationInput): SuccessResponse ( :
- # Email an invoice to a contact manually.
- #
- # Arguments
- # input: [Not documented]
- (
- EmailInvoiceToContactMutationInput :
- ): SuccessResponse
- # Email an approved purchase order to its vendor.
- #
- # Arguments
- # id: The ID of a purchase order.
- Int64Bit!): SuccessResponse ( :
- # Generate import credentials for use with Flatfile.
- #
- # Arguments
- # input: [Not documented]
- (
- GenerateImportCredentialsFlatfileMutationInput :
- ): ImportCredentialsFlatfile
- # Generate Splice Report from Vetro FiberMap.
- #
- # Arguments
- # id: The ID of the address.
- Int64Bit!): SuccessResponse ( :
- # mutations.generateTestWebhookMutation
- #
- # Arguments
- # id: The ID of a webhook endpoint.
- Int64Bit!): WebhookTestResponse ( :
- # Link a parent and child account.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the `Account` that is this `Account`s master.
- LinkAccountsMutationInput, : Int64Bit!): Account ( :
- # Link Calix Cloud subscriber to Sonar account.
- #
- # Arguments
- # input: [Not documented]
- (
- LinkCalixCloudSubscriberToAccountMutationInput :
- ): SuccessResponse
- # Link an entity to a ticket.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Ticket`.
- (
- LinkEntityToTicketMutationInput, :
- Int64Bit! :
- ): Ticket
- # Link Fibermap Plan To Network Site
- #
- # Arguments
- # input: [Not documented]
- (
- LinkFibermapPlanToNetworkSiteMutationInput :
- ): NetworkSite
- # Link Fibermap Service Location To Address
- #
- # Arguments
- # input: [Not documented]
- (
- LinkFibermapServiceLocationToAddressMutationInput :
- ): Address
- # Link a file to an entity.
- #
- # Arguments
- # input: [Not documented]
- LinkFileToEntityMutationInput): FileableInterface ( :
- # Link a parent and child invoice.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the `Invoice` that is this `Invoice`s master.
- LinkInvoicesMutationInput, : Int64Bit!): Invoice ( :
- # Link a TowerCoverage submission to a new or existing serviceable address.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TowercoverageSubmission`.
- (
- LinkTowercoverageSubmissionToServiceableAddressMutationInput, :
- Int64Bit! :
- ): TowercoverageSubmission
- # Merge two subnets together.
- #
- # Arguments
- # input: [Not documented]
- MergeSubnetsMutationInput): Subnet ( :
- # Merge multiple tickets into one.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Ticket`.
- MergeTicketsMutationInput, : Int64Bit!): Ticket ( :
- # Publish a report.
- #
- # Arguments
- # dashboard_id: [Not documented]
- String!): AvailableReport ( :
- # Forced reboot of an inventory item
- #
- # Arguments
- # inventory_item_id: The ID of an `InventoryItem`.
- Int64Bit!): InventoryItem ( :
- # Receive a list of purchase order items into an inventory location.
- #
- # Arguments
- # input: [Not documented]
- (
- ReceivePurchaseOrderItemsMutationInput :
- ): [InventoryItem]
- # Refund a payment.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Payment`.
- RefundPaymentMutationInput, : Int64Bit!): RefundedPayment ( :
- # Reindex a model in elastic.
- #
- # Arguments
- # input: [Not documented]
- ReindexModelMutationInput): SuccessResponse ( :
- # Reschedule a schedule blocker.
- #
- # Arguments
- # input: [Not documented]
- (
- RescheduleScheduleBlockerMutationInput :
- ): ScheduleBlockerOverride
- # Resend a copy of a contract.
- #
- # Arguments
- # id: fields.contract_id
- Int64Bit!): SuccessResponse ( :
- # Resend a failed print to mail batch.
- #
- # Arguments
- # id: The ID of the print to mail batch.
- Int64Bit!): SuccessResponse ( :
- # Resend the initial setup email to a newly created user.
- #
- # Arguments
- # user_id: The ID of a User.
- Int64Bit!): SuccessResponse ( :
- # Software reset connection of an inventory item
- #
- # Arguments
- # inventory_item_id: The ID of an `InventoryItem`.
- Int64Bit!): InventoryItem ( :
- # Respond to an instance management request.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.instance_management_request_id
- (
- RespondToInstanceManagementRequestMutationInput, :
- Int64Bit! :
- ): InstanceManagementRequest
- # Retries the creation of an address from a specific unmapped Vetro Fibermap
- # Service location.
- #
- # Arguments
- # input: [Not documented]
- (
- ResyncFibermapServiceLocationToAddressMutationInput :
- ): FibermapServiceLocation
- # Reverse a debit.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- ReverseTransactionMutationInput, : Int64Bit!): Debit ( :
- # Reverse a discount.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Discount`.
- (
- ReverseTransactionMutationInput, :
- Int64Bit! :
- ): Discount
- # Reverse a payment.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Payment`.
- ReversePaymentMutationInput, : Int64Bit!): ReversedPayment ( :
- # Schedule many jobs and schedule blocker overrides at the same time.
- #
- # Arguments
- # input: [Not documented]
- (
- ScheduleManyJobsAndScheduleBlockerOverridesMutationInput :
- ): SuccessResponse
- # Schedule jobs and schedule blocker overrides and skip scheduling validations
- #
- # Arguments
- # input: [Not documented]
- (
- ScheduleManyJobsAndScheduleBlockerOverridesMutationInput :
- ): SuccessResponse
- # Send an email to verify an email domain.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `EmailDomain`.
- (
- SendEmailDomainVerificationEmailMutationInput, :
- Int64Bit! :
- ): SuccessResponse
- # mutations.sendTestEmailMutation
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `EmailDomain`.
- SendTestEmailMutationInput, : Int64Bit!): SuccessResponse ( :
- # mutations.sendTestTriggeredEmailMutation
- #
- # Arguments
- # input: [Not documented]
- # id: fields.triggered_email_id
- (
- SendTestTriggeredEmailMutationInput, :
- Int64Bit! :
- ): SuccessResponse
- # Set the active stored view.
- #
- # Arguments
- # input: [Not documented]
- (
- SetActiveStoredViewMutationInput :
- ): SuccessResponse
- # Split a subnet in half.
- #
- # Arguments
- # id: The ID of the entity.
- Int64Bit!): [Subnet] ( :
- # Synchronize a cable modem provisioner.
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeCableModemProvisionerMutationInput :
- ): CableModemProvisioner
- # Synchronize Calix Cloud setting
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeCalixCloudMutationInput :
- ): CalixCloudSetting
- # Full synchronization of a Calix integration
- #
- # Arguments
- # calix_integration_id: Calix Inegartion ID.
- (
- Int64Bit! :
- ): CalixIntegration
- # Removes all existing leases and writes new ones based on existing IP
- # assignments.
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeDhcpServerMutationInput :
- ): DhcpServer
- # Synchronize a Fibermap Integration
- #
- # Arguments
- # fibermap_integration_id: FiberMap integration ID
- (
- Int64Bit! :
- ): FibermapIntegration
- # Synchronize an inline device.
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeInlineDeviceMutationInput :
- ): InlineDevice
- # Synchronize an LTE provider.
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeLteProviderMutationInput :
- ): LteProvider
- # Synchronize a RADIUS server.
- #
- # Arguments
- # input: [Not documented]
- (
- SynchronizeRadiusServerMutationInput :
- ): RadiusServer
- # Perform Sonar takeover of Adtran Mosaic Cloud.
- #
- # Arguments
- # input: [Not documented]
- (
- TakeoverAdtranMosaicMutationInput :
- ): AdtranMosaicSetting
- # Toggle all notifications as read or unread.
- #
- # Arguments
- # input: [Not documented]
- (
- ToggleAllNotificationsMutationInput :
- ): SuccessResponse
- # Toggle notifications as read or unread.
- #
- # Arguments
- # input: [Not documented]
- (
- ToggleNotificationsMutationInput :
- ): SuccessResponse
- # Unclaim one or many inventory items.
- #
- # Arguments
- # input: [Not documented]
- (
- UnclaimInventoryItemsMutationInput :
- ): SuccessResponse
- # Unlink a parent and child account.
- #
- # Arguments
- # id: The ID of a child `Account`.
- Int64Bit!): Account ( :
- # Unlink an entity from a ticket.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Ticket`.
- (
- UnlinkEntityFromTicketMutationInput, :
- Int64Bit! :
- ): Ticket
- # Unlink a parent and child invoice.
- #
- # Arguments
- # id: The ID of a child `Invoice`.
- Int64Bit!): Invoice ( :
- # Update an account.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateAccountMutationInput, : Int64Bit!): Account ( :
- # Update a previously activated accounts activation date.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an Account.
- (
- UpdateAccountActivationDateMutationInput, :
- Int64Bit! :
- ): Account
- # Update account Adtran Mosaic service details.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.account_adtran_mosaic_service_detail_id
- (
- UpdateAccountAdtranMosaicServiceDetailMutationInput, :
- Int64Bit! :
- ): AccountAdtranMosaicServiceDetail
- # Update a variety of account billing parameters.
- #
- # Arguments
- # input: [Not documented]
- # account_id: The ID of an Account.
- (
- UpdateAccountBillingParameterMutationInput, :
- Int64Bit! :
- ): AccountBillingParameter
- # Update an account calix service detail.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.account_calix_service_detail_id
- (
- UpdateAccountCalixServiceDetailMutationInput, :
- Int64Bit! :
- ): AccountCalixServiceDetail
- # Update an account group.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateAccountGroupMutationInput, :
- Int64Bit! :
- ): AccountGroup
- # Update an account service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an AccountService.
- (
- UpdateAccountServiceMutationInput, :
- Int64Bit! :
- ): AccountService
- # Update an account status.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateAccountStatusMutationInput, :
- Int64Bit! :
- ): AccountStatus
- # Update an account type.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateAccountTypeMutationInput, :
- Int64Bit! :
- ): AccountType
- # Update an account voice service detail.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an account voice service detail.
- (
- UpdateAccountVoiceServiceDetailMutationInput, :
- Int64Bit! :
- ): AccountVoiceServiceDetail
- # Update an address list.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.address_list_id
- (
- UpdateAddressListMutationInput, :
- Int64Bit! :
- ): AddressList
- # Update an address status.
- #
- # Arguments
- # input: [Not documented]
- # id: Address status ID.
- (
- UpdateAddressStatusMutationInput, :
- Int64Bit! :
- ): AddressStatus
- # Update an adjustment service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateAdjustmentServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update Adtran Mosaic audit.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.adtran_mosaic_audit_id
- (
- UpdateAdtranMosaicAuditMutationInput, :
- Int64Bit! :
- ): AdtranMosaicAudit
- # Update Adtran Mosaic settings.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an Adtran Mosaic setting
- (
- UpdateAdtranMosaicSettingMutationInput, :
- Int64Bit! :
- ): AdtranMosaicSetting
- # Update an alerting rotation.
- #
- # Arguments
- # input: [Not documented]
- # id: The alerting rotation ID.
- (
- UpdateAlertingRotationMutationInput, :
- Int64Bit! :
- ): AlertingRotation
- # Update an alerting rotation day.
- #
- # Arguments
- # input: [Not documented]
- # id: The alerting rotation day and time ID.
- (
- UpdateAlertingRotationDayMutationInput, :
- Int64Bit! :
- ): AlertingRotationDay
- # Update an application firewall rule.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.application_firewall_rule_id
- (
- UpdateApplicationFirewallRuleMutationInput, :
- Int64Bit! :
- ): ApplicationFirewallRule
- # Update an auth provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `AuthProvider`.
- (
- UpdateAuthProviderMutationInput, :
- Int64Bit! :
- ): AuthProvider
- # Update an Avalara bundled tax definition.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.avalara_tax_definition_id
- (
- UpdateAvalaraTaxDefinitionMutationInput, :
- Int64Bit! :
- ): AvalaraTaxDefinition
- # Update a bank account.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a BankAccount.
- (
- UpdateBankAccountMutationInput, :
- Int64Bit! :
- ): BankAccount
- # Update a bank account processor.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a BankProcessor.
- (
- UpdateBankAccountProcessorMutationInput, :
- Int64Bit! :
- ): BankAccountProcessor
- # Update a billing default.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateBillingDefaultMutationInput, :
- Int64Bit! :
- ): BillingDefault
- # Update the system billing settings.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateBillingSettingsMutationInput :
- ): BillingSetting
- # Update a cable modem provisioner.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `CableModemProvisioner`.
- (
- UpdateCableModemProvisionerMutationInput, :
- Int64Bit! :
- ): CableModemProvisioner
- # Update a calendar - iCalendar.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.calendar_ical_id
- (
- UpdateCalendarIcalMutationInput, :
- Int64Bit! :
- ): CalendarIcal
- # Update a iCalendar calendar token
- #
- # Arguments
- # id: fields.calendar_ical_id
- Int64Bit!): CalendarIcal ( :
- # Update system settings related to calendars.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateCalendarSystemSettingsMutationInput :
- ): SystemSetting
- # Update a Calix Cloud setting.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `CalixCloudSetting`.
- (
- UpdateCalixCloudSettingMutationInput, :
- Int64Bit! :
- ): CalixCloudSetting
- # Update a Calix integration
- #
- # Arguments
- # input: [Not documented]
- # id: Calix Inegartion ID.
- (
- UpdateCalixIntegrationMutationInput, :
- Int64Bit! :
- ): CalixIntegration
- # Update a call detail record (CDR).
- #
- # Arguments
- # input: [Not documented]
- # id: fields.call_detail_record_id
- (
- UpdateCallDetailRecordMutationInput, :
- Int64Bit! :
- ): CallDetailRecord
- # Update a call log.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `CallLog`.
- UpdateCallLogMutationInput, : Int64Bit!): CallLog ( :
- # Update a canned reply.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.canned_reply_id
- (
- UpdateCannedReplyMutationInput, :
- Int64Bit! :
- ): CannedReply
- # Update a canned reply category.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `CannedReplyCategory`.
- (
- UpdateCannedReplyCategoryMutationInput, :
- Int64Bit! :
- ): CannedReplyCategory
- # Update a company.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateCompanyMutationInput, : Int64Bit!): Company ( :
- # Update a contact.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateContactMutationInput, : Int64Bit!): Contact ( :
- # Update a contract.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.contract_id
- UpdateContractMutationInput, : Int64Bit!): Contract ( :
- # Update a contract template.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `ContractTemplate`.
- (
- UpdateContractTemplateMutationInput, :
- Int64Bit! :
- ): ContractTemplate
- # Update a credit card.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateCreditCardMutationInput, :
- Int64Bit! :
- ): CreditCard
- # Update a credit card processor.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateCreditCardProcessorMutationInput, :
- Int64Bit! :
- ): CreditCardProcessor
- # Update a custom field.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateCustomFieldMutationInput, :
- Int64Bit! :
- ): CustomField
- # Update a custom link.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.custom_link_id
- (
- UpdateCustomLinkMutationInput, :
- Int64Bit! :
- ): CustomLink
- # Update a data service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateDataServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update a data usage history record.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `DataUsageHistory`.
- (
- UpdateDataUsageHistoryMutationInput, :
- Int64Bit! :
- ): DataUsageHistory
- # Update a debit.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Debit`.
- UpdateDebitMutationInput, : Int64Bit!): Debit ( :
- # Update a delinquency exclusion.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.delinquency_exclusion_id
- (
- UpdateDelinquencyExclusionMutationInput, :
- Int64Bit! :
- ): DelinquencyExclusion
- # Update a department.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a department.
- (
- UpdateDepartmentMutationInput, :
- Int64Bit! :
- ): Department
- # Update a deployment type.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `DeploymentType`.
- (
- UpdateDeploymentTypeMutationInput, :
- Int64Bit! :
- ): DeploymentType
- # Update a deposit slip.
- #
- # Arguments
- # input: [Not documented]
- # id: The deposit slip ID.
- (
- UpdateDepositSlipMutationInput, :
- Int64Bit! :
- ): DepositSlip
- # Update a DHCP server.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `DhcpServer`.
- (
- UpdateDhcpServerMutationInput, :
- Int64Bit! :
- ): DhcpServer
- # Update a DHCP server identifier.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `DhcpServerIdentifier`.
- (
- UpdateDhcpServerIdentifierMutationInput, :
- Int64Bit! :
- ): DhcpServerIdentifier
- # Update a DID.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Did`.
- UpdateDidMutationInput, : Int64Bit!): Did ( :
- # Update a DID assignment.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `DidAssignment`.
- (
- UpdateDidAssignmentMutationInput, :
- Int64Bit! :
- ): DidAssignment
- # Update a discount.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Discount`.
- UpdateDiscountMutationInput, : Int64Bit!): Discount ( :
- # Update the assigned drivers on a vehicle.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Vehicle`.
- UpdateDriversMutationInput, : Int64Bit!): Vehicle ( :
- # Update a messaging category.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateEmailCategoryMutationInput, :
- Int64Bit! :
- ): EmailCategory
- # Update a saved message.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateEmailMessageMutationInput, :
- Int64Bit! :
- ): EmailMessage
- # Update saved message contents.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateEmailMessageContentMutationInput, :
- Int64Bit! :
- ): EmailMessageContent
- # Update the custom fields on an entity.
- #
- # Arguments
- # input: [Not documented]
- # customfielddataable_type: The type of entity that owns this
- # custom field data.
- # customfielddataable_id: The ID of the entity that owns this
- # custom field data.
- (
- UpdateEntityCustomFieldsMutationInput, :
- CustomfielddataableType!, :
- Int64Bit! :
- ): [CustomFieldData]
- # Update an LTE EPC.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.epc_id
- UpdateEpcMutationInput, : Int64Bit!): Epc ( :
- # Update an expiring service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateExpiringServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update an external marketing integration.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `ExternalMarketingProvider`.
- (
- UpdateExternalMarketingProviderMutationInput, :
- Int64Bit! :
- ): ExternalMarketingProvider
- # Update a FiberMap Integration.
- #
- # Arguments
- # input: [Not documented]
- # id: FiberMap integration ID
- (
- UpdateFibermapIntegrationMutationInput, :
- Int64Bit! :
- ): FibermapIntegration
- # Update a Fibermap Plan.
- #
- # Arguments
- # input: [Not documented]
- # id: FiberMap plan ID
- (
- UpdateFibermapPlanMutationInput, :
- Int64Bit! :
- ): FibermapPlan
- # Update a Fibermap Service Location.
- #
- # Arguments
- # input: [Not documented]
- # id: Fibermap service location ID.
- (
- UpdateFibermapServiceLocationMutationInput, :
- Int64Bit! :
- ): FibermapServiceLocation
- # Update a file.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `File`.
- UpdateFileMutationInput, : Int64Bit!): File ( :
- # Update a general ledger code.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateGeneralLedgerCodeMutationInput, :
- Int64Bit! :
- ): GeneralLedgerCode
- # Update a generic inventory assignee.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.generic_inventory_assignee_id
- (
- UpdateGenericInventoryAssigneeMutationInput, :
- Int64Bit! :
- ): GenericInventoryAssignee
- # Update a geo tax zone.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateGeoTaxZoneMutationInput, :
- Int64Bit! :
- ): GeoTaxZone
- # Update a geofence.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Geofence`.
- UpdateGeofenceMutationInput, : Int64Bit!): Geofence ( :
- # Update a Global Inventory Model Min/Max.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.global_inventory_model_min_max_id
- (
- UpdateGlobalInventoryModelMinMaxMutationInput, :
- Int64Bit! :
- ): GlobalInventoryModelMinMax
- # Update a GPS tracking provider.
- #
- # Arguments
- # input: [Not documented]
- # id: A `GpsTrackingProvider` ID.
- (
- UpdateGpsTrackingProviderMutationInput, :
- Int64Bit! :
- ): GpsTrackingProvider
- # Update an ActiveDirectory identity provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IdentityProvider`.
- (
- UpdateIdentityProviderActiveDirectoryMutationInput, :
- Int64Bit! :
- ): IdentityProvider
- # Update a Google identity provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IdentityProvider`.
- (
- UpdateIdentityProviderGoogleMutationInput, :
- Int64Bit! :
- ): IdentityProvider
- # Update a Microsoft identity provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IdentityProvider`.
- (
- UpdateIdentityProviderMicrosoftMutationInput, :
- Int64Bit! :
- ): IdentityProvider
- # Update a SAML identity provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IdentityProvider`.
- (
- UpdateIdentityProviderSamlMutationInput, :
- Int64Bit! :
- ): IdentityProvider
- # Update an inbound mailbox.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InboundMailbox`.
- (
- UpdateInboundMailboxMutationInput, :
- Int64Bit! :
- ): InboundMailbox
- # Update an inline device.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InlineDevice`.
- (
- UpdateInlineDeviceMutationInput, :
- Int64Bit! :
- ): InlineDevice
- # Update the autopay setting for an instance service fund.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateInstanceServiceFundAutoPayMutationInput :
- ): InstanceServiceFundAutoPay!
- # Update an internal location.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.internal_location_id
- (
- UpdateInternalLocationMutationInput, :
- Int64Bit! :
- ): InternalLocation
- # Update an inventory item.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryItem`.
- (
- UpdateInventoryItemsMutationInput, :
- Int64Bit! :
- ): InventoryItem
- # Update the contents of inventory item model fields.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryItem`.
- (
- UpdateInventoryItemFieldsMutationInput, :
- Int64Bit! :
- ): InventoryItem
- # Update an Inventory Item status.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryItem`.
- (
- UpdateInventoryItemStatusMutationInput, :
- Int64Bit! :
- ): InventoryItem
- # Update one or more inventory items.
- #
- # Arguments
- # input: [Not documented]
- # ids: IDs of `InventoryItem`s.
- (
- UpdateInventoryItemsMutationInput, :
- Int64Bit!]! : [
- ): [InventoryItem]
- # Update an inventory location.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryLocation`.
- (
- UpdateInventoryLocationMutationInput, :
- Int64Bit! :
- ): InventoryLocation
- # Update an inventory model.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryModel`.
- (
- UpdateInventoryModelMutationInput, :
- Int64Bit! :
- ): InventoryModel
- # Update an inventory model category.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an InventoryModelCategory.
- (
- UpdateInventoryModelCategoryMutationInput, :
- Int64Bit! :
- ): InventoryModelCategory
- # Update an inventory model field.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InventoryModelField`.
- (
- UpdateInventoryModelFieldMutationInput, :
- Int64Bit! :
- ): InventoryModelField
- # Update an Inventory Model Min/Max.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.inventory_model_min_max_id
- (
- UpdateInventoryModelMinMaxMutationInput, :
- Int64Bit! :
- ): InventoryModelMinMax
- # Update an invoice.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `Invoice`.
- UpdateInvoiceMutationInput, : Int64Bit!): Invoice ( :
- # Update an invoice attachment.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.invoice_attachment_id
- (
- UpdateInvoiceAttachmentMutationInput, :
- Int64Bit! :
- ): InvoiceAttachment
- # Update an invoice message.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `InvoiceMessage`.
- (
- UpdateInvoiceMessageMutationInput, :
- Int64Bit! :
- ): InvoiceMessage
- # Update an invoice template.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an Invoice Template.
- (
- UpdateInvoiceTemplateMutationInput, :
- Int64Bit! :
- ): InvoiceTemplate
- # Update an IP assignment.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IpAssignment`.
- (
- UpdateIpAssignmentMutationInput, :
- Int64Bit! :
- ): IpAssignment
- # Update an IP pool.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `IpPool`.
- UpdateIpPoolMutationInput, : Int64Bit!): IpPool ( :
- # Update a job.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Job`.
- UpdateJobMutationInput, : Int64Bit!): Job ( :
- # Update the quantity of a service associated with a job.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.job_service_id
- (
- UpdateJobServiceMutationInput, :
- Int64Bit! :
- ): JobService
- # Update a job skipping validation.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Job`.
- (
- UpdateJobMutationInput, :
- Int64Bit! :
- ): Job
- # Update a job type.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `JobType`.
- UpdateJobTypeMutationInput, : Int64Bit!): JobType ( :
- # Update a local prefix.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a local prefix.
- (
- UpdateLocalPrefixMutationInput, :
- Int64Bit! :
- ): LocalPrefix
- # Update a report builder license.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.looker_explore_license_id
- (
- UpdateLookerExploreLicenseMutationInput, :
- Int64Bit! :
- ): LookerExploreLicense
- # Update a report viewer license.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.looker_view_license_id
- (
- UpdateLookerViewLicenseMutationInput, :
- Int64Bit! :
- ): LookerViewLicense
- # Update an LTE provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `LteProvider`.
- (
- UpdateLteProviderMutationInput, :
- Int64Bit! :
- ): LteProvider
- # Update an account mailing address.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the address.
- (
- UpdateMailingAddressMutationInput, :
- Int64Bit! :
- ): Address
- # Update a manufacturer.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Manufacturer.
- (
- UpdateManufacturerMutationInput, :
- Int64Bit! :
- ): Manufacturer
- # Update a map overlay.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a map overlay.
- (
- UpdateMapOverlayMutationInput, :
- Int64Bit! :
- ): MapOverlay
- # Update your user profile.
- #
- # Arguments
- # input: [Not documented]
- UpdateMeMutationInput): Me ( :
- # Update a messaging category.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateMessageCategoryMutationInput, :
- Int64Bit! :
- ): MessageCategory
- # Update a Netflow allowed subnet.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.netflow_allowed_subnet_id
- (
- UpdateNetflowAllowedSubnetMutationInput, :
- Int64Bit! :
- ): NetflowAllowedSubnet
- # Update a Netflow endpoint.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `NetflowEndpoint`.
- (
- UpdateNetflowEndpointMutationInput, :
- Int64Bit! :
- ): NetflowEndpoint
- # Update a Netflow on premise record.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `NetflowOnPremise` record.
- (
- UpdateNetflowOnPremiseMutationInput, :
- Int64Bit! :
- ): NetflowOnPremise
- # Update a Netflow whitelist.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.netflow_whitelist_id
- (
- UpdateNetflowWhitelistMutationInput, :
- Int64Bit! :
- ): NetflowWhitelist
- # Update a Network Monitoring Graph.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `NetworkMonitoringGraph`.
- (
- UpdateNetworkMonitoringGraphMutationInput, :
- Int64Bit! :
- ): NetworkMonitoringGraph
- # Update a Network Monitoring Template.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `NetworkMonitoringTemplate`.
- (
- UpdateNetworkMonitoringTemplateMutationInput, :
- Int64Bit! :
- ): NetworkMonitoringTemplate
- # Update a network site.
- #
- # Arguments
- # input: [Not documented]
- # id: Network site id.
- (
- UpdateNetworkSiteMutationInput, :
- Int64Bit! :
- ): NetworkSite
- # Update a non-inventory item.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.non_inventory_item_id
- (
- UpdateNonInventoryItemMutationInput, :
- Int64Bit! :
- ): NonInventoryItem
- # Update a note.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateNoteMutationInput, : Int64Bit!): Note ( :
- # Update a one time service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateOneTimeServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update an order group.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an order group.
- (
- UpdateOrderGroupMutationInput, :
- Int64Bit! :
- ): OrderGroup
- # Update an overage service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateOverageServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update a package.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Package`.
- UpdatePackageMutationInput, : Int64Bit!): Package ( :
- # Update the password policy that is applied to users.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePasswordPolicyMutationInput :
- ): PasswordPolicy
- # Update a PayPal credential.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdatePayPalCredentialInput, :
- Int64Bit! :
- ): PayPalCredential
- # Update a payment that was created without a payment method.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Payment`.
- UpdatePaymentMutationInput, : Int64Bit!): Payment ( :
- # Update a phone number.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdatePhoneNumberMutationInput, :
- Int64Bit! :
- ): PhoneNumber
- # Update a phone number type.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdatePhoneNumberTypeMutationInput, :
- Int64Bit! :
- ): PhoneNumberType
- # Update a poller.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Poller`.
- UpdatePollerMutationInput, : Int64Bit!): Poller ( :
- # Update the system poller settings.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePollerSettingsMutationInput :
- ): PollerSetting
- # Update the Preseem integration.
- #
- # Arguments
- # input: [Not documented]
- UpdatePreseemMutationInput): Preseem ( :
- # Update a print to mail order error.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the print to mail order error.
- (
- UpdatePrintToMailOrderErrorMutationInput, :
- Int64Bit! :
- ): PrintToMailOrderError
- # Update the print to mail settings.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePrintToMailSettingsMutationInput :
- ): PrintToMailSetting
- # Update a purchase order.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a purchase order.
- (
- UpdatePurchaseOrderMutationInput, :
- Int64Bit! :
- ): PurchaseOrder
- # Update system settings related to purchase orders.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePurchaseOrderSystemSettingsInput :
- ): SuccessResponse
- # Update a RADIUS account.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `RadiusAccount`.
- (
- UpdateRadiusAccountMutationInput, :
- Int64Bit! :
- ): RadiusAccount
- # Update a RADIUS group.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `RadiusGroup`.
- (
- UpdateRadiusGroupMutationInput, :
- Int64Bit! :
- ): RadiusGroup
- # Update a RADIUS group reply attribute.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.radius_group_reply_attribute_id
- (
- UpdateRadiusGroupReplyAttributeMutationInput, :
- Int64Bit! :
- ): RadiusGroupReplyAttribute
- # Update a RADIUS server.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `RadiusServer`.
- (
- UpdateRadiusServerMutationInput, :
- Int64Bit! :
- ): RadiusServer
- # Update a rate center.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `RateCenter`.
- (
- UpdateRateCenterMutationInput, :
- Int64Bit! :
- ): RateCenter
- # Update a recurring service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateRecurringServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Update a role.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateRoleMutationInput, : Int64Bit!): Role ( :
- # Update a saved message category.
- #
- # Arguments
- # input: [Not documented]
- # id: ID of the Saved Message Category.
- (
- UpdateSavedMessageCategoryMutationInput, :
- Int64Bit! :
- ): SavedMessageCategory
- # Update a schedule address.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.schedule_address_id
- (
- UpdateScheduleAddressMutationInput, :
- Int64Bit! :
- ): ScheduleAddress
- # Update a schedule availability.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `ScheduleAvailability`.
- (
- UpdateScheduleAvailabilityMutationInput, :
- Int64Bit! :
- ): ScheduleAvailability
- # Update a schedule availability day/time.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.schedule_availability_day_time_id
- (
- UpdateScheduleAvailabilityDayTimeMutationInput, :
- Int64Bit! :
- ): ScheduleAvailabilityDayTime
- # Update a schedule blocker.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `ScheduleBlocker`.
- (
- UpdateScheduleBlockerMutationInput, :
- Int64Bit! :
- ): ScheduleBlocker
- # Update a schedule blocker day/time.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.schedule_blocker_day_time_id
- (
- UpdateScheduleBlockerDayTimeMutationInput, :
- Int64Bit! :
- ): ScheduleBlockerDayTime
- # Update a schedule time off.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.schedule_time_off_id
- (
- UpdateScheduleTimeOffMutationInput, :
- Int64Bit! :
- ): ScheduleTimeOff
- # Update a scheduled event.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `ScheduledEvent`
- (
- UpdateScheduledEventMutationInput, :
- Int64Bit! :
- ): ScheduledEvent
- # Update a saved search filter for the current user, or enable it for all users
- # (superadmin only).
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a SearchFilter entity.
- (
- UpdateSearchFilterMutationInput, :
- Int64Bit! :
- ): SearchFilter
- # Update service metadata.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a ServiceMetadata field.
- (
- UpdateServiceMetadataMutationInput, :
- Int64Bit! :
- ): ServiceMetadata
- # Update a serviceable address.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateServiceableAddressMutationInput, :
- Int64Bit! :
- ): Address
- # Update a serviceable address account assignment future
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the serviceable address account assignment
- # future.
- (
- UpdateServiceableAddressAccountAssignmentFutureMutationInput, :
- Int64Bit! :
- ): ServiceableAddressAccountAssignmentFuture
- # Update a Signature.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a signature.
- (
- UpdateSignatureMutationInput, :
- Int64Bit! :
- ): Signature
- # Update the SMS settings.
- #
- # Arguments
- # input: [Not documented]
- UpdateSmsSettingsMutationInput): SmsSetting ( :
- # Update an SNMP OID.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `SnmpOid`.
- UpdateSnmpOidMutationInput, : Int64Bit!): SnmpOid ( :
- # Update an SNMP OID threshold.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `SnmpOidThreshold`.
- (
- UpdateSnmpOidThresholdMutationInput, :
- Int64Bit! :
- ): SnmpOidThreshold
- # Update an SNMP override.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.snmp_override_id
- (
- UpdateSnmpOverrideMutationInput, :
- Int64Bit! :
- ): SnmpOverride
- # Update a stored view.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `StoredView` entity.
- (
- UpdateStoredViewMutationInput, :
- Int64Bit! :
- ): StoredView
- # Update a subnet.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Subnet`.
- UpdateSubnetMutationInput, : Int64Bit!): Subnet ( :
- # Update supernet mutation.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Supernet`.
- UpdateSupernetMutationInput, : Int64Bit!): Supernet ( :
- # Update a system backup destination.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a destination that a system backup can be
- # exported to.
- (
- UpdateSystemBackupDestinationMutationInput, :
- Int64Bit! :
- ): SystemBackupDestination
- # Update settings for system backups.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateSystemBackupSettingsMutationInput :
- ): SystemBackupSetting
- # Update system configuration.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateSystemSettingsMutationInput :
- ): SystemSetting
- # Update a task.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateTaskMutationInput, : Int64Bit!): Task ( :
- # Update a task template.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TaskTemplate`.
- (
- UpdateTaskTemplateMutationInput, :
- Int64Bit! :
- ): TaskTemplate
- # Update a task template item.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TaskTemplateItem`.
- (
- UpdateTaskTemplateItemMutationInput, :
- Int64Bit! :
- ): TaskTemplateItem
- # Update a tax.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateTaxMutationInput, : Int64Bit!): Tax ( :
- # Update a tax exemption.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.tax_exemption_id
- (
- UpdateTaxExemptionMutationInput, :
- Int64Bit! :
- ): TaxExemption
- # Update a tax override.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.tax_override_id
- (
- UpdateTaxOverrideMutationInput, :
- Int64Bit! :
- ): TaxOverride
- # Update a tax provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of an `TaxProvider`.
- (
- UpdateTaxProviderMutationInput, :
- Int64Bit! :
- ): TaxProvider
- # Update a ticket.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Ticket`.
- UpdateTicketMutationInput, : Int64Bit!): Ticket ( :
- # Update a ticket category.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.ticket_category_id
- (
- UpdateTicketCategoryMutationInput, :
- Int64Bit! :
- ): TicketCategory
- # Update a ticket comment.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.ticket_comment_id
- (
- UpdateTicketCommentMutationInput, :
- Int64Bit! :
- ): TicketComment
- # Update a ticket group.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TicketGroup`.
- (
- UpdateTicketGroupMutationInput, :
- Int64Bit! :
- ): TicketGroup
- # Update a ticket recipient.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.ticket_recipient_id
- (
- UpdateTicketRecipientMutationInput, :
- Int64Bit! :
- ): TicketRecipient
- # Update the ticketing settings.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateTicketingSettingsMutationInput :
- ): TicketingSetting
- # Update the TowerCoverage integration.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateTowercoverageConfigurationInput :
- ): TowercoverageConfiguration
- # Update a Towercoverage submission.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TowercoverageSubmission`.
- (
- UpdateTowercoverageSubmissionMutationInput, :
- Int64Bit! :
- ): TowercoverageSubmission
- # DEPRECATED: Update a triggered email. See updateTriggeredMessageMutation.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- (
- UpdateTriggeredEmailMutationInput, :
- Int64Bit! :
- ): TriggeredEmail
- # Update a triggered message.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `TriggeredMessage`.
- (
- UpdateTriggeredMessageMutationInput, :
- Int64Bit! :
- ): TriggeredMessage
- # Update an uninventoried MAC address.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.uninventoried_mac_address_id
- (
- UpdateUninventoriedMacAddressMutationInput, :
- Int64Bit! :
- ): UninventoriedMacAddress
- # Update a usage based billing policy.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `UsageBasedBillingPolicy`.
- (
- UpdateUsageBasedBillingPolicyMutationInput, :
- Int64Bit! :
- ): UsageBasedBillingPolicy
- # Update a usage based billing policy free period.
- #
- # Arguments
- # input: [Not documented]
- # id: fields.usage_based_billing_policy_free_period_id
- (
- UpdateUsageBasedBillingPolicyFreePeriodMutationInput, :
- Int64Bit! :
- ): UsageBasedBillingPolicyFreePeriod
- # Update a user.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of the entity.
- UpdateUserMutationInput, : Int64Bit!): User ( :
- # Update a vehicle.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Vehicle`.
- UpdateVehicleMutationInput, : Int64Bit!): Vehicle ( :
- # Update a vendor.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a vendor.
- UpdateVendorMutationInput, : Int64Bit!): Vendor ( :
- # Update a vendor item.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a vendor item.
- (
- UpdateVendorItemMutationInput, :
- Int64Bit! :
- ): VendorItem
- # Update a voice provider.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `VoiceProvider`.
- (
- UpdateVoiceProviderMutationInput, :
- Int64Bit! :
- ): VoiceProvider
- # Update a voice provider rate.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `VoiceProviderRate`
- (
- UpdateVoiceProviderRateMutationInput, :
- Int64Bit! :
- ): VoiceProviderRate
- # Update the charge percent for all rates of a voice provider.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateVoiceProviderRateChargePercentMutationInput :
- ): SuccessResponse
- # Update a voice service.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a Service.
- (
- UpdateVoiceServiceMutationInput, :
- Int64Bit! :
- ): Service
- # Create a single voice service configuration parameter.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a voice service configuration parameter.
- (
- UpdateVoiceServiceGenericParameterMutationInput, :
- Int64Bit! :
- ): VoiceServiceGenericParameter
- # Update a webhook endpoint.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a webhook endpoint.
- (
- UpdateWebhookEndpointMutationInput, :
- Int64Bit! :
- ): WebhookEndpoint
- # Validate the credentials for a cable modem provisioner. This will update the
- # `status` of the cable modem provisioner.
- #
- # Arguments
- # id: The ID of a `CableModemProvisioner`.
- (
- Int64Bit! :
- ): CredentialValidationResponse
- # Validate credentials of a Calix integration
- #
- # Arguments
- # calix_integration_id: Calix Inegartion ID.
- (
- Int64Bit! :
- ): CredentialValidationResponse
- # Validate the entered DHCP server credentials. This will update the `status` of
- # the DHCP server.
- #
- # Arguments
- # id: The ID of a `DhcpServer`.
- Int64Bit!): CredentialValidationResponse ( :
- # Validate an email domain's DNS records and email verification status.
- #
- # Arguments
- # id: The ID of an `EmailDomain`.
- # check_for_migration: Perform the check for the purposes of
- # email provider migration.
- (
- Int64Bit!, :
- Boolean :
- ): EmailDomain
- # Validate GPS tracking provider credentials validate against external provider.
- #
- # Arguments
- # id: A `GpsTrackingProvider` ID.
- (
- Int64Bit! :
- ): CredentialValidationResponse
- # Validate the credentials for an inline device. This will update the `status` of
- # the inline device.
- #
- # Arguments
- # id: The ID of an `InlineDevice`.
- Int64Bit!): CredentialValidationResponse ( :
- # Validate the entered LTE provider credentials. This will update the `status` of
- # the LTE provider.
- #
- # Arguments
- # id: The ID of an `LteProvider`.
- Int64Bit!): CredentialValidationResponse ( :
- # Validate the entered RADIUS server credentials. This will update the `status` of
- # the RADIUS server.
- #
- # Arguments
- # id: The ID of a `RadiusServer`.
- Int64Bit!): CredentialValidationResponse ( :
- # Validate the entered tax provider credentials.
- #
- # Arguments
- # id: The ID of an `TaxProvider`.
- Int64Bit!): CredentialValidationResponse ( :
- # Verify the credentials for a system backup destination.
- #
- # Arguments
- # id: The ID of a destination that a system backup can be
- # exported to.
- (
- Int64Bit! :
- ): SuccessResponse
- # Void a credit on an invoice.
- #
- # Arguments
- # id: fields.credit_id
- Int64Bit!): Credit ( :
- # Void an invoice.
- #
- # Arguments
- # id: The ID of an `Invoice`.
- Int64Bit!): Invoice ( :
- # Void a payment.
- #
- # Arguments
- # input: [Not documented]
- # id: The ID of a `Payment`.
- VoidPaymentMutationInput, : Int64Bit!): VoidedPayment ( :
- }
link Require by
This element is not required by anyone