Objects
Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
AcceptGoodsQuote
Accept a goods quote.
Fields
| Name | Description |
|---|---|
|
Goods purchase created. |
Example
{
"goodsPurchase": GoodsPurchase
}
AcceptOfferForQuoting
Accept a quoting offer in an offer group.
Fields
| Name | Description |
|---|---|
|
Accepted quoting offer. |
Example
{
"offer": OfferType
}
AcceptTermsAndConditions
Accept the terms and conditions, recording the acceptance and progressing the workflow.
Fields
| Name | Description |
|---|---|
|
Version of terms and conditions that were accepted. |
Example
{
"acceptedVersion": "join-on-piece-rate-teacher"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 91,
"edges": [AccountApplicationConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 82
}
AccountApplicationConnectionTypeEdge
A Relay edge containing a AccountApplicationConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "floor-responsibility-go-hotel-themselves",
"node": AccountApplicationType
}
Fields
| Name | Description |
|---|---|
|
Last day of the cooling off period. Barring changes or objections, the account will be gained on the next business day after this date. This value will only be returned for current applications. |
|
Date at which this account decided to switch to us. |
|
Whether this account application represents a migration into the current system or a regular gain. |
|
The source system for a migrated account. This could be the previous supplier or the previous account management system. |
|
Preferred supply start date. If null, it means ASAP. |
|
|
|
The sales subchannel used when signing up. This could for example be a price comparison site. |
|
Example
{
"coolingOffEndDate": "2025-04-15",
"dateOfSale": "1973-12-14",
"isMigrated": true,
"migrationSource": "argue-return-win-for-consider",
"preferredSsd": "1979-10-16",
"salesChannel": "improve-yes-of-common-consumer",
"salesSubchannel": "speech-stuff-gun-because-water",
"status": "CURRENT"
}
Fields
| Name | Description |
|---|---|
|
Debit details. |
|
Credit details. |
|
Balance transfer ID. |
|
The reason for the balance transfer. |
Example
{
"accountCharge": AccountChargeType,
"accountCredit": AccountCreditType,
"id": "38995844",
"reason": "though-page-page-scientist-people"
}
AccountCampaignConnectionTypeConnection
Paginator of Account Campaigns
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 96,
"edges": [AccountCampaignConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 96
}
AccountCampaignConnectionTypeEdge
A Relay edge containing a AccountCampaignConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "their-wall-even-company-machine",
"node": AccountCampaignType
}
Fields
| Name | Description |
|---|---|
|
The date on which the associated campaign itself concludes. |
|
The date on which the account's participation in the campaign ends. |
|
The name of the campaign. |
|
The slug of the campaign. |
|
The date that the account's link to the campaign started. |
Example
{
"campaignExpiryDate": "2022-01-08",
"expiryDate": "1977-07-17",
"name": "special-figure-worker-now-general",
"slug": "town-drop-accept-build-particularly",
"startDate": "1998-01-17"
}
Fields
| Name | Description |
|---|---|
|
A JSON object containing unstructured data about the account charge. |
|
The date and time the metadata was last updated. |
Example
{
"data": {"key": "value"},
"updatedAt": "2023-04-27T19:16:22.033698+00:00"
}
Fields
| Name | Description |
|---|---|
|
The climate change levy amount of the charge. |
|
The display note for the charge. |
|
The gross amount of the charge. |
|
The ID of the account charge. |
|
JSON metadata containing unstructured data about the account charge. |
|
The net amount of the charge. |
|
The note for the charge. |
|
The reason for the charge. |
|
The sales tax amount of the charge. |
Example
{
"cclAmount": 1,
"displayNote": "decision-write-me-age-simple",
"grossAmount": 1,
"id": "49921884",
"metadata": AccountChargeMetadataType,
"netAmount": 1,
"note": "including-fire-place-create-science",
"reason": "small-any-its-common-prevent",
"salesTaxAmount": 1
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 6,
"edges": [AccountConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 11
}
AccountConnectionTypeEdge
A Relay edge containing a AccountConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "lead-involve-couple-story-area",
"node": AccountType
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"data": {"key": "value"},
"updatedAt": "2025-07-15T15:57:26.719614+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"grossAmount": 1,
"id": "22408635",
"metadata": AccountCreditMetadataType,
"netAmount": 1,
"note": "hand-simply-him-drop-bag",
"reason": "election-opportunity-none-certainly-memory",
"salesTaxAmount": 1
}
Fields
| Name | Description |
|---|---|
|
The account number. |
|
The delinquent debt position for each eligible ledger on the account. |
Example
{
"accountNumber": "A-906BDB37",
"ledgerDebtPositions": [LedgerDebtPositionType]
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 56,
"edges": [AccountEventConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 29
}
AccountEventConnectionTypeEdge
A Relay edge containing a AccountEventConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "foreign-design-bill-guess-marriage",
"node": EmailEventType
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
The ID of the object |
|
Is the file ready for use / downloadable? |
|
Is the file uploaded to S3? |
|
Example
{
"category": "civil-statement-high-born-season",
"fetchUrl": "though-investment-throughout-worry-house",
"filename": "expert-by-deep-foot-my",
"id": "94789741",
"isReady": true,
"isUploaded": true,
"sizeInBytes": 11
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 41,
"edges": [AccountFileAttachmentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 55
}
AccountFileAttachmentConnectionTypeEdge
A Relay edge containing a AccountFileAttachmentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "traditional-area-particularly-miss-administration",
"node": AccountFileAttachment
}
Fields
| Name | Description |
|---|---|
|
Whether account is eligible to register devices with Intelligent Octopus or not. |
Example
{
"isEligibleForIo": true
}
Fields
| Name | Description |
|---|---|
|
The number of loyalty points the account (or user with the given id) has. |
|
The net monetary value of the loyalty points in the currency's sub-units. |
Example
{
"loyaltyPoints": 60,
"totalMonetaryAmount": 87
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Example
{
"body": "drug-provide-travel-face-her",
"createdAt": "1984-08-29T08:42:29.316753+00:00",
"id": "83178692",
"isPinned": true,
"unpinAt": "2013-12-19T05:38:13.527759+00:00"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 27,
"edges": [AccountPaymentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 91
}
AccountPaymentConnectionTypeEdge
A Relay edge containing a AccountPaymentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "really-move-record-yourself-mother",
"node": AccountPaymentType
}
Fields
| Name | Description |
|---|---|
|
Amount of payment in the currency's minor unit |
|
The ID of the payment. |
|
Deprecated The 'id' field is deprecated. |
|
|
The date this payment is scheduled to be debited |
|
The payment instruction that was used to make this payment. |
|
|
|
The current status of the payment. |
|
Surcharge amount generated by this payment. |
|
The transaction type of the payment. |
|
|
Example
{
"amount": 1,
"paymentDate": "1976-12-29",
"paymentInstruction": PaymentInstructionType,
"reference": "billion-until-shoulder-sport-west",
"status": "SCHEDULED",
"surchargeAmount": 23,
"transactionType": "DD_FIRST_COLLECTION",
"uuid": "d1eb3973-683a-486a-8a4c-7684bd15db3e"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Example
{
"account": AccountType,
"createdAt": "2015-06-18T15:31:46.868693+00:00",
"namespace": "artist-boy-court-certainly-laugh",
"updatedAt": "1980-06-24T06:41:52.497022+00:00",
"value": "would-degree-clear-room-guy"
}
Fields
| Name | Description |
|---|---|
|
Reminder content. |
|
When the reminder is due. |
|
The reminder type. |
Example
{
"content": "serve-agency-and-with-center",
"dueAt": "2014-11-19T20:22:48.789531+00:00",
"reminderType": "AD_HOC"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 15,
"edges": [AccountReminderConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 31
}
AccountReminderConnectionTypeEdge
A Relay edge containing a AccountReminderConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "speak-important-decade-get-audience",
"node": Reminder
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 87,
"edges": [AccountRepaymentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 48
}
AccountRepaymentConnectionTypeEdge
A Relay edge containing a AccountRepaymentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "expect-any-source-agreement-mind",
"node": AccountRepaymentType
}
Fields
| Name | Description |
|---|---|
|
Amount of payment in the currency's minor unit |
|
|
|
The date this payment is scheduled to be debited |
|
The UUID of the payment being refunded. |
|
The reason for the repayment. |
|
The current status of the repayment. |
Example
{
"amount": 1,
"id": "21789283",
"paymentDate": "1998-03-05",
"paymentUuid": "04b5243d-1d26-4288-a0f9-159a1d5e8c8e",
"reason": "BILLING_ADJUSTMENT",
"status": "REQUESTED"
}
AccountSearchItemType
A single account search hit
Fields
| Name | Description |
|---|---|
|
The account found. |
|
How well the account matched the search terms. |
Example
{
"account": AccountType,
"score": "1.0"
}
AccountType
The account object can be one of several attached to a Portfolio (which usually has an AccountUser which is used to authenticate access to the Portfolio's accounts). Typically a person has a single account attached to a portfolio and properties on the same account will appear on the same bill. Where separate bills are desired, multiple accounts are created and added to the same portfolio of accounts.
Fields
| Name | Description |
|---|---|
|
The type of account. |
|
List of active hardship agreements for the user when is_in_hardship is True. |
|
The referral schemes currently active for this account. |
|
The billing address of this account, stored in the new libaddressinput-based format. Note that |
|
Fetch annual statements for the account. |
|
Applications by this account to become our customer. More recent applications will be listed first. |
Arguments
The account application status. |
|
|
Assistance agreements for account. |
|
The current account balance. |
Arguments
If this variable is set to true, the balance will be calculated based on the sum of balances on all ledgers configured to contribute to this account's balance. Otherwise, only the main ledger's balance will be fetched (legacy behaviour). If you are unsure, set this value to true. |
|
|
Fetch a specific issued bill (invoice/statement) for the account. |
Arguments
The unique identifier of the bill.
The unique identifier of the bill. A pending billing document will not have an identifier yet. And not all finalized billing documents will have an identifier. Prefer using the id field unless advised by Kraken.
The number of the ledger for the bill. When provided, only the period- or item-based documentfor this account that is linked to that ledger is returned; pre-kraken, collective bills, and legacy bills are excluded. |
|
|
The billing address of the account. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The billing email of the account. |
|
The billing name of the account. |
|
Information about the account's billing cycle. |
|
The postcode of the billing address. |
|
The billing sub name of the account. |
|
The active billing trigger configuration for the account. |
|
Fetch issued bills (invoices/statements) for the account. |
Arguments
Optional date representing the beginning of the search results. This date value is inclusive.
Include bills without PDFs.
Include held statements within the results.
Include pre-Kraken / historical statements within the results.
Include item-based billing documents (invoices) within the results.
Include open statements. This flag needs to be used along with includeBillsWithoutPDF=false otherwise results will prove unexpected.
Optional date representing the beginning of the search results based on issued date. This date value is inclusive.
Optional date representing the end of the search results based on issued date. This date value is exclusive.
The number of a ledger for the bill. When provided, only period- or item-based documents for this account that are linked to that ledger are returned; collective bills and legacy bills are excluded. Historic/pre-Kraken bills are unaffected by this filter and are included or excluded solely by includeHistoricStatements.
Only include bills emailed to the current user's email.
The order in which to return the bills.
Optional date representing the end of the search results. This date value is exclusive. |
|
|
The brand of the account. |
|
Business info related to a business account. |
|
The company type of a business account. |
|
Deprecated The 'businessType' field is deprecated. |
|
|
The campaigns associated with an account. |
|
Whether an account can be withdrawn. |
|
Whether an account can change their payment schedule. |
|
Whether on not the meter readings can be input via IVR. |
|
Data about whether or not an account can modify their payments. |
|
Whether the account is eligible for tariff renewal. |
|
Whether the account can request a credit refund. |
|
The method the account has specified they prefer we contact them. |
|
|
|
Deprecated The 'communicationDeliveryPreference' field is deprecated. |
|
|
The complaints associated with an account. |
|
Consents linked to this account. |
|
Contribution agreements for account. |
|
The number of days around a move out a final meter reading can be given for. |
|
The datetime that the account was originally created. |
|
The current estimated supply start day on an account. |
|
Get customer assets for an account. |
|
Debt collection proceedings for account. |
|
The direct debit instructions of the account |
Arguments
Filter the direct debit instructions by status |
|
|
The document accessibility preference of the account. |
|
The earliest possible supply start day on an account. |
|
The electricity agreements belonging to the account. |
Arguments
Whether to return active agreements only. Will otherwise include all active and future agreements that have not been revoked. |
|
|
Whether the account is eligible to apply for Warm Home Discount as part of the Scottish Broader Group. |
|
The account events that were recorded for the account. |
Arguments
Filter the account events by their type.
|
|
|
Files attached to this account. |
|
The gas agreements belonging to the account. |
Arguments
Whether to return active agreements only. Will otherwise include all active and future agreements that have not been revoked. |
|
|
The green benefits achieved over the lifetime of an account. |
|
Whether or not the account has active collections proceedings. |
|
Whether or not the account has an active Dunning process. |
|
|
|
Whether or not an account is eligible for an electricity reading incentive. |
|
Deprecated The 'isEligibleForElectricityReadingIncentive' field is deprecated. |
|
|
Whether or not an account is eligible for a gas reading incentive. |
|
Deprecated The 'isEligibleForGasReadingIncentive' field is deprecated. |
|
|
Whether or not the account is a part of a migration for which we want to switch supplier without customer actions. |
|
True if there is an active Hardship Agreement for this account. False otherwise. |
|
The latest possible supply start day on an account. |
|
Ledgers provide the foundation of bookkeeping functionality. Similar to a bank account, they allow us to keep track of financial activity on a particular customer account. |
|
Retrieve all market supply agreements under this account. Note that when |
|
The maximum amount a customer is allowed to request as a refund and the reason why that's the maximum amount. |
Arguments
The ledger number to calculate maximum refund for. |
|
|
Metadata associated with the account. |
|
Notes for the account. |
|
A code that uniquely identifies the account. |
|
The operations team that the account belongs to. |
|
The current account overdue balance. |
|
Files attached to this account. |
|
Paginated payment forecasts for an account. Starts from today's date (inclusive). The interface supports |
Arguments
The end date to retrieve forecasts for. This end date is inclusive.
The ledger to return payment forecasts from. Defaults to the main ledger when no ID is passed.
The number of the ledger to return payment forecasts from. Defaults to the main ledger when no number is passed. |
|
|
Results of the latest review of the account's payments. |
|
A list displaying the payment forecast for an account. The list starts from today's date (inclusive). |
|
Deprecated The 'paymentForecast' field is deprecated. |
|
Arguments
The end date to retrieve forecasts for. This end date is inclusive.
The ledger to return payment forecasts from. Defaults to the main ledger when no ID is passed.
The number of the ledger to return payment forecasts from. Defaults to the main ledger when no number is passed. |
|
|
The payment instructions of the account. |
Arguments
Filter the payment instructions by status. |
|
|
The payment plans that have been created for this account. |
|
The payments made into an account from a payment instruction. |
Arguments
Whether to include payment promises (of any kind: made, broken or fulfilled) or not. The default is to include them.
The id of the ledger to return payments from.
WARNING: Will be mandatory in future versions The number of the ledger to return payments from.
Filter for payments that were taken for a particular reason.
|
|
|
The schedules that describe how we would expect to take payments for an account on a given month. |
Arguments
If false, we remove the currently valid schedule if it has already fulfilled its purpose and will have no further impact on customer payments, along with any schedules which are not valid from today.
The ledger id to return the payment schedules from.
The ledger number to return the payment schedules from.
The ledger to return transactions from.
|
|
|
The portfolio this account is linked to. |
|
The language that the account preferred for communications. |
|
Expected balance in a year's time. |
|
Properties linked to the account now and in the future. |
Arguments
Returns properties that have an effective period that ends at or after the given activeFrom datetime. |
|
|
|
|
Top up payment amount in pence that we recommend for an account. |
|
Account references linked to this account. |
|
The referrals created by this account. |
Arguments
Only return referrals with the specified status. Return all referrals by default. |
|
|
Number of referrals created by this account. |
|
Refund approval data from the Bulk Refund Allocation Query (BRAQ) API. Provides maximum refund amount and any issues. Raises errors if functionality is not configured or data unavailable. |
|
The reminders associated with an account. |
|
The repayments that have been requested for this account. |
Arguments
Only return repayments whose status matches one of these statuses. |
|
|
Details about the eligibility status for requesting a refund. |
Arguments
The ledger number to check refund eligibility. |
|
|
The rewards applied to this account. |
|
Whether the account's payment should be adjusted. |
|
The interest of an account in procuring smart meters. |
|
The reason why the account holder is not interested in having a smart meter installed. |
|
List of billing address lines. |
|
The current status of the account. |
|
Only relevant for Kraken instances that support daily tracker tariffs. Returns null if not applicable. |
|
Fetch transactions that have taken place on the account. |
Arguments
Optional date representing the beginning of the postedDate range filter. This date value is inclusive.
In a multi-ledger scenario, include all ledgers' transactions if
The ledger to return transactions from.
The number of the ledger to return transactions from.
The order in which to return the transactions.
Optional date representing the end of the postedDate range filter. This date value is exclusive.
Include only these specific transaction types in the result.
Exclude these specific transaction types from the result. |
|
|
Unique reference number from a 3rd party enrolment. |
|
|
|
Get details about warm home discount applications and records. |
Example
{
"accountType": "BUSINESS",
"activeHardshipAgreements": [HardshipAgreementType],
"activeReferralSchemes": ReferralSchemeTypes,
"address": RichAddressType,
"agreements": AgreementConnectionTypeConnection,
"annualStatements": AnnualStatementConnectionTypeConnection,
"applications": AccountApplicationConnectionTypeConnection,
"assistanceAgreements": [AssistanceAgreementType],
"balance": 5,
"bill": BillInterface,
"billingAddress": "policy-shoulder-side-boy-administration",
"billingAddressLine1": "a-either-big-edge-class",
"billingAddressLine2": "head-beyond-future-charge-network",
"billingAddressLine3": "before-everything-participant-story-better",
"billingAddressLine4": "apply-anyone-author-although-standard",
"billingAddressLine5": "indeed-fight-mother-since-despite",
"billingAddressPostcode": "population-moment-peace-mention-simple",
"billingCountryCode": "should-pass-involve-institution-successful",
"billingDeliveryPointIdentifier": "59181154",
"billingEmail": "blood-color-protect-southern-charge",
"billingName": "really-law-performance-painting-increase",
"billingOptions": BillingOptionsType,
"billingSubName": "force-sound-white-official-admit",
"billingTriggerConfiguration": BillingTriggerConfiguration,
"bills": BillConnectionTypeConnection,
"brand": "actually-be-car-red-record",
"business": BusinessType,
"campaigns": [AccountCampaignType],
"canModifyPayments": CanModifyPaymentsType,
"canRequestRefund": true,
"commsDeliveryPreference": "EMAIL",
"complaints": ComplaintConnectionTypeConnection,
"consents": [ConsentType],
"contributionAgreements": [ContributionAgreementType],
"createdAt": "2019-04-10T18:24:04.479244+00:00",
"customerAssets": [CustomerAssetType],
"debtCollectionProceedings": [DebtCollectionProceedingType],
"directDebitInstructions": DirectDebitInstructionConnectionTypeConnection,
"documentAccessibility": "LARGE_PRINT",
"events": AccountEventConnectionTypeConnection,
"fileAttachments": [AccountFileAttachment],
"id": "24086974",
"isInHardship": true,
"ledgers": [LedgerType],
"marketSupplyAgreements": AgreementConnection,
"maximumRefund": MaximumRefundType,
"metadata": [Metadata],
"notes": [AccountNoteType],
"number": "base-ever-court-score-they",
"overdueBalance": 18,
"paginatedFileAttachments": AccountFileAttachmentConnectionTypeConnection,
"paginatedPaymentForecast": PaymentForecastConnectionTypeConnection,
"paymentMethods": PaymentInstructionConnectionTypeConnection,
"paymentPlans": PaymentPlanConnectionTypeConnection,
"payments": AccountPaymentConnectionTypeConnection,
"paymentSchedules": PaymentScheduleConnectionTypeConnection,
"portfolio": PortfolioType,
"preferredLanguageForComms": "front-Mr-truth-score-only",
"properties": [Property],
"provisionalTransactions": ProvisionalTransactionConnectionTypeConnection,
"references": [AccountReferenceType],
"referrals": ReferralConnectionTypeConnection,
"referralsCreated": 51,
"reminders": AccountReminderConnectionTypeConnection,
"repayments": AccountRepaymentConnectionTypeConnection,
"requestRefundEligibility": RequestRefundEligibilityType,
"rewards": [RewardType],
"splitBillingAddress": "local-different-son-lawyer-near",
"status": "PENDING",
"transactions": TransactionConnectionTypeConnection,
"urn": "teach-real-listen-office-risk",
"users": [AccountUserType]
}
AccountUserCommsPreferences
Information about the preferences set up for a user.
Fields
| Name | Description |
|---|---|
|
What format the user would like to receive their emails in. |
|
This setting allows the user to adjust the default font size of the communications sent to them. |
|
Whether the user has opted in to receive meter reading confirmation emails. |
|
Whether a user has opted in to receive messages from the client or client group. For example, for Octopus Energy this describes whether a user is opted in to offers from Octopus Investments. |
|
Whether the user is opted in to life support call. |
|
Whether a user has opted in to receive messages offering discounts or other services not directly related to the services the client provides. |
|
Whether a user has opted in to receive messages we recommend they read, but are not vital to the utilities the client provides. For example, these could be reminders that the client will take a payment. |
|
Whether the user has opted in to receive SMS messages. |
|
Whether a user has opted in to receive messages from the client's preferred third parties. |
|
Whether a user has opted in to receive messages updating them on client activities. |
|
Whether a user has opted to have inverted colours in their emails. This is currently only relevant to the Octopus Energy brand, whose emails have a dark background by default. |
|
Song which will be used as hold music for the user. |
|
The date the SMS opt-in was last changed. |
Example
{
"emailFormat": "TEXT",
"fontSizeMultiplier": 213.47,
"isOptedInMeterReadingConfirmations": true,
"isOptedInToClientMessages": true,
"isOptedInToLifeSupportCall": true,
"isOptedInToOfferMessages": true,
"isOptedInToRecommendedMessages": true,
"isOptedInToSmsMessages": true,
"isOptedInToThirdPartyMessages": true,
"isOptedInToUpdateMessages": true,
"isUsingInvertedEmailColours": true,
"preferredHoldMusic": "NO_SONG_PREFERRED",
"smsOptInLastChangeDate": "2018-07-22T20:27:55.578975+00:00"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 93,
"edges": [AccountUserConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 4
}
AccountUserConnectionTypeEdge
A Relay edge containing a AccountUserConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "play-side-lot-more-young",
"node": AccountUserType
}
AccountUserConsents
Information about the consents for an account user.
Fields
| Name | Description |
|---|---|
|
Consents linked to this user. |
Example
{
"consents": [ConsentType]
}
Fields
| Name | Description |
|---|---|
|
Whether the value is sensitive and encrypted. |
|
The namespace for the property. |
|
The property value. |
Example
{
"isSensitive": true,
"namespace": "picture-hotel-question-exactly-center",
"value": "whose-even-heart-color-perhaps"
}
AccountUserPermission
Holds information about a specific permission.
Fields
| Name | Description |
|---|---|
|
The short name of the permission. |
Example
{
"permission": "save-particularly-her-course-poor"
}
AccountUserRoleType
The role a user has in association with one account.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The account role. |
|
Example
{
"account": AccountType,
"id": "99916410",
"role": ADMIN,
"user": AccountUserType
}
AccountUserType
User objects are the core of the authentication system. They typically represent a customer who manages a portfolio of one or more accounts.
Fields
| Name | Description |
|---|---|
|
List of accounts that the user is linked to either via portfolio role or account role. |
Arguments
Optionally filter the user's accounts to only return those linked to portfolios on the specified brands.
Optionally exclude accounts that have never had an agreement.
Optionally exclude accounts with any of the given account types.
Optionally restrict user accounts to only return those with the specified account numbers.
Optionally restrict user accounts to only return those linked to portfolios on public facing brands. |
|
|
List of roles a user has for each account they're linked to. |
Arguments
Optionally filter the user's account roles to only return those linked to specific accounts. |
|
|
This user's address. |
|
List of alternative phone numbers for the account user. |
|
List of businesses that the user has access to through their granted roles. |
|
Consents linked to this user. |
|
|
|
AccountUser's date of birth. |
|
List of details linked to this user. |
|
We recommend you use fullName instead of this field. |
|
Deprecated The 'displayName' field is deprecated. |
|
|
|
|
|
|
We recommend you use preferredName or fullName instead of this field. |
|
Deprecated The 'firstName' field is deprecated. |
|
|
The user's full name. |
|
|
|
Whether there are family issues. |
|
List of hold music options. |
|
|
|
Whether this user is active. |
|
Designates whether this user is deceased. |
|
True if user is linked to an account with an active hardship agreement. |
|
|
|
A free text field to help identifying the customer (e.g. for a job title). |
|
|
|
The user's landline phone number. |
|
Deprecated The 'landlinePhoneNumber' field is deprecated. |
|
|
We recommend you use preferredName or fullName instead of this field. |
|
Deprecated The 'lastName' field is deprecated. |
|
|
The user's secret key to access the Developer API. |
|
|
|
A code that uniquely identifies the account user. |
|
List payment instructions linked to this user. |
|
Holds information about the permissions of the current viewer. |
|
We recommend you use portfolioIds instead of this field. |
|
Deprecated The 'portfolioId' field is deprecated. |
|
|
List of portfolio ids that the user is linked to via their portfolio roles. |
Arguments
Optionally filter the user's portfolios to only return those linked to specified brands.
Optionally restrict the user portfolios to only return those linked to public facing brands. |
|
|
List of portfolios that the user is linked to via their portfolio roles. |
Arguments
Optionally filter the user's portfolios to only return those linked to specified brands.
Optionally restrict the user portfolios to only return those linked to public facing brands. |
|
|
List of roles a user has for each portfolio they're linked to. |
|
|
|
The user's preferred name. |
|
The user's pronouns e.g. 'she/her', 'he/him', 'they/them'. |
|
|
|
|
Example
{
"accounts": AccountInterface,
"accountUserMeta": AccountUserMeta,
"accountUserRoles": [AccountUserRoleType],
"address": RichAddressType,
"alternativePhoneNumbers": "quickly-occur-doctor-Republican-hold",
"businesses": BusinessConnectionTypeConnection,
"consents": [ConsentType],
"createdAt": "1974-04-22T20:25:06.014478+00:00",
"dateOfBirth": "1975-11-06",
"details": [AccountUserDetailType],
"email": "home-TV-partner-new-hotel",
"familyName": "Hebert",
"fullName": "under-draw-better-experience-process",
"givenName": "Mary",
"hasFamilyIssues": true,
"id": "68636864",
"isActive": true,
"isDeceased": true,
"isInHardship": true,
"label": "most-dream-follow-do-special",
"landline": "production-edge-measure-top-budget",
"liveSecretKey": "lot-prove-fly-feel-although",
"mobile": "must-image-of-bag-summer",
"number": "ability-sure-sell-dinner-board",
"paymentMethods": PaymentInstructionConnectionTypeConnection,
"permissions": [AccountUserPermission],
"portfolioIds": "61639081",
"portfolios": PortfolioConnectionTypeConnection,
"portfolioUserRoles": [PortfolioUserRoleType],
"preferences": ItaAccountUserCommsPreferences,
"preferredName": "last-maybe-former-lose-me",
"pronouns": "us-government-appear-identify-must",
"specialCircumstances": SpecialCircumstancesType,
"title": "professional-live-budget-page-least"
}
AccountWithStatusInfoType
An object holding a subset of account.
Fields
| Name | Description |
|---|---|
|
The active payment method for the account. |
|
The current balance of the account. |
|
Data about whether or not an account can modify their payments. |
|
Retrieve all market supply agreements under this account. Note that when |
|
|
|
Properties linked to the account now and in the future. |
Arguments
Returns properties that have an effective period that ends at or after the given activeFrom datetime. |
|
|
The current status of the account. |
Example
{
"activePaymentMethod": "anyone-attorney-story-happen-former",
"balance": 24,
"canModifyPayments": CanModifyPaymentsType,
"marketSupplyAgreements": AgreementConnection,
"number": "recognize-join-road-speech-police",
"properties": [PropertyType],
"status": "PENDING"
}
Fields
| Name | Description |
|---|---|
|
The agent carrying out the appointment. |
|
The agent reference of the appointment. |
|
The date of the appointment. |
|
The reason the appointment was cancelled (category). |
|
The reason the appointment was cancelled (sub-category). |
|
When the appointment was created. |
|
The date of the appointment. |
|
The unique identifier of the appointment. |
|
The request ID of the Request that the appointment is associated with. |
|
The current status of the Siteworks application. |
|
The end time of the appointment time slot. |
|
The start time of the appointment time slot. |
|
The category of work the appointment has been booked for. |
Example
{
"agent": "GENERIC_AGENT",
"agentReference": "model-without-fine-buy-sister",
"appointmentDate": "2018-08-20",
"cancellationCategory": "CANCELLED_BY_CUSTOMER",
"cancellationSubCategory": "blood-baby-issue-risk-Congress",
"createdAt": "2025-12-02T21:17:02.390619+00:00",
"date": "1986-02-23",
"id": "336e3bb4-1479-47ea-b358-b89d66b40579",
"requestId": "72438535",
"status": "REQUIRES_TIMESLOT",
"timeSlotEnd": "04:18:47.275192",
"timeSlotStart": "12:55:17.838666",
"workCategory": "ACCURACY_TEST"
}
Fields
| Name | Description |
|---|---|
|
Address line 1 of the associated property of the COS loss process. |
|
Address line 2 of the associated property of the COS loss process. |
|
Address line 3 of the associated property of the COS loss process. |
|
The fuel type of the meter associated with the COS loss process. |
|
The id of the 'Change Of Supplier Loss' process. |
|
A flag for whether or not the meter point has an open ET associated with it. |
|
Postcode of the associated property of the COS loss process. |
|
The date the supply ends. |
Example
{
"addressLine1": "man-responsibility-alone-but-stay",
"addressLine2": "treat-five-discover-action-action",
"addressLine3": "type-daughter-wonder-politics-style",
"cosLossProcessFuelType": "ELECTRICITY",
"cosLossProcessId": 89377926,
"hasOpenErroneousTransfer": true,
"postcode": "similar-art-think-development-possible",
"supplyEndDate": "2020-03-18"
}
Fields
| Name | Description |
|---|---|
|
The time the data was reported. |
|
The latest reported activity of the heat pump. |
Example
{
"timestamp": "1971-07-18T10:34:21.399907+00:00",
"value": "PRE_HEATING"
}
Fields
| Name | Description |
|---|---|
|
Username of the Actor. |
Example
{
"username": "section-special-more-election-describe"
}
Fields
| Name | Description |
|---|---|
|
The contract actualized. |
Example
{
"contract": Contract
}
Fields
| Name | Description |
|---|---|
|
Code name of the sensor. |
|
User determined name for a sensor. |
|
Whether or not a sensor is enabled. |
|
Sensor type (NTC). |
Example
{
"code": "agree-join-against-art-sound",
"displayName": "trouble-kind-opportunity-prepare-often",
"enabled": true,
"type": "ZIGBEE"
}
AddBusinessToSegmentMutation
Add a business to a segment.
Fields
| Name | Description |
|---|---|
|
The business segment period that was created. |
Example
{
"businessSegmentPeriod": BusinessSegmentPeriodType
}
AddCampaignToAccount
The possible errors that can be raised are:
- KT-CT-1111: Unauthorized.
- KT-CT-4123: Unauthorized.
- KT-CT-7427: No campaign found with given slug.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Whether the campaign was successfully added. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"campaignAdded": true
}
AddChildToProperty
Add a child property to a parent property in a hierarchy.
If the child is already in the hierarchy with a different parent, it will be reparented. If the child is already a child of the specified parent, this operation is idempotent and does nothing.
Fields
| Name | Description |
|---|---|
|
The child property that was added to the parent. |
Example
{
"child": PropertyType
}
AddCreditToSmartMeter
Add credit to a smart prepayment meter.
Fields
| Name | Description |
|---|---|
|
Top-up amount in pence to add to smart meter. |
Example
{
"amount": 65
}
AddEvPublicChargingToken
Add an EV Public Charging token.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
|
Example
{
"token": Token
}
AddItemsToRiskList
Add new items to risk list.
Fields
| Name | Description |
|---|---|
|
List of successfully added risk identifiers. |
Example
{
"riskIdentifiers": [RiskListItemType]
}
AddNoteToInkConversation
The possible errors that can be raised are:
- KT-CT-7612: The Ink conversation was not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The ink conversation note. |
Example
{
"note": InkNote
}
AddParentToProperty
Add a parent property to a child property in a hierarchy.
If the child is already in the hierarchy with a different parent, it will be reparented. If the child is already a child of the specified parent, this operation is idempotent and does nothing.
Fields
| Name | Description |
|---|---|
|
The parent property that was added to the child. |
Example
{
"parent": PropertyType
}
AddPartnerUserToTeam
Add an existing partner user to a partner team.
Fields
| Name | Description |
|---|---|
|
The partner user that was added to the team. |
Example
{
"partnerUser": PartnerUserType
}
AddPortfolioReference
Add a reference to an existing portfolio.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
}
AddProperty
Add a property to an account.
Fields
| Name | Description |
|---|---|
|
The property that was added to the account. |
Example
{
"property": PropertyType
}
AddPropertyToHierarchy
Add a property to a hierarchy as a root node.
If the property is already a root node in the hierarchy, this operation is idempotent. If the property is already in the hierarchy as a child, an error will be raised.
Fields
| Name | Description |
|---|---|
|
The property that was added to the hierarchy. |
Example
{
"property": PropertyType
}
Example
{
"mpan": "marriage-decision-without-popular-movie",
"profileClass": "early-ability-ball-best-foreign"
}
Fields
| Name | Description |
|---|---|
|
Example
{
"mprn": "kid-board-blood-fact-although"
}
AddressConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 19,
"edges": [AddressConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 8
}
AddressConnectionTypeEdge
A Relay edge containing a AddressConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "factor-those-building-property-everyone",
"node": AddressType
}
AddressFieldConfigType
Configuration for a single field in an address form.
Fields
| Name | Description |
|---|---|
|
Pre-filled seed value shown before any user interaction. Null if not set. |
|
Validation error messages for this field. Empty when the field is valid or no validation has been run. |
|
Input widget type to render for this field. |
|
Country-specific human-readable label, e.g. 'Suburb' or 'Postcode'. |
|
Machine identifier for the field, e.g. 'locality' or 'postal_code'. |
|
Available options for SELECT fields. Null for all other field types. |
|
Whether the user can interact with this field. False for hidden fields. |
|
Client-side validation constraints for this field. |
|
Submitted or pre-loaded form value. Null if not set. |
Example
{
"default": "radio-quite-security-must-audience",
"errors": "camera-right-pull-accept-attention",
"fieldType": "TEXT",
"label": "learn-tough-hold-industry-crime",
"name": "cold-start-carry-bad-study",
"options": [AddressFieldOptionType],
"userEditable": true,
"validation": AddressFieldValidationRuleType,
"value": "draw-little-draw-way-open"
}
AddressFieldDescriptorType
Describes the structure of an address form for a given country, including all field groups, field configurations, and validation rules.
Fields
| Name | Description |
|---|---|
|
Ordered list of field groups making up the address form. |
Example
{
"fieldGroups": [AddressFieldGroupType]
}
AddressFieldGroupType
A named group of address fields forming a logical section of the form.
Fields
| Name | Description |
|---|---|
|
Ordered list of fields in this group. |
|
Optional UI section heading. Null for unlabelled groups. |
|
Machine identifier for the group, e.g. 'address_fields' or 'country_selection'. |
Example
{
"fields": [AddressFieldConfigType],
"label": "image-modern-market-cup-husband",
"name": "step-million-style-serve-type"
}
AddressFieldOptionType
A single selectable option for a SELECT address field.
Fields
| Name | Description |
|---|---|
|
Human-readable text shown in the dropdown, e.g. 'New South Wales'. |
|
The raw value submitted with the form, e.g. 'NSW'. |
Example
{
"label": "song-agree-even-half-red",
"value": "generation-compare-science-bag-authority"
}
AddressFieldValidationRuleType
Client-side validation constraints for an address field. These rules can be enforced without a server round-trip.
Fields
| Name | Description |
|---|---|
|
Maximum number of characters allowed. Null if no limit. |
|
Regular expression the submitted value must match. Null if unrestricted. |
|
Whether the field must be filled before submitting. |
Example
{
"maxLength": 29,
"regex": "doctor-president-sometimes-positive-also",
"required": true
}
Fields
| Name | Description |
|---|---|
|
List of energised electricity meter points associated with the address. |
|
List of network rates information for each electricity meter-point. |
|
List of gas meter points associated with the address. |
Example
{
"electricityMeterPoints": [ElectricMeterTechnicalDetails],
"electricityNetworkRates": [ElectricityNetworkRates],
"gasMeterPoints": [GasMeterTechnicalDetails]
}
Fields
| Name | Description |
|---|---|
|
Country code of billing address. |
|
Line 1 of address. |
|
Line 2 of address. |
|
Line 3 of address. |
|
Line 4 of address. |
|
Line 5 of address. |
|
Postcode of billing address. |
Example
{
"countryCode": "ever-fish-seek-performance-could",
"line1": "quickly-lose-paper-blood-side",
"line2": "after-mouth-establish-bad-long",
"line3": "memory-human-book-total-involve",
"line4": "hour-go-low-program-level",
"line5": "risk-pressure-mention-size-somebody",
"postcode": "take-no-class-that-interest"
}
Fields
| Name | Description |
|---|---|
|
A unique ID per address using part of the address with spaces removed. |
|
The type of address (domestic, business or unknown). |
|
The complete and human-legible address in a single string. |
|
|
|
|
|
The ID of the Grid Supply Point Group that the address belongs to. |
|
|
|
The identifier for a property. The house number consists of the part of line 1 of the address that is not the street name. This includes sub-building names, building names, deliver point aliases and building numbers. For example, the house number for the property 'Flat 12 100 Example St' would be 'Flat 12 100'. |
|
Line 1 of the address. This is generally the house number and street name. |
|
Line 2 of the address. This is generally the area or village. |
|
Line 3 of the address. This is generally the area or village. |
|
Line 4 of the address. This is generally the city. |
|
Line 5 of the address. This is generally the county. |
|
|
|
The street name for a property. The street name consists of the part of line 1 of the address that is not the house number. For example, the house number for the property 'Flat 12 100 Example St' would be 'Example St'. |
Example
{
"city": "same-attorney-relate-however-several",
"extraInfo": "reason-exist-program-anyone-Congress",
"postcode": "cup-from-event-think-so",
"province": "must-during-score-see-game",
"streetName": "research-each-stuff-really-local",
"streetNumber": "reach-project-carry-seven-nothing",
"streetType": "future-watch-very-whom-ago"
}
AddressUPRNTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 90,
"edges": [AddressUPRNTypeEdge],
"pageInfo": PageInfo,
"totalCount": 100
}
AddressUPRNTypeEdge
A Relay edge containing a AddressUPRNType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "people-health-attack-give-once",
"node": UniqueRELAddressType
}
AddSignupReferralOnAccount
Create a referral scheme reward for an organization. This allows businesses to issue rewards based on a referral scheme.
Fields
| Name | Description |
|---|---|
|
The created account referral instance. |
Example
{
"accountReferral": ReferralType
}
AddStorylineToInkConversation
The possible errors that can be raised are:
- KT-CT-7612: The Ink conversation was not found.
- KT-CT-7651: Only one storyline entry can be marked as the root cause.
- KT-CT-7657: The provided analyzer result data is invalid.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The storyline that was added to the conversation. |
Example
{
"storyline": InkStoryline
}
AddUserToPortfolio
Add an user to a portfolio with a specified role.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
}
AffiliateAudioRecordingPresignedPostType
Metadata returned when generating a pre-signed post URL for an affiliate.
Fields
| Name | Description |
|---|---|
|
The S3 bucket. |
|
The fields to be included in the pre-signed post. |
|
The S3 bucket key. |
|
The pre-signed S3 URL. |
Example
{
"bucket": "available-image-view-continue-order",
"fields": {"key": "value"},
"key": "already-the-cup-early-wind",
"preSignedUrl": "gas-surface-approach-poor-star"
}
AffiliateLinkType
Affiliate link for the organization.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
Affiliate Organisation. |
|
|
|
Example
{
"contactEmail": "political-keep-us-form-school",
"contactName": "spend-accept-week-exist-its",
"id": "48522245",
"isBusiness": true,
"landingUrl": "certainly-reveal-phone-ability-machine",
"organisation": AffiliateOrganisationType,
"subdomain": "win-cell-response-fire-manage",
"trainingStatus": "NOT_APPLICABLE"
}
Fields
| Name | Description |
|---|---|
|
Is this partner allowed to specify payment methods other than Direct Debit in the import csv or API. |
|
Are meter point registrations limited for profile classes 1 and 2 for registrations from csv or API. |
|
Allow registration requests with customers without an email address. |
|
Allow registration requests with exiting account user emails to add to the portfolio belonging to the account user. |
|
Allow performing tariff renewals via API. |
|
Allow this partner access to the IVR support API (modify their own IVR handling through third party 'IVR Flow Editor'). |
|
The primary contact email for the organisation. |
|
Default Account Type. |
|
The ID of the affiliate organisation. |
|
Restrict to field-sales-only products? This is only allowed for the 'field-sales' and 'events' sales channels. |
|
The name of the affiliate organisation. |
|
Unique identifier for the organisation in the format O-XXXXXXXX. |
|
External references attached to the organisation, keyed by namespace. |
|
Sales Channel. |
|
Deprecated The 'salesChannel' field is deprecated. |
|
|
Sales Channel Code. |
|
Allow this partner to skip validation that ensures all meter points belong to the same address. |
Example
{
"allowAlternativePaymentMethods": true,
"canRegisterBusinessMeterPoints": true,
"canRegisterCustomersWithoutEmailAddress": true,
"canRegisterPortfolioAccounts": true,
"canRenewTariffs": true,
"canUseIvrSupportApi": true,
"contactEmail": "wife-audience-government-student-back",
"defaultAccountType": "BUSINESS",
"id": "93853032",
"isFieldSalesOnlyProduct": true,
"name": "industry-space-speak-number-improve",
"number": "need-me-inside-leader-very",
"references": [OrganisationReferenceType],
"salesChannelCode": "drop-threat-number-easy-team",
"skipMeterPointAddressValidation": true
}
AffiliateSessionType
A tracked session for the affiliate link.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Affiliate Link. |
|
|
|
Example
{
"id": "18912364",
"ipAddress": "agent-girl-evening-indicate-fire",
"link": AffiliateLinkType,
"queryParams": {"key": "value"},
"userAgent": "cold-dog-order-call-church"
}
Fields
| Name | Description |
|---|---|
|
The ID of the agent auxiliary status. |
|
The current auxiliary status of the agent. |
|
The timestamp when the status was last updated. |
Example
{
"id": "29090604",
"status": "raise-movement-surface-although-herself",
"updatedAt": "1991-03-13T05:41:57.706463+00:00"
}
Fields
| Name | Description |
|---|---|
|
The ID of the agent call center status. |
|
The ID of the most recent call handled by the agent. If the agent status is BUSY then this will be the ID of the current call. |
|
The current status of the agent in the call center. |
|
The timestamp when the status was last updated. |
Example
{
"id": "74373785",
"mostRecentCallId": 84332591,
"status": "have-road-week-dinner-in",
"updatedAt": "1996-03-13T14:24:50.134557+00:00"
}
Fields
| Name | Description |
|---|---|
|
The price multiplier/coefficient used to calculate the unit rate. |
|
The peak offset for the unit rate. |
|
The maximum value/cap for the unit rate. |
Example
{
"gspCoefficient": 563.81,
"peakOffset": 615.22,
"priceCap": 105.37
}
Fields
| Name | Description |
|---|---|
|
Example
{
"agreedAt": "1983-06-18T13:39:41.036695+00:00",
"agreedFrom": "2022-01-16T01:54:07.496513+00:00",
"agreedTo": "2021-11-04T09:22:50.104374+00:00",
"electricitySupplyPoint": ElectricitySupplyPointType,
"id": 29524005,
"isActive": true,
"isRevoked": true,
"isRollover": true,
"market": "ELECTRICITY",
"product": ProductInterface,
"ratesAgreedAt": "1981-03-20T19:32:22.709175+00:00",
"rescissionDeadlineAt": "2004-03-06T04:12:14.419491+00:00",
"supplyPoint": ElectricitySupplyPointType,
"terminatedAt": "1982-10-07T09:34:33.095126+00:00",
"validFrom": "1989-02-01T18:06:00.009971+00:00",
"validTo": "1995-08-22T14:40:03.619969+00:00"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 58,
"edges": [AgreementEdge],
"pageInfo": PageInfo,
"totalCount": 60
}
AgreementEdge
A Relay edge containing a Agreement and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "later-avoid-color-federal-help",
"node": CommonAgreementType
}
AgreementRescissionType
Details of an agreement rescission
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
The current status of the agreement rescission. |
|
Example
{
"agreement": Agreement,
"createdAt": "2004-01-27T21:16:28.820530+00:00",
"failureReason": "executive-town-color-while-range",
"flowReference": "young-look-family-movement-first",
"id": "20760056",
"status": "IN_PROGRESS",
"updatedAt": "1997-03-30T10:11:55.401879+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List of tag names associated with this agreement rollover. |
|
Example
{
"actualSendDate": "2001-09-13",
"agreement": Agreement,
"createdAt": "1995-11-10T04:44:39.793346+00:00",
"expectedSendDate": "1994-01-26",
"failureReason": "right-seek-forget-result-carry",
"id": "45219287",
"number": "him-across-peace-kind-say",
"params": {"key": "value"},
"quoteRequests": [MarketSupplyQuoteRequestType],
"rolledOnTo": Agreement,
"rolloverType": "DEFAULT",
"status": "PENDING",
"suppressComms": true,
"tags": "second-themselves-right-series-expect",
"updatedAt": "2020-09-23T10:15:23.716644+00:00"
}
Fields
| Name | Description |
|---|---|
|
The amount of the transaction that has been allocated to the billing document. A positive amount indicates money received from the customer (payments, credits). A negative amount indicates money paid to the customer (repayments). |
|
Reason for the allocation intention. |
|
The amount of the transaction. A positive amount indicates money received from the customer (payments, credits). A negative amount indicates money paid to the customer (repayments). |
|
ID of the allocated transaction. |
|
The type of the transaction. |
Example
{
"allocationAmount": 39,
"allocationReason": "box-recent-against-style-energy",
"transactionAmount": 6,
"transactionId": 75962688,
"transactionType": "CREDIT"
}
AllocationType
Represents an allocation of a fulfilment to an obligation.
Fields
| Name | Description |
|---|---|
|
The amount of the allocation (in minor currency units), unsigned. |
|
The fulfilment that is allocated. |
Example
{
"amount": 97,
"fulfilment": FulfilmentType
}
AllowRepaymentSubmission
Allow a repayment to be submitted.
Fields
| Name | Description |
|---|---|
|
The repayment ID. |
|
Resulting Repayment Intervention details. |
Example
{
"repaymentId": "68702621",
"repaymentIntervention": RepaymentInterventionType
}
AlreadyLinkedError
Returned when an account already has a LINE account linked to it.
Fields
| Name | Description |
|---|---|
|
The type of error that occurred. |
Example
{
"type": "NO_MATCHING_LINE_LINK"
}
AmendPayment
Amend an existing payment.
Fields
| Name | Description |
|---|---|
|
Example
{
"payment": AccountPaymentType
}
AmendUnbilledElectricityReading
Amend unbilled electricity reading.
Fields
| Name | Description |
|---|---|
|
Example
{
"readingAmended": true
}
AnimationType
A media element containing an animation, such as a Lottie.
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
The horizontal alignment of the media. |
|
Unique identifier of the object. |
|
The resource URL of the media. |
|
The name of the object's type. |
|
The measurement of the element. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "once-study-however-yet-character",
"horizontalAlignment": "START",
"id": "87820828",
"mediaUrl": "protect-threat-information-game-husband",
"typename": "president-door-will-maintain-police",
"width": FractionSizeType
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 44,
"edges": [AnnualStatementConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 5
}
AnnualStatementConnectionTypeEdge
A Relay edge containing a AnnualStatementConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "consumer-computer-professional-it-really",
"node": AnnualStatementType
}
AnnualStatementType
Annual statements that are sent to the account. They summarize important information about usage and tariffs.
Example
{
"id": "99739115",
"pdfUrl": "join-task-too-man-rate",
"periodEndsAt": "1998-12-19T16:00:02.570482+00:00",
"periodStartsAt": "2003-09-08T11:56:28.876253+00:00"
}
AnnulmentBillingDocumentType
An annulment is a billing document that annuls another billing document.
Fields
| Name | Description |
|---|---|
|
ID of the billing document annulled by this annulment. |
|
First time the annulment was issued. |
|
ID for the annulment billing document. |
|
URL to the PDF of the annulment. |
Example
{
"annulledBillingDocumentId": 79325594,
"firstIssued": "2018-02-20T16:52:48.978511+00:00",
"id": 89527387,
"pdfUrl": "their-style-film-service-over"
}
Fields
| Name | Description |
|---|---|
|
The API type effected by this brownout. |
|
For GraphQL APIs this will be a field identifier in the format |
|
The iso formatted datetime at which this brownout will end. |
|
The iso formatted datetime at which this brownout will take effect. |
|
The current status of this brownout. |
Example
{
"apiType": "GRAPHQL",
"disablesRequestsTo": "thing-thank-believe-foreign-suffer",
"endsAt": "instead-dinner-civil-sign-than",
"startsAt": "myself-lawyer-study-dream-thank",
"status": "SCHEDULED"
}
APIBrownoutConnection
Paginator of API brownouts.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 80,
"edges": [APIBrownoutEdge],
"pageInfo": PageInfo,
"totalCount": 55
}
APIBrownoutEdge
A Relay edge containing a APIBrownout and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "involve-prove-through-wall-itself",
"node": APIBrownout
}
Fields
| Name | Description |
|---|---|
|
Storage for the API client to submit any contextual information. |
|
The request's correlation id. |
|
|
|
|
|
Input data for the API call if any. |
|
Free field for the API caller to categorise their own operation name. This field can be used to filter entries on the UI. |
|
The response from the API call if any. |
Example
{
"context": {"key": "value"},
"correlationId": "43816704",
"createdAt": "1991-12-18T09:23:44.285102+00:00",
"id": "58876350",
"inputData": {"key": "value"},
"operationName": "field-two-song-rest-official",
"response": {"key": "value"}
}
APIExceptionConnectionTypeConnection
Paginator of API exceptions.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 14,
"edges": [APIExceptionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 43
}
APIExceptionConnectionTypeEdge
A Relay edge containing a APIExceptionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "war-between-child-spring-professional",
"node": APIExceptionType
}
Fields
| Name | Description |
|---|---|
|
The category of the event. |
|
A JSON context to be provided with the event, if any. |
|
|
|
A description of the event. |
|
The type of the event. |
|
Example
{
"category": "miss-respond-conference-water-last",
"context": {"key": "value"},
"createdAt": "1992-12-29T16:55:30.248412+00:00",
"description": "water-beyond-much-point-shoulder",
"eventType": "network-guy-feel-list-same",
"id": "72408657"
}
Fields
| Name | Description |
|---|---|
|
The content of the API Exception note. |
|
Timestamp of when the API Exception note was created. |
|
The ID of the API Exception note. |
Example
{
"body": "feeling-live-early-despite-process",
"createdAt": "2000-05-13T15:14:21.425944+00:00",
"id": "67420175"
}
Fields
| Name | Description |
|---|---|
|
The account number provided to the exception. |
|
The API calls associated with this exception if any. |
|
The user assigned to handle this exception if any. |
|
Category associated with this exception. |
|
Free field for the API caller to categorise a channel. This could be (but not limited to) the client's team that calleded the API, the name of the 'flow' the call belongs to, etc. |
|
Storage for the API client to submit any contextual information. |
|
|
|
The customer contact provided to the exception. |
|
The events associated with this exception if any. |
|
External identifier submitted by the API client to track this exception on their end. |
|
|
|
The key date associated with the exception, if available. |
|
Notes associated with this exception if any. |
|
The operations team assigned to this exception if any. |
|
The current priority for the API exception. |
|
The current resolution status for the API exception. |
|
The current resolution type for the API exception. |
|
The supply point identifier provided to the exception. |
|
Tags associated with this exception if any. |
|
The user id provided to the exception. |
Example
{
"accountNumber": "A-3FC4CAF8",
"apiCalls": [APICallType],
"assignedUser": AssignedUserType,
"category": "ACCOUNT",
"channel": "field-boy-animal-history-ten",
"context": {"key": "value"},
"createdAt": "1996-08-28T18:13:34.213451+00:00",
"customerContact": "specific-but-wide-free-history",
"events": [APIExceptionEventType],
"externalIdentifier": "59420089",
"id": "37231359",
"keyDate": "1997-09-24",
"notes": [APIExceptionNoteType],
"operationsTeam": OperationsTeamType,
"priority": "LOW",
"resolutionStatus": "ASSIGNED",
"resolutionType": "AUTOMATIC",
"supplyPointIdentifier": "18873933",
"tags": "MOVE_IN",
"userId": 1
}
Example
{
"validFrom": "2022-04-22T18:18:55.355758+00:00",
"validTo": "2002-06-15T15:36:42.277329+00:00",
"value": "1.0"
}
ApplicableRateConnection
Used by territory plugins (e.g. NLD) for agreement-level applicable_rates fields.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 11,
"edges": [ApplicableRateEdge],
"pageInfo": PageInfo,
"totalCount": 58
}
ApplicableRateConnectionTypeConnection
Dovetailing rates applicable for an account / meter point combination over a given time period.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 16,
"edges": [ApplicableRateConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 18
}
ApplicableRateConnectionTypeEdge
A Relay edge containing a ApplicableRateConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "bar-remain-win-both-research",
"node": ApplicableRate
}
ApplicableRateEdge
A Relay edge containing a ApplicableRate and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "half-surface-forward-few-build",
"node": ApplicableRateType
}
Fields
| Name | Description |
|---|---|
|
The display name of the rate. |
|
Override price for the applicable rate. |
|
Price per unit. |
|
Technical identifier of the applicable rate. |
|
Unit of the applicable rate. |
|
The variant profile for the applicable rate. |
Example
{
"name": "type-his-area-design-quite",
"overridePrice": "1.0",
"pricePerUnit": "1.0",
"rateId": 73755118,
"unit": "trial-explain-task-born-choose",
"variantProfile": VariantProfile
}
ApproveRepayment
Approve a repayment.
Fields
| Name | Description |
|---|---|
|
The approved repayment. |
Example
{
"repayment": AccountRepaymentType
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 7,
"edges": [AppSessionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 6
}
AppSessionConnectionTypeEdge
A Relay edge containing a AppSessionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "agent-believe-real-billion-this",
"node": AppSessionType
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Post town |
|
County |
|
|
|
|
|
|
|
|
|
|
|
The location accuracy level in meters |
|
|
|
|
|
A list of outcomes associated with the app session. |
|
|
|
|
|
|
|
|
|
|
|
Example
{
"account": AccountType,
"addressLine1": "soldier-employee-admit-perhaps-standard",
"addressLine2": "matter-face-tree-safe-leave",
"addressLine3": "control-scene-picture-cut-worry",
"addressLine4": "how-lawyer-yes-question-attorney",
"addressLine5": "can-true-will-allow-couple",
"createdAt": "2004-12-20T01:02:26.673724+00:00",
"id": "826f3059-8fe9-40ff-8553-ee632d59c8c9",
"isArchived": true,
"link": AffiliateLinkType,
"locationAt": "1979-03-01T14:47:16.733276+00:00",
"locationHorizontalAccuracy": 21,
"locationLatitude": "1.0",
"locationLongitude": "1.0",
"outcomes": [OutcomeType],
"postcode": "never-it-indeed-off-thought",
"salesMode": "DOOR",
"startedAt": "1970-01-02T18:27:09.490480+00:00",
"stoppedAt": "2002-02-17T07:22:58.391201+00:00",
"type": AppSessionType,
"updatedAt": "1971-11-26T16:35:33.726970+00:00"
}
AssessCollectionProcessRecordForPause
Assess a collection process record for pause and pause or unpause it based on the assessment.
Fields
| Name | Description |
|---|---|
|
Details of collection process after running the pause assessment. |
Example
{
"collectionProcessProcessed": AssessCollectionProcessRecordForPauseOutputType
}
AssessCollectionProcessRecordForPauseOutputType
Output for assessing a Collection process for pause.
Fields
| Name | Description |
|---|---|
|
The pause status of the collection process. |
|
The number of the collection process record. |
Example
{
"isPaused": true,
"number": "arrive-I-century-vote-performance"
}
Fields
| Name | Description |
|---|---|
|
The code of the estimation group. |
|
The external identifier of the assigned supply point. |
Example
{
"estimationGroupCode": "rock-ten-cup-camera-then",
"supplyPointExternalId": "98869003"
}
Fields
| Name | Description |
|---|---|
|
The ID of the assigned user. |
|
The username of the assigned user. |
Example
{
"id": "44537489",
"username": "father-sort-vote-public-green"
}
AssignInkBucket
The possible errors that can be raised are:
- KT-CT-7612: The Ink conversation was not found.
- KT-CT-7613: The Ink bucket was not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The bucket that the conversation will be assigned to. |
|
The conversation that will be assigned to the bucket. |
Example
{
"bucket": InkBucket,
"conversation": InkConversation
}
AssignSupplyPointToEstimationGroup
The possible errors that can be raised are:
- KT-CT-1111: Unauthorized.
- KT-CT-13601: Estimation Group does not exist.
- KT-CT-13602: Supply Point already has an Estimation Group.
- KT-CT-13603: Supply Point does not exist.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The created supply point estimation group mapping. |
Example
{
"supplyPointEstimationGroup": AssignedSupplyPointEstimationGroupType
}
AssistanceAgreementType
A single Assistance Agreement.
Fields
| Name | Description |
|---|---|
|
The start datetime of the agreement. |
|
The end datetime of the agreement, if any. |
|
The type of assistance provided by the agreement. |
Example
{
"activeFrom": "1987-11-12",
"activeTo": "2011-05-09",
"assistanceType": "teach-together-modern-view-affect"
}
AssociateArchivedCallRecordingsWithCalls
The possible errors that can be raised are:
- KT-CT-11818: Invalid archived call recordings input.
- KT-CT-11820: Too many recordings to associate in a single request.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Per-recording processing results. |
|
Summary counts of the processing results. |
Example
{
"results": [AssociateArchivedRecordingResultType],
"summary": AssociateArchivedRecordingsSummaryType
}
Fields
| Name | Description |
|---|---|
|
If skipped or errored, the reason why. |
|
The ID of the recording, if one exists. |
|
The processing status: success, skipped, or error. |
|
|
The vendor call leg ID from the input. |
Example
{
"reason": "history-company-pay-here-nothing",
"recordingId": 36730382,
"status": "SUCCESS",
"vendorCallLegId": "29668266"
}
Fields
| Name | Description |
|---|---|
|
Number of recordings that failed to process. |
|
Number of recordings that were successfully archived or skipped. |
|
Total number of recordings processed. |
Example
{
"failed": 63,
"successful": 83,
"total": 7
}
AssociateCallWithAccount
The possible errors that can be raised are:
- KT-CT-4178: No account found with given account number.
- KT-CT-11802: Call not found.
- KT-CT-11808: Unable to associate account to call.
- KT-CT-11817: Invalid call ID.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The call. |
Example
{
"call": InboundCallType
}
AssociateItemToCollectionProcess
Associate an item to collection process record
Fields
| Name | Description |
|---|---|
|
Item associated to the collection process. |
Example
{
"collectionProcessAssociatedItem": AssociateItemToCollectionProcessOutputType
}
Fields
| Name | Description |
|---|---|
|
Associated item identifier. |
|
The number of the collection process record. |
Example
{
"itemId": "59078780",
"number": "hope-common-long-reach-company"
}
Fields
| Name | Description |
|---|---|
|
True if the agreements were successfully attached. |
Example
{
"ok": true
}
AttachmentType
Represents a file to attach to a communication
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Temporary URL at which the attachment is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). |
Example
{
"filename": "pattern-spend-compare-throw-total",
"id": "92932606",
"temporaryUrl": "never-point-after-else-guy"
}
Fields
| Name | Description |
|---|---|
|
The app session associated with this audio recording. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"appSession": AppSessionType,
"contentType": "policy-beautiful-information-glass-listen",
"createdAt": "2019-05-02T23:41:13.777666+00:00",
"duration": 261.1,
"fileSize": 99,
"id": "aad2630e-7944-4ac4-885d-531fa492b468",
"s3Bucket": "major-tough-us-own-once",
"s3Key": "sport-wait-total-year-far",
"startedAt": "2005-08-08T07:08:15.138907+00:00",
"stoppedAt": "1991-10-06T15:56:21.530442+00:00",
"updatedAt": "2025-09-20T06:54:55.742414+00:00"
}
AuthFlow
A step where the user must complete an auth flow.
Fields
| Name | Description |
|---|---|
|
The URL to redirect the user to for authorization. |
|
Returns the error raised from a failed authorization flow, if any. |
|
A unique identifier for this onboarding step. |
|
The URI where the auth flow is going to redirect back to at the end. |
Example
{
"authorizationUri": "believe-material-specific-all-feeling",
"error": AuthFlowError,
"id": "99473906",
"redirectUri": "company-care-for-almost-power"
}
AuthFlowError
An error that occurred during an authorization flow.
Fields
| Name | Description |
|---|---|
|
A more detailed description of the error, if available. |
|
A human readable error message. |
Example
{
"description": "office-health-building-edge-rest",
"message": "which-participant-book-opportunity-clear"
}
Fields
| Name | Description |
|---|---|
|
The client ID of the application. |
|
The name of the application. |
Example
{
"clientId": "87410663",
"name": "hotel-add-tend-early-might"
}
AutoTopupConfigConnectionTypeConnection
GraphQL output type for querying nodes of auto top-up configs.
Using this class instead of AutoTopupConfigType directly allows for pagination.
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
Example
{
"edges": [AutoTopupConfigConnectionTypeEdge],
"pageInfo": PageInfo
}
AutoTopupConfigConnectionTypeEdge
A Relay edge containing a AutoTopupConfigConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "before-recent-such-along-huge",
"node": AutoTopupConfigType
}
AutoTopupConfigType
GraphQL output type for querying auto top-up configs.
Fields
| Name | Description |
|---|---|
|
The account number, e.g.: 'A-A1B2C3D4'. |
|
Alphanumber code identifying the device, e.g.: 'A1-BC-D2-00-01-23-EF-4G'. |
|
The date and time when the config became effective. |
|
The date and time when the config stopped being effective. |
|
|
|
Auto top-up amount in the lowest currency unit. i.e. USA cents / GBP pence / etc. |
Example
{
"accountNumber": "A-416D0A60",
"deviceId": "23317178",
"effectiveFrom": "1971-04-13T01:23:10.292107+00:00",
"effectiveTo": "1988-07-22T06:40:36.652814+00:00",
"id": "26754984",
"topupAmount": 55
}
AutoTopupTriggerConnectionTypeConnection
GraphQL output type for querying nodes of auto top-up trigger events.
Using this class instead of AutoTopupTriggerType directly allows for pagination.
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
Example
{
"edges": [AutoTopupTriggerConnectionTypeEdge],
"pageInfo": PageInfo
}
AutoTopupTriggerConnectionTypeEdge
A Relay edge containing a AutoTopupTriggerConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "reach-left-thousand-store-instead",
"node": AutoTopupTriggerType
}
AutoTopupTriggerType
GraphQL output type for querying auto top-up trigger events.
Fields
| Name | Description |
|---|---|
|
Integer ID of the related AutoTopupConfig, e.g. '123'. |
|
DateTime when the trigger event was created, e.g. '2024-01-01T00:00:00+00:00'. |
|
Reason auto top-up trigger event failed, if any. |
|
|
|
Source of the auto top-up trigger event. |
|
Status of the auto top-up trigger event. |
|
DateTime when auto topup was triggered, e.g. '2024-01-01T00:00:00+00:00'. |
|
DateTime when the trigger event was last updated, e.g. '2024-01-01T00:00:00+00:00'. |
Example
{
"autoTopupConfigId": "99328451",
"createdAt": "2006-07-03T20:51:50.473447+00:00",
"failureReason": "NO_IMPORT_METER",
"id": "10827324",
"source": "LOW_CREDIT_BALANCE",
"status": "INITIATED",
"triggeredAt": "2016-12-15T14:02:28.766373+00:00",
"updatedAt": "2018-01-10T10:59:57.458562+00:00"
}
Fields
| Name | Description |
|---|---|
|
Spin information for an electricity agreement. |
|
Spin information for a gas agreement. |
Example
{
"electricity": SupplyTypeSpecificSpinsType,
"gas": SupplyTypeSpecificSpinsType
}
AwardLoyaltyPoints
Award the specified number of Loyalty Points to the account.
Fields
| Name | Description |
|---|---|
|
The ledger entry for the awarded loyalty points. |
|
The number of loyalty points that were awarded. |
Example
{
"ledgerEntry": LoyaltyPointLedgerEntryType,
"pointsAwarded": 71
}
BackendScreenEvent
Returns an Action to perform, e.g. a screen to load.
BackendScreenEvents are specific types of Action which trigger a mutation in the Kraken backend. They return an action (any type), such as a ScreenActionType (which is then used to load the next screen). Any action registered in the registry should really be an "event" with some side-effect in the backend.
Fields
| Name | Description |
|---|---|
|
An action to perform. |
Example
{
"action": BackendScreenEventActionType
}
BackendScreenEventActionType
An action which triggers some event in the Kraken backend.
Fields
| Name | Description |
|---|---|
|
The ID of the event to trigger. |
|
Unique identifier of the object. |
|
List of key-value pairs to pass as parameters to the event. |
|
The name of the object's type. |
|
The name of the action object's type. |
Example
{
"eventId": "38873561",
"id": "89832573",
"params": [BackendScreenParam],
"typename": "member-poor-campaign-newspaper-he",
"typeName": "weight-card-issue-body-lead"
}
BackendScreenParam
A key-value pair (both Strings) which is passed as a parameter to a screen.
Example
{
"key": "issue-about-happen-executive-floor",
"value": "check-front-staff-reflect-worry"
}
Fields
| Name | Description |
|---|---|
|
Whether the balance forecast is available for the given account. |
|
The reason why the balance forecast is unavailable for the given account. |
Example
{
"isAvailable": true,
"unavailabilityReason": "NO_BILL_ISSUED_IN_LAST_60_DAYS"
}
Fields
| Name | Description |
|---|---|
|
The reason why the balance forecast is unavailable for the given account. |
|
Whether the balance forecast is available for the given account. |
|
Deprecated The 'isAvailable' field is deprecated. |
|
Example
{
"availability": BalanceForecastAvailabilityType
}
Fields
| Name | Description |
|---|---|
|
The ledger balance (in minor currency unit) which when passed will trigger a payment. |
|
The target balance (in minor currency unit) for the ledger. |
Example
{
"balanceThreshold": 67,
"targetBalance": 49
}
Fields
| Name | Description |
|---|---|
|
Indicates whether the provided bank details are valid. |
|
Provides additional information about validation result. |
Example
{
"areValid": true,
"message": "throughout-wrong-soon-such-lawyer"
}
Fields
| Name | Description |
|---|---|
|
The maximum state of charge (soc) %. |
|
The minimum state of charge (soc) %. |
Example
{
"maximumSocPercentage": 70,
"minimumSocPercentage": 1
}
Fields
| Name | Description |
|---|---|
|
The charging preferences of the battery (e.g. min / max state of charge %). |
|
The current status of the battery (e.g. connected, state of charge, power). |
|
Batteries. |
|
ID of the device in KrakenFlex. |
|
Device specific parameters. |
|
Battery integration provider (make). |
Example
{
"chargingPreferences": BatteryChargingPreferencesType,
"deviceStatus": DeviceStatusType,
"deviceType": "BATTERIES",
"krakenflexDeviceId": "59255083",
"params": BatteryParamsType,
"provider": "BMW_GROUP"
}
Fields
| Name | Description |
|---|---|
|
ID of the battery variant. |
Example
{
"variantId": "43583535"
}
Fields
| Name | Description |
|---|---|
|
Whether the battery is currently connected (online/offline). |
|
The current power being used to charge the battery, or discharging from the battery, in kW. A negative value indicates this power is being used to charge the battery; a positive value indicates power is being discharged from the battery. |
|
The current state of charge (SoC) of the battery (0-100). |
Example
{
"connectionStatus": "ONLINE",
"powerInKw": "1.0",
"stateOfCharge": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Usable capacity in kWh. |
|
Coupling type (AC/DC). |
|
Whether a variant is deprecated. |
|
Whether an integration/make is live, i.e. available. |
|
Max import/export power in kW. |
|
Model name of the battery. |
|
ID of the battery variant. |
Example
{
"batteryCapacityInKwh": "1.0",
"couplingType": "AC",
"isDeprecated": true,
"isIntegrationLive": true,
"maxPowerInKw": "1.0",
"model": "conference-measure-as-training-food",
"variantId": "37555511"
}
Fields
| Name | Description |
|---|---|
|
Make of the home battery. |
|
List of home battery models per make. |
Example
{
"make": "trip-different-head-personal-ability",
"models": [BatteryVariantModelsType]
}
BespokeRateConfigurationType
The BespokeRateConfiguration term.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The schedules for the bespoke rate configuration. |
|
The type of the term. |
Example
{
"description": "since-chance-eat-six-section",
"displayName": "bit-gas-culture-can-use",
"identifier": "60096010",
"isVariable": true,
"schedules": [BespokeRateScheduleType],
"type": "ever-personal-area-important-trouble"
}
BespokeRateItemType
Item for the BespokeRateConfiguration term.
Fields
| Name | Description |
|---|---|
|
The price per unit for the bespoke rate item. |
|
The rate specification code for the bespoke rate item. |
|
The rate specification type for the bespoke rate item. |
|
The variant profile for the bespoke rate item. |
Example
{
"pricePerUnit": "1.0",
"rateSpecificationCode": "evidence-indicate-money-after-every",
"rateSpecificationType": "PRODUCT_RATE",
"variantProfile": VariantProfile
}
BespokeRateScheduleType
Schedule for the BespokeRateConfiguration term.
Fields
| Name | Description |
|---|---|
|
The items for the bespoke rate schedule. |
|
The product code for the bespoke rate schedule. |
|
The external identifier of the supply point this schedule targets. |
|
The datetime the schedule of bespoke rates is valid from. |
|
The datetime the schedule of bespoke rates is valid to. |
Example
{
"items": [BespokeRateItemType],
"productCode": "visit-arrive-see-decade-poor",
"supplyPointIdentifier": "15890887",
"validFrom": "1976-05-01T14:03:04.214911+00:00",
"validTo": "1981-01-31T11:38:57.680957+00:00"
}
BillCharge
A charge to the customer from the energy retailer.
Fields
| Name | Description |
|---|---|
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
If this charge is for consumption of a good or service, this field will contain details of how much was consumed. Omitted in cases where the charge is not for consumption, or where consumption information is not available (e.g. for some older records). |
|
The date time when the transaction is created. |
|
Supporting information about this charge (if any is available). |
|
The unique identifier for the transaction. |
|
Returns the note field value for the transaction, which contains additional info. |
|
The date the transaction was posted. |
|
Returns the reason. |
|
A user readable string that indicates what this transaction relates to. |
Example
{
"amounts": TransactionAmountType,
"consumption": Consumption,
"createdAt": "2026-01-29T10:42:24.506991+00:00",
"detail": SupplyOrServiceCharge,
"id": "40585764",
"note": "act-will-learn-window-look",
"postedDate": "2013-06-21",
"reasonCode": "risk-center-general-and-general",
"title": "these-scene-business-everyone-whose"
}
BillConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 76,
"edges": [BillConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 31
}
BillConnectionTypeEdge
A Relay edge containing a BillConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "ten-seem-appear-law-vote",
"node": BillInterface
}
BillCredit
A credit to the customer from the energy retailer.
Fields
| Name | Description |
|---|---|
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The date time when the transaction is created. |
|
The unique identifier for the transaction. |
|
Returns the note field value for the transaction, which contains additional info. |
|
The date the transaction was posted. |
|
Returns the reason. |
|
A user readable string that indicates what this transaction relates to. |
Example
{
"amounts": TransactionAmountType,
"createdAt": "2021-09-08T20:52:09.074497+00:00",
"id": "29721011",
"note": "recently-surface-relationship-site-perhaps",
"postedDate": "1971-03-12",
"reasonCode": "apply-begin-success-fill-how",
"title": "Mr-report-medical-require-really"
}
BillDueDateType
Represents bill due dates to be applied in a contract.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The number of days to pay a bill from issue date, after which the debt becomes delinquent. |
|
The type of the term. |
|
The type of day to consider (WORKING or CALENDAR). |
Example
{
"description": "political-arrive-enter-occur-wall",
"displayName": "land-middle-cold-wish-worry",
"identifier": "36466769",
"isVariable": true,
"numberOfDays": 69,
"type": "over-member-issue-sort-music",
"typeOfDays": "WORKING"
}
BillingAttachmentConnectionTypeConnection
A connection that can provide links to the attachments of the bill.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 30,
"edges": [BillingAttachmentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 37
}
BillingAttachmentConnectionTypeEdge
A Relay edge containing a BillingAttachmentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "right-between-direction-break-information",
"node": BillingAttachmentType
}
BillingAttachmentType
Attachments are associated with a bill files and can be used to provide additional information to the customer.
Fields
| Name | Description |
|---|---|
|
The name of the file. |
|
The |
|
The expiry datetime field of the temporary URL. |
Example
{
"filename": "pay-name-office-see-entire",
"temporaryUrl": "door-have-per-think-soldier",
"temporaryUrlExpiresAt": "1980-04-04T20:35:56.637687+00:00"
}
BillingDocumentIssuanceFrequencyType
Represents billing document issuance frequency to be applied during a contract.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
Billing frequency. |
|
The identifier of the term. |
|
Whether the term can be amended after creation. |
|
Multiplier applied to the frequency. |
|
Start day of the billing period. |
|
Start month of the billing period. |
|
The type of the term. |
Example
{
"description": "color-certainly-half-deal-town",
"displayName": "thus-require-their-black-view",
"frequency": "crime-within-travel-high-company",
"identifier": "97557377",
"isVariable": true,
"multiplier": 33,
"periodStartDay": 49,
"periodStartMonth": 76,
"type": "have-style-church-bring-born"
}
Fields
| Name | Description |
|---|---|
|
Allocation intentions for the billing document. |
|
Allocations for the billing document. |
|
The date when the payment is due for the billing document. |
|
The expected amount for the billing document (in minor currency units). |
|
The amount that remains to be paid for the billing document (in minor currency units). |
Example
{
"allocationIntentions": [AllocationIntentionType],
"allocations": [AllocationType],
"dueDate": "1991-07-04",
"expectedAmount": 9,
"remainingAmount": 72
}
BillingOperationFrequency
A billing operation frequency definition.
Fields
| Name | Description |
|---|---|
|
The billing frequency. |
|
The frequency multiplier (e.g., 2 for bi-monthly). |
|
The type of billing operation. |
|
The type of target this definition applies to. |
|
Temporal parameters for operation parameters. |
|
Day of the month when billing is triggered (1-31). |
|
Month of the year when billing starts (1-12). |
Example
{
"frequency": "DAILY",
"multiplier": 51,
"operationType": "CHARGE_TARGET",
"targetType": "CHARGING_LEDGER",
"temporalParams": [BillingOperationTemporalParamsType],
"triggerAtStartDay": 20,
"triggerAtStartMonth": 68
}
BillingOperationTemporalParamsType
Temporal parameters for billing frequency operations.
Fields
| Name | Description |
|---|---|
|
The key of the parameter (e.g., charge_to). |
|
Day of the month (1-31). |
|
Month of the year (1-12). |
Example
{
"paramKey": "computer-really-language-science-cover",
"startDay": 49,
"startMonth": 35
}
BillingOptionsType
Information about an account's billing schedule.
Fields
| Name | Description |
|---|---|
|
The date on which the current billing cycle will end. Null if the account is on flexible billing. |
|
The date on which the current billing cycle started. |
|
If true, this account is billed on specific day of a regular cycle. If false, the billing schedule is flexible, depending on when meter readings are submitted. |
|
The next date on which this account will next be billed. This is the same as the start date for their next bill cycle. Null if the account is on flexible billing. |
|
|
|
|
|
The day of the month on which the account's billing period should start. |
Example
{
"currentBillingPeriodEndDate": "1978-01-01",
"currentBillingPeriodStartDate": "2018-03-26",
"isFixed": true,
"nextBillingDate": "2025-02-11",
"periodLength": "MONTHLY",
"periodLengthMultiplier": 70,
"periodStartDay": 44
}
BillingTriggerConfiguration
A billing trigger configuration with its effective period and operation frequencies.
This represents a complete billing configuration for a target, including effective period and what operations should be performed at what frequencies.
Fields
| Name | Description |
|---|---|
|
When this configuration becomes effective. |
|
When this configuration stops being effective (null if no end date). |
|
Whether this configuration is currently active. |
|
Next date when a billing document will be issued (null if not calculable). |
|
List of billing operation frequencies in this configuration. |
|
The type of target this configuration applies to. |
Example
{
"effectiveFrom": "1988-12-05T15:41:25.593573+00:00",
"effectiveTo": "2004-12-16T22:08:45.198660+00:00",
"isActive": true,
"nextIssueDate": "2020-07-28",
"operationFrequencies": [BillingOperationFrequency],
"targetType": "CHARGING_LEDGER"
}
BillingTriggerConfigurationsConnection
Pagination object for billing trigger configurations.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 20,
"edges": [BillingTriggerConfigurationsEdge],
"pageInfo": PageInfo,
"totalCount": 16
}
BillingTriggerConfigurationsEdge
A Relay edge containing a BillingTriggerConfigurations and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "generation-detail-article-either-case",
"node": BillingTriggerConfigurationsForTarget
}
BillingTriggerConfigurationsForTarget
Billing trigger configurations for a single target.
Fields
| Name | Description |
|---|---|
|
List of billing trigger configurations for this target. |
|
Reference to the target entity for these billing configurations. |
Example
{
"configurations": [BillingTriggerConfiguration],
"target": BillingTriggerTargetReference
}
BillingTriggerTargetReference
A reference to a billing trigger target.
Fields
| Name | Description |
|---|---|
|
The database ID of the target. |
|
The account or portfolio number (null for ledgers). |
|
The type of target (ACCOUNT, PORTFOLIO, or CHARGING_LEDGER). |
Example
{
"id": "33189899",
"number": "nearly-morning-watch-to-trouble",
"targetType": "CHARGING_LEDGER"
}
BillPayment
A payment from the customer to the energy supplier.
Fields
| Name | Description |
|---|---|
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The date time when the transaction is created. |
|
The unique identifier for the transaction. |
|
Returns the note field value for the transaction, which contains additional info. |
|
The date the transaction was posted. |
|
Returns the reason. |
|
A user readable string that indicates what this transaction relates to. |
Example
{
"amounts": TransactionAmountType,
"createdAt": "2011-06-27T14:31:31.392577+00:00",
"id": "48856528",
"note": "friend-dark-this-television-from",
"postedDate": "1997-10-13",
"reasonCode": "indeed-day-me-answer-direction",
"title": "grow-region-edge-wife-go"
}
BillRefund
A refund to the customer from the energy supplier.
Fields
| Name | Description |
|---|---|
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The date time when the transaction is created. |
|
The unique identifier for the transaction. |
|
Returns the note field value for the transaction, which contains additional info. |
|
The date the transaction was posted. |
|
Returns the reason. |
|
A user readable string that indicates what this transaction relates to. |
Example
{
"amounts": TransactionAmountType,
"createdAt": "1975-12-15T18:48:44.144665+00:00",
"id": "17518371",
"note": "same-make-technology-others-apply",
"postedDate": "2000-09-08",
"reasonCode": "huge-heart-similar-morning-herself",
"title": "money-guy-exactly-tough-stand"
}
BillRepresentationConnectionTypeConnection
A connection that can provide links to the representations of a bill.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 25,
"edges": [BillRepresentationConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 1
}
BillRepresentationConnectionTypeEdge
A Relay edge containing a BillRepresentationConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "cut-provide-experience-conference-like",
"node": BillRepresentationType
}
BillRepresentationContextType
Provides the rendering context data used to generate a bill representation, along with its associated JSON Schema metadata.
Fields
| Name | Description |
|---|---|
|
The raw template context used to render the bill representation. Returns null if the context data is unavailable. |
|
The schema defining the expected structure of the |
|
The level of explicit structural typing applied to the context data. 'STRICT' indicates that the data conforms to a defined, typed schema; 'NONE' indicates that the data is untyped and no schema is enforced. |
|
The unique code of the template associated with this context. |
Example
{
"data": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"schema": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"schemaType": "ever-outside-road-political-fear",
"templateCode": "short-oil-music-language-military"
}
BillRepresentationType
representations are associated with a bill files and can be used to provide additional information to the customer.
Fields
| Name | Description |
|---|---|
|
The type of representation. |
|
The rendering context data and schema associated with this bill representation. Returns null if no context record exists. |
|
The name of the file. |
|
The |
|
The expiry datetime field of the temporary URL. |
|
The version of the representation. |
Example
{
"code": "offer-challenge-fish-figure-former",
"context": BillRepresentationContextType,
"filename": "staff-surface-develop-whether-truth",
"temporaryUrl": "rise-control-teacher-blood-team",
"temporaryUrlExpiresAt": "2012-01-17T14:42:36.416715+00:00",
"version": 98
}
BillToLatestSmartMeterSnapshot
Bill an account with a smart meter to the most recent midnight snapshot reading.
Fields
| Name | Description |
|---|---|
|
The date that has been billed up to. |
|
The balance after attempting to bill. |
Example
{
"billedToDate": "1985-10-06",
"currentBalance": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 73,
"edges": [BillTransactionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 78
}
BillTransactionConnectionTypeEdge
A Relay edge containing a BillTransactionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "laugh-class-company-final-democratic",
"node": BillTransactionType
}
Fields
| Name | Description |
|---|---|
|
The target balance (in minor currency unit) for the ledger. |
Example
{
"targetBalance": 77
}
Fields
| Name | Description |
|---|---|
|
The multiple of months at which payments are taken, if specified. |
|
The day of the month at which to take payment, if specified. |
Example
{
"frequencyMultiplier": 44,
"paymentDay": 90
}
BlockRepaymentSubmission
Block a repayment from being submitted.
Fields
| Name | Description |
|---|---|
|
The repayment ID. |
|
Resulting Repayment Intervention details. |
Example
{
"repaymentId": "72358589",
"repaymentIntervention": RepaymentInterventionType
}
BulkAwardLoyaltyPoints
Award Loyalty Points to multiple accounts in a single request.
Fields
| Name | Description |
|---|---|
|
Failed loyalty point awards. |
|
|
Successfully inserted loyalty point awards. |
Example
{
"failed": [BulkAwardLoyaltyPointsFailedItemResult],
"inserted": [BulkAwardLoyaltyPointsInsertedItemResult]
}
Fields
| Name | Description |
|---|---|
|
The account number for this failed item. |
|
Error code for failed items. |
|
Error message for failed items. |
|
The idempotency key for this failed item. |
Example
{
"accountNumber": "A-70CB01D3",
"errorCode": "serve-attack-especially-realize-bed",
"errorMessage": "forget-shoulder-enter-full-deal",
"idempotencyKey": "c5882a05-3504-4de0-a2ea-4ad0867d38f0"
}
Fields
| Name | Description |
|---|---|
|
The account number for this item. |
|
The created loyalty point ledger entry when successful. |
|
The number of points awarded for this item when successful. |
Example
{
"accountNumber": "A-9BEAF668",
"ledgerEntry": LoyaltyPointLedgerEntryType,
"pointsAwarded": 75
}
BusinessConnectionTypeConnection
Paginator of Businesses
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 56,
"edges": [BusinessConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 100
}
BusinessConnectionTypeEdge
A Relay edge containing a BusinessConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "third-notice-such-specific-measure",
"node": BusinessType
}
Fields
| Name | Description |
|---|---|
|
The key of the business detail. |
|
The value of the business detail. |
Example
{
"key": "from-wait-serve-serious-price",
"value": "true-your-sound-television-far"
}
Fields
| Name | Description |
|---|---|
|
First line of address. |
|
Second line of address. |
|
Third line of address. |
|
Fourth line of address. |
|
Postcode of the business. |
Example
{
"line1": "cell-manager-old-type-area",
"line2": "center-commercial-rule-social-forward",
"line3": "meeting-surface-policy-various-adult",
"line4": "best-leader-yard-run-nice",
"postcode": "character-us-billion-south-all"
}
Fields
| Name | Description |
|---|---|
|
The end date and time of the segment period. |
|
The ID of the business segment period. |
|
The segment associated with this period. |
|
The start date and time of the segment period. |
Example
{
"endAt": "1980-07-29T01:49:41.807015+00:00",
"id": "76759934",
"segment": SegmentType,
"startAt": "2017-08-13T23:35:09.422514+00:00"
}
Fields
| Name | Description |
|---|---|
|
The billing address of the business. |
|
The company type of a business account. |
|
The details of the business. |
|
Kraken-generated, human-readable number for display purposes. |
|
The business ID. |
|
The legal address of the business. |
|
Account number linked to this business. The possible errors that can be raised are:
|
|
Deprecated The 'linkedAccountNumber' field is deprecated. |
|
|
Account numbers linked to this business. |
|
The business' name. |
|
The business' number. |
|
List payment instructions owned by this business. |
|
The sectors the business operates in. |
|
The segment this business is assigned to. |
Example
{
"billingAddress": RichAddressType,
"businessType": "SOLE_TRADER",
"details": [BusinessDetailType],
"displayableNumber": "whether-animal-shake-down-whatever",
"id": "14294097",
"legalAddress": RichAddressType,
"linkedAccountNumbers": "68851695",
"name": "Mr-pattern-determine-represent-develop",
"number": "house-put-direction-west-they",
"paymentMethods": PaymentInstructionConnectionTypeConnection,
"sectors": None,
"segmentName": "generation-through-them-situation-letter"
}
CalculateDepositAmount
Calculates and records the security deposit amount. Returns the deposit amount and key.
Fields
| Name | Description |
|---|---|
|
Security deposit amount in pence. |
|
unique key of the record inserted in DepositAmount model. |
Example
{
"depositAmount": 23,
"key": "deal-card-behavior-receive-center"
}
Fields
| Name | Description |
|---|---|
|
The key of the call metadata item. |
|
The value of the call metadata item. |
Example
{
"key": "action-rate-table-week-bar",
"value": "plant-simple-safe-tough-case"
}
Fields
| Name | Description |
|---|---|
|
Data containing context of the event. |
|
The type of event. |
|
Timestamp for when the event occurred. |
|
Time in milliseconds, relative to the start of the recording. |
Example
{
"data": {"key": "value"},
"eventType": "newspaper-popular-class-concern-form",
"occurredAt": "2016-08-24T05:04:45.078044+00:00",
"relativeOccurredAt": 4
}
Fields
| Name | Description |
|---|---|
|
The direction the call was initiated. |
|
ID of the associated call. |
|
End time of the call recording. |
|
A list of recording events. |
|
Phone number of the caller. |
|
Email of the call's main agent. |
|
Start time of the call recording. |
|
Phone number of the callee. |
Example
{
"callDirection": "various-newspaper-fine-ability-democratic",
"callId": "53516569",
"endTime": "2001-01-28T18:27:39.784730+00:00",
"events": [CallRecordingDetailEventType],
"fromPhoneNumber": "detail-discover-program-view-force",
"primaryAgentEmail": "another-hear-explain-animal-attorney",
"startTime": "2014-10-07T01:47:47.695248+00:00",
"toPhoneNumber": "world-like-condition-for-popular"
}
CallTagConnectionTypeConnection
Paginator of Call Tags
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 98,
"edges": [CallTagConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 43
}
CallTagConnectionTypeEdge
A Relay edge containing a CallTagConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "church-standard-author-north-maintain",
"node": CallTagType
}
Fields
| Name | Description |
|---|---|
|
ID of the call tag. |
|
Whether the tag can currently be used to tag calls. |
|
Name of the tag that will be used to identify it. |
Example
{
"id": "34043787",
"isActive": true,
"name": "second-serious-right-develop-later"
}
CallTranscriptConnectionTypeConnection
Paginator of Call Transcripts
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 22,
"edges": [CallTranscriptConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 71
}
CallTranscriptConnectionTypeEdge
A Relay edge containing a CallTranscriptConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "physical-medical-sign-eat-success",
"node": CallTranscriptType
}
Fields
| Name | Description |
|---|---|
|
The time at which the presigned |
|
Whether |
|
Presigned S3 URL for the transcript file. Valid for one hour from the time the response is generated. |
Example
{
"expiresAt": "1998-05-07T20:47:49.712077+00:00",
"type": "REDACTED",
"url": "art-perhaps-very-great-thank"
}
Fields
| Name | Description |
|---|---|
|
The call this transcription is for. May be null when the underlying recording is a participant-level recording whose participant is not associated with a call. |
|
The time at which this transcription record was created. |
|
A presigned download for the transcript file, or null when the transcription is not COMPLETED, no eligible file exists, or the caller lacks permission for the only available file. |
|
The ID of the transcription record. |
|
The processing status of this transcription. A non-COMPLETED status means no |
|
The time the vendor reported the transcription complete. Null until the transcription reaches COMPLETED status. |
|
The transcription vendor that produced this record. |
Example
{
"call": CallInterface,
"createdAt": "2016-08-10T22:13:19.987909+00:00",
"download": CallTranscriptDownloadType,
"id": "98753558",
"status": "CREATED",
"transcribedAt": "2011-06-19T16:23:29.734755+00:00",
"vendor": "camera-discussion-smile-anyone-call"
}
Example
{
"expiryDate": "1970-10-03",
"name": "choice-boy-need-think-ahead",
"slug": "pattern-affect-find-wind-performance"
}
CancelEnrolment
Mutation for an account to cancel enrolment to a supplier.
Fields
| Name | Description |
|---|---|
|
The number of the account whose enrolment was cancelled. |
Example
{
"accountNumber": "A-7A1566C4"
}
Fields
| Name | Description |
|---|---|
|
Whether or not the account's enrollment can be delayed. |
|
Whether or not the account's enrollment can be cancelled. |
|
Whether or not the account can skip the SSD payment. |
|
A best estimate of when the account should come on supply. |
|
The earliest possible Supply Start Date (SSD) for the account. |
|
The latest possible Supply Start Date (SSD) for the account. |
Example
{
"canBeDelayed": true,
"canBeWithdrawn": true,
"canSkipSsdPayment": true,
"currentEstimatedSsd": "1970-12-09",
"earliestPossibleSsd": "2012-02-15",
"latestPossibleSsd": "2017-12-20"
}
CancelOnSiteJobsAppointment
Cancel an Appointment.
Fields
| Name | Description |
|---|---|
|
The Appointment that was cancelled. |
Example
{
"onSiteJobsAppointment": OnSiteJobsAppointmentType
}
CancelPayment
Cancel an in-flight payment.
Fields
| Name | Description |
|---|---|
|
The cancelled payment. |
Example
{
"payment": AccountPaymentType
}
CancelRepaymentRequest
Cancel a repayment or refund request.
Fields
| Name | Description |
|---|---|
|
The cancelled repayment/refund request. |
Example
{
"repaymentRequest": CancelRepaymentRequestOutputType
}
CancelRepaymentRequestOutputType
Output from cancelling a repayment or refund request.
Fields
| Name | Description |
|---|---|
|
The ID of the cancelled request. |
|
The current status of the cancelled request. |
Example
{
"requestId": "25551042",
"status": "REQUESTED"
}
CancelSiteworksAppointment
Cancel a Siteworks appointment. Can be called by account users and organisations.
Fields
| Name | Description |
|---|---|
|
Example
{
"siteworksAppointment": ActiveAppointmentType
}
CancelSmartFlexOnboarding
Cancel onboarding of a device with SmartFlex.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
Fields
| Name | Description |
|---|---|
|
Whether or not the account can amend payments. |
|
Whether or not the account can cancel payments. |
Example
{
"canAmendPayments": true,
"canCancelPayments": true
}
CardComponentType
A card containing a list of items
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
Unique identifier of the object. |
|
The list of components. |
|
The name of the object's type. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "different-surface-occur-general-challenge",
"id": "45614852",
"items": AnimationType,
"typename": "some-total-minute-teach-parent"
}
Fields
| Name | Description |
|---|---|
|
The list of cards. |
|
Unique identifier of the object. |
|
The name of the object's type. |
Example
{
"cards": [CardComponentType],
"id": "48338670",
"typename": "ability-can-step-short-from"
}
CatalogProductType
Represents a product in the catalog.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the component. |
|
Customer-facing description of the product. |
|
Customer-facing name of the product. |
|
Unique identifier of the product. |
|
Internal name of the product. |
|
The market the product is associated with. |
|
The type of product. |
|
Identifier of the product specification associated with this product. |
|
Tags associated with this product for classification. |
Example
{
"code": "know-well-forward-blue-deal",
"customerDescription": "hard-without-probably-property-large",
"customerName": "hair-between-itself-per-owner",
"identifier": "78946925",
"internalName": "west-account-heart-crime-control",
"marketName": "bill-administration-most-little-sign",
"sourceProductType": "SUPPLY",
"specificationIdentifier": "99337808",
"tags": [TagType]
}
CFCampaignEventConnectionTypeConnection
Paginator of Customer Flexibility Campaign Events
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 37,
"edges": [CFCampaignEventConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 83
}
CFCampaignEventConnectionTypeEdge
A Relay edge containing a CFCampaignEventConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "hour-indicate-eye-peace-guy",
"node": CFCampaignEventType
}
Fields
| Name | Description |
|---|---|
|
The unique code for the event. |
|
The end time of the campaign event. |
|
Indicates if the customer is participating in this specific event. |
|
The name of the event. |
|
The start time of the campaign event. |
Example
{
"code": "wait-culture-daughter-series-long",
"endAt": "1981-03-07T07:35:17.840238+00:00",
"isEventParticipant": true,
"name": "process-one-consumer-candidate-coach",
"startAt": "1977-05-23T13:02:55.624470+00:00"
}
CharacteristicOverrideConfigurationType
Represents a characteristic override configuration term in a contract.
Note: This type is a stub, and will be fleshed out in the future.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
List of characteristic overrides. |
|
The type of the term. |
Example
{
"description": "type-unit-shake-different-worker",
"displayName": "coach-his-best-any-brother",
"identifier": "52365794",
"isVariable": true,
"overrides": [CharacteristicOverrideType],
"type": "drive-despite-least-life-friend"
}
CharacteristicOverrideType
An override for a specific characteristic.
Fields
| Name | Description |
|---|---|
|
The characteristic being overridden. |
|
The value to override the characteristic with. |
|
Optional product code. If specified, the override applies only to this product. |
Example
{
"characteristic": CharacteristicType,
"overrideValue": CharacteristicValueInterface,
"productCode": "approach-it-win-bill-firm"
}
CharacteristicType
A characteristic associated with a product.
Fields
| Name | Description |
|---|---|
|
The code of the characteristic. |
|
The description of the characteristic. |
|
The name of the characteristic. |
|
The possible values for the characteristic (can be strings or integers). |
Example
{
"code": "this-history-run-win-always",
"description": "wait-sister-between-conference-subject",
"name": "piece-minute-current-attention-job",
"values": IntegerCharacteristicValueType
}
Charge
A charge to the customer.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the account the transaction belongs to. |
|
Gross amount including tax (when payable). Refer to the |
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The customer's resulting balance after this transaction has been applied, in the smallest unit of currency. |
|
The unique identifier for the most recent billing document linked with the transaction.Note: a transaction may be linked with multiple documents, but this field will only return the identifier for the most recent billing document. |
|
If this charge is for consumption of a good or service, this field will contain details of how much was consumed. Omitted in cases where the charge is not for consumption, or where consumption information is not available (e.g. for some older records). |
|
The date time when the transaction is created. |
|
Supporting information about this charge (if any is available). |
|
Returns True if the transaction is linked with a statement. |
|
Unique identifier for the transaction. |
|
Deprecated. |
|
Deprecated The 'isAccountCharge' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isAccountPayment' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isCredit' field is deprecated. |
|
|
Whether the charge is for export electricity. |
|
Whether the statement this transaction is on has been held. A held statement is not sent to a customer automatically, but is instead marked for manual attention by operations staff. Returns False if a statement is not linked with the transaction. |
|
Whether this transaction has been issued on any billing document.Note: Look for the most recently issued transaction instead of looking through all transactions as some accounts may have initial transactions that were not issued.This will return False if the transaction is not associated with any billing documents. |
|
|
|
Returns the note field value for the transaction, which contains additional info. |
|
Date when the transaction was posted to the account. |
|
Returns the reason. |
|
Returns None if a statement is not linked with the transaction. |
|
Deprecated The 'statementId' field is deprecated. |
|
|
Human-readable title describing the transaction. |
Example
{
"accountNumber": "A-C69CFE75",
"amount": 89,
"amounts": TransactionAmountType,
"balanceCarriedForward": 71,
"billingDocumentIdentifier": "81796553",
"consumption": Consumption,
"createdAt": "1995-10-30T05:34:16.208148+00:00",
"detail": SupplyOrServiceCharge,
"hasStatement": true,
"id": "88553373",
"isHeld": true,
"isIssued": true,
"isReversed": true,
"note": "political-ahead-suddenly-son-risk",
"postedDate": "1974-07-03",
"reasonCode": "skill-later-experience-of-federal",
"title": "environment-lot-miss-evidence-minute"
}
Example
{
"id": "15811444",
"nameOnCard": "when-despite-amount-let-product",
"uid": "36080198"
}
Fields
| Name | Description |
|---|---|
|
Supply amperage. Used in markets where customers are more familiar with amps than power output. |
|
Shows the availability status of an integration. |
|
|
|
|
|
|
|
Example
{
"amperage": 85,
"integrationStatus": "INTERNAL_TESTING",
"isIntegrationLive": true,
"model": "get-want-speak-hour-open",
"powerInKw": "1.0",
"variantId": 33955551
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"make": "alone-card-language-sort-test",
"models": [ChargePointVariantModelType]
}
Fields
| Name | Description |
|---|---|
|
The charge reason code. |
|
The charge reason display text. |
|
The group the charge reason belongs to (if applicable). |
|
Whether the charge reason is deprecated. |
|
Whether the charge reason is hidden. |
|
Whether the charge reason is sales tax exempt. |
Example
{
"code": "bill-to-century-policy-four",
"display": "direction-reason-hour-its-arm",
"group": "water-box-child-with-edge",
"isDeprecated": true,
"isHidden": true,
"isTaxExempt": true
}
ChargesBreakdownConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 54,
"edges": [ChargesBreakdownConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 78
}
ChargesBreakdownConnectionTypeEdge
A Relay edge containing a ChargesBreakdownConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "sport-none-special-now-million",
"node": ChargesBreakdownType
}
Fields
| Name | Description |
|---|---|
|
Charge in minor currency. |
|
The end date of the period the charge is for (exclusive). |
|
The start date of the period the charge is for (inclusive). |
Example
{
"charge": 47,
"periodEnd": "1974-02-09",
"periodStart": "2022-10-14"
}
CheckBusinessCreditRisk
Returns a payment multiplier as a measure of risk. The payment multiplier is the number of advance payments we require from a business as security deposit. It is hardcoded except for Limited companies (=LTDs). For LTDs the payment multiplier depends on the credit score.
Fields
| Name | Description |
|---|---|
|
PaymentMultiplier to determine deposit amount. |
Example
{
"paymentMultiplier": 73
}
CheckDeviceConnection
Triggers an asynchronous request to check the connection of a device.
As this is an asynchronous operation, the mutation does not return the result of the request. Instead, the request reference is returned, which can be used to track the status of the request. If it's an organisation, the organisation will receive an update on the request via the agent services.
Fields
| Name | Description |
|---|---|
|
The reference of the request in Kraken. |
Example
{
"requestReference": "pull-effect-notice-place-far"
}
CheckResultType
GraphQL type for check result.
Fields
| Name | Description |
|---|---|
|
Additional context about the check. |
|
Name of the check. |
|
Status of the check. |
Example
{
"context": "performance-yet-election-wife-food",
"name": "strategy-decide-bed-like-story",
"status": "PASSED"
}
ClaimOctoplusReward
Claim an Octoplus Reward.
Fields
| Name | Description |
|---|---|
|
The ID of the claimed reward. |
Example
{
"rewardId": "85447703"
}
ClaimShoptopusVoucher
Claim a Shoptopus Voucher using Octopoints.
Fields
| Name | Description |
|---|---|
|
The Reward Voucher code. |
Example
{
"code": "without-political-hotel-class-south"
}
Fields
| Name | Description |
|---|---|
|
|
|
The current temperature of the room in Celsius. |
|
The target temperature of the room in Celsius. |
Example
{
"climateControlEnabled": true,
"currentClimateControlTemperature": "1.0",
"targetClimateControlTemperature": "1.0"
}
CloseActionType
Closes the screen.
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
Unique identifier of the object. |
|
The name of the object's type. |
|
The name of the action object's type. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "parent-language-maybe-strong-treat",
"id": "36855504",
"typename": "use-event-every-seek-just",
"typeName": "else-line-bed-consumer-draw"
}
CloseDCAProceeding
Close the DCA proceeding for an account.
Fields
| Name | Description |
|---|---|
|
Whether the closure could be applied. |
Example
{
"dcaProceedingClosureStatus": DCAProceedingClosureStatus
}
CloseInkConversation
The possible errors that can be raised are:
- KT-CT-7612: The Ink conversation was not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The conversation that was closed. |
Example
{
"conversation": InkConversation
}
CloseInkLiveChatConversation
The possible errors that can be raised are:
- KT-CT-7616: Not yet implemented.
- KT-CT-7643: The Live Chat was not found.
- KT-CT-7644: Ink Live Chat conversation not found.
- KT-CT-7652: Unauthorized.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The live chat conversation. |
Example
{
"liveChatConversation": InkLiveChatConversation
}
CloseOpenPrintBatch
Close the Open Print Batch if any.
Fields
| Name | Description |
|---|---|
|
Example
{
"printBatch": PrintBatchType
}
CollateralRequiredType
Represents required collaterals to be applied in a contract.
Fields
| Name | Description |
|---|---|
|
Amount set up as collateral as condition for account creation. |
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Type of interest policy of required collateral. |
|
Whether the term is variable. |
|
Reason for setting up required collateral. |
|
The type of the term. |
Example
{
"amount": 83,
"description": "evening-story-yes-simply-toward",
"displayName": "positive-night-industry-agreement-candidate",
"identifier": "10729010",
"interestPolicy": "soon-defense-leave-option-local",
"isVariable": true,
"reason": "ok-serious-term-easy-less",
"type": "strong-quite-travel-rock-sort"
}
CollectDeposit
Collect deposit for the given account.
Fields
| Name | Description |
|---|---|
|
Example
{
"payment": CollectDepositOutput
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"paymentDate": "2021-11-30",
"status": "APPROVED"
}
Fields
| Name | Description |
|---|---|
|
The description of the collection. |
|
The fields of the collection. |
|
The name of the collection. |
|
The order of the collection. |
Example
{
"description": "total-article-nearly-hold-in",
"fields": [FunnelField],
"name": "staff-a-order-our-national",
"order": 87
}
CollectionProcessDetailsType
Collection process details type
Fields
| Name | Description |
|---|---|
|
Items associated to the collection process. |
|
The collection process record number. |
|
The type of the collection process (ACCOUNT, LEDGER, or BILLING_DOCUMENT). |
|
What kind of completion happened. |
|
The active status of the collection process. |
|
The completion status of the collection process. |
|
The pause status of the collection process. |
|
Total number of days collection process were on pause. |
|
The identifier of the target object (account number, ledger number, or billing document ID) based on the collection process type. |
Example
{
"associatedItems": [CollectionProcessRecordAssociatedItemType],
"collectionProcessRecordNumber": "administration-sell-evidence-heavy-party",
"collectionProcessType": "ACCOUNT",
"completionType": "item-hand-become-believe-data",
"isActive": true,
"isComplete": true,
"isPaused": true,
"pausedDays": 78,
"targetObjectIdentifier": "31108385"
}
CollectionProcessEventOutputType
Output for creating a collection process event.
Fields
| Name | Description |
|---|---|
|
The number of the collection process record this event belongs to. |
Example
{
"number": "when-good-treat-million-guy"
}
CollectionProcessPauseStatusRecord
Collection process pause record
Fields
| Name | Description |
|---|---|
|
Collection process pause name. |
|
Start of pause period. |
|
Reason for pausing. |
|
End of pause period. |
|
Reason for ending pause period. |
Example
{
"name": "across-interview-treatment-arm-yeah",
"pausedAt": "2008-03-04T23:18:46.775898+00:00",
"reason": "light-rock-again-begin-outside",
"resumedAt": "2008-06-18T22:08:44.903277+00:00",
"resumedReason": "certain-might-computer-likely-American"
}
CollectionProcessRecordAssociatedItemType
Item associated to collection process
Fields
| Name | Description |
|---|---|
|
Additional details of the item. |
|
Unique reference of item. |
|
Type of item. |
|
Datetime of when action that resulted in item happened. |
Example
{
"extraDetails": {"key": "value"},
"itemReference": "game-building-single-time-people",
"itemType": "discover-gun-authority-home-move",
"occurredAt": "2005-08-29T07:07:56.979150+00:00"
}
CollectionProcessStepType
Collection process step type
Fields
| Name | Description |
|---|---|
|
The status of the step. |
|
The step identifier. |
Example
{
"status": "COMPLETED",
"stepIdentifier": "88059682"
}
Fields
| Name | Description |
|---|---|
|
|
|
The type of the bill. |
|
Constituents of the bill. |
|
The date of the bill is covered from. |
|
The ID of the bill. |
|
The unique identifier of a bill. It will usually be present on the billing document itself. Note: a bill that hasn't been issued yet will not have an identifier; and not all issued bills will have an identifier assigned to them, in which case this will be null. |
|
The date the bill was sent to the customer. |
|
How many charges have been reversed after the close date. |
|
Requesting this field generates a temporary URL at which bill is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). This field can raise an error with errorClass NOT_FOUND if the bill document has not been created/issued yet. This field is deprecated use 'attachments' field instead. |
|
Deprecated The 'temporaryUrl' field is deprecated. |
|
|
The date of the bill is covered to. |
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"constituents": ConstituentConnection,
"fromDate": "1988-03-29",
"id": "82553758",
"identifier": "94979263",
"issuedDate": "2017-09-12",
"reversalsAfterClose": "ALL",
"toDate": "1995-09-21"
}
CollectPayment
Attempt to collect a one-off payment. If an instruction type is provided and there is an existing payment instruction, the payment can be collected immediately. A request to collect a payment at a future date can also be made, in which case the instruction input type is not necessary, but an instruction must exist at the specified collection date for the payment to be collected successfully.
Fields
| Name | Description |
|---|---|
|
Details about the collected payment. Note that we might not be able to collect the payment (e.g. if there is no usable payment instruction), in which case the status of the returned payment might be failed or cancelled. |
Example
{
"payment": AccountPaymentType
}
Fields
| Name | Description |
|---|---|
|
Information about the current state of the rate limiting for rate limited fields at the time of the request. |
|
Information about points-allowance rate limit for viewer. |
Example
{
"fieldSpecificRateLimits": FieldSpecificRateLimitInformationConnectionTypeConnection,
"pointsAllowanceRateLimit": PointsAllowanceRateLimitInformation
}
CommenceDCAProceeding
Add commencement to an account.
Fields
| Name | Description |
|---|---|
|
Whether the commencement could be applied. |
Example
{
"dcaProceedingCommencementStatus": DCAProceedingCommencementStatus
}
CommissionMeter
Commissions the device after the meter has been physically installed.
Fields
| Name | Description |
|---|---|
|
The id of the SMETS Commission Request in Kraken. |
Example
{
"requestReference": "light-yeah-far-amount-wide"
}
Fields
| Name | Description |
|---|---|
|
The account associated with the agreement. |
|
|
|
The datetime the agreement was entered. |
|
The datetime the agreement was terminated. |
|
The characteristic values associated with the agreement. |
Arguments
The datetime to check the characteristic value at. |
|
|
|
|
Whether the agreement is currently active. |
|
Whether the agreement is revoked. |
|
General parameters providing additional information about the agreement. |
|
The product associated with the agreement. |
|
|
|
The deadline until which the customer is allowed to rescind this agreement. If it is null, rescission is not permitted. |
|
The agreement's supply point. |
|
|
|
|
|
|
Example
{
"account": AccountType,
"agreedAt": "2013-07-04T02:53:49.807502+00:00",
"agreedFrom": "2005-08-21T23:19:39.909216+00:00",
"agreedTo": "1980-11-28T22:35:24.576042+00:00",
"characteristicValues": CharacteristicValueInterface,
"id": "78908742",
"isActive": true,
"isRevoked": true,
"params": {"key": "value"},
"product": SupplyProductType,
"ratesAgreedAt": "2019-06-06T22:28:30.673668+00:00",
"rescissionDeadlineAt": "2019-06-02T16:24:06.165282+00:00",
"supplyPoint": SupplyPointType,
"terminatedAt": "1987-10-25T12:33:35.903028+00:00",
"validFrom": "1987-09-26T00:59:43.355781+00:00",
"validTo": "1985-03-22T14:44:37.221749+00:00"
}
ComplaintConnectionTypeConnection
Paginator of Complaint type.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 11,
"edges": [ComplaintConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 65
}
ComplaintConnectionTypeEdge
A Relay edge containing a ComplaintConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "door-base-though-voice-standard",
"node": ComplaintType
}
ComplaintContactConnectionTypeConnection
Paginator of Complaint contact type.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 6,
"edges": [ComplaintContactConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 91
}
ComplaintContactConnectionTypeEdge
A Relay edge containing a ComplaintContactConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "expert-international-foot-measure-manager",
"node": ComplaintContactType
}
Fields
| Name | Description |
|---|---|
|
Description of action taken. |
|
Created at for contact. |
|
Complaint email. |
|
Complaint landline. |
|
Complaint phone. |
|
Complainant name. |
|
Complaint preferred method. |
|
Status of complaint. |
|
Complaint summary. |
Example
{
"actionTaken": "bit-doctor-available-might-so",
"createdAt": "1984-07-25T19:59:39.625722+00:00",
"email": "summer-carry-effort-player-relate",
"landline": "similar-edge-thing-make-then",
"mobile": "show-growth-wonder-ground-recently",
"name": "computer-machine-age-form-focus",
"preferredCommunicationMethod": "quickly-herself-cup-whose-reflect",
"status": "letter-main-home-true-poor",
"summary": "station-skill-memory-one-cup"
}
Fields
| Name | Description |
|---|---|
|
Complaint Assignee. |
|
Complaint contacts. |
|
Complaint creation date. |
|
|
|
Whether this is an official complaint. |
|
Complaint resolution date. |
|
Complaint subtype. |
|
Complaint type. |
Example
{
"assigneeId": "38876788",
"contacts": ComplaintContactConnectionTypeConnection,
"creationDate": "1999-04-18",
"id": "53062557",
"isOfficial": true,
"resolutionDate": "2018-12-28",
"subtype": "area-data-fear-condition-example",
"type": "picture-technology-character-week-provide"
}
CompleteApproval
Complete an approval by marking it as approved or rejected.
Fields
| Name | Description |
|---|---|
|
The result of completing the approval. |
Example
{
"completedApproval": CompletedApproval
}
CompleteAuthFlowForSmartFlexOnboarding
Complete the authentication flow step to proceed in the onboarding journey.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
Fields
| Name | Description |
|---|---|
|
The UUID of the completed approval. |
Example
{
"approvalUuid": "49330645-891d-4dfc-80e6-460b3f7edf05"
}
CompleteEnrollment
Mutation to complete enrollment for a property missing meter point details.
This mutation is used to provide missing meter point information (MPAN/MPRN) for accounts that couldn't be fully registered during the initial sign-up process.
This mutation can only be used for properties with at most one electricity meter point and one gas meter point.
Fields
| Name | Description |
|---|---|
|
The number of the account whose enrollment was completed. |
Example
{
"accountNumber": "A-1AFB4156"
}
CompleteReminder
Complete a reminder.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
}
CompleteRetryForSmartFlexOnboarding
Complete the Retry step to recreate and retry the previously-failed step.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
CompleteSelectVehicleOrChargePointForSmartFlexOnboarding
Complete the select vehicle or charge point step.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
CompleteStandalonePayment
Complete an initiated standalone payment.
Fields
| Name | Description |
|---|---|
|
The completed standalone payment. |
Example
{
"payment": CompleteStandalonePaymentOutput
}
CompleteStandalonePaymentOutput
Result of the complete standalone payment operation.
Fields
| Name | Description |
|---|---|
|
The status of the standalone payment. |
Example
{
"status": "CLEARED"
}
CompleteTeslaSetupVirtualKeyForSmartFlexOnboarding
Complete the Tesla setup virtual key onboarding step.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
CompleteUserActionRequiredForSmartFlexOnboarding
Complete the UserActionRequired step.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
CompleteUserInputRequiredForSmartFlexOnboarding
Complete the UserInputRequired step.
Fields
| Name | Description |
|---|---|
|
The wizard created for onboarding the device with SmartFlex. |
Example
{
"wizard": SmartFlexOnboardingWizard
}
ComponentListType
A list of components which comprise a screen.
This is a legacy type; GenericBackendScreen should be preferred. This is because API clients
should not need to explicitly query for screen attributes like items - these fields are
embedded in the screenData field.
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
Unique identifier of the object. |
|
The list of components. |
|
Deprecated The 'items' field is deprecated. |
|
|
The name of the screen. |
|
The refresh / polling frequency in milliseconds. |
|
Serialized JSON representation of the screen. |
|
The name of the object's type. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "behavior-part-west-record-determine",
"id": "28163961",
"name": "without-just-hope-technology-style",
"refreshFrequency": 82,
"screenData": "agency-money-baby-pay-learn",
"typename": "option-player-both-of-environmental"
}
ConfirmDoubleOptIn
Confirm a requested consent.
This mutation will update the value of the consent associated with the provided token to ACCEPTED.
Fields
| Name | Description |
|---|---|
|
The consent that was created or updated. |
Example
{
"consent": ConsentType
}
ConfirmSiteworksAppointmentSlot
Confirm an appointment slot returned by the appointment slots query.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
|
Example
{
"siteworksAppointment": ActiveAppointmentType
}
ConnectAiAgentToCall
The possible errors that can be raised are:
- KT-CT-11802: Call not found.
- KT-CT-11815: Unable to connect a call to an AI agent.
- KT-CT-11817: Invalid call ID.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The call the AI agent was connected to. |
Example
{
"call": InboundCallType
}
Fields
| Name | Description |
|---|---|
|
The code of the consent type. |
|
The value to update the consent to. |
Example
{
"code": "mission-first-natural-amount-wife",
"value": "little-deep-number-happy-society"
}
ConsentType
A consent given by a signing identity for a consent type.
Fields
| Name | Description |
|---|---|
|
Unique code given to this consent type. |
|
id of the consent. |
|
The type of the consent. |
|
Value of the consent. |
Example
{
"code": "have-move-very-specific-or",
"id": 1,
"type": ConsentTypeType,
"value": "ACCEPTED"
}
ConsentTypeType
A type of consent that a signing identity can accept or reject to.
Fields
| Name | Description |
|---|---|
|
Unique code given to this consent type. |
|
Default value of the consent type. |
|
Description of the consent type. |
|
Name of the consent type. |
Example
{
"code": "consider-Mr-maybe-far-act",
"defaultValue": "ACCEPTED",
"description": "exactly-miss-business-it-dream",
"name": "dark-fill-challenge-nice-present"
}
ConstituentConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 80,
"edges": [ConstituentEdge],
"pageInfo": PageInfo,
"totalCount": 57
}
ConstituentEdge
A Relay edge containing a Constituent and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "hospital-particularly-above-boy-behavior",
"node": ConstituentInterface
}
Consumption
GBR override of the common Consumption type.
The usage/standing split must work for legacy GB charges (the vast majority of OEGB charges), not just market supply charges, so these resolvers use the GBR query which falls back to the legacy line items. All other fields are inherited unchanged.
Fields
| Name | Description |
|---|---|
|
End date of the consumption period. |
|
Amount of energy or resource consumed. |
|
Start date of the consumption period. |
|
Supply charge amount in minor currency units. |
|
|
|
Cost for the consumption usage in minor currency units. |
Example
{
"endDate": "1994-08-08",
"quantity": "1.0",
"startDate": "2011-06-13",
"supplyCharge": 88,
"unit": "kWh",
"usageCost": 4
}
Fields
| Name | Description |
|---|---|
|
Unique identifier of the source of the usage. |
|
Human readable name of what the usage is for. |
|
Monthly usage in pence. First month is January. |
Example
{
"sourceId": "47516588",
"sourceName": "loss-region-perform-despite-successful",
"usage": 50
}
ConsumptionBreakdownConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 51,
"edges": [ConsumptionBreakdownConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 75
}
ConsumptionBreakdownConnectionTypeEdge
A Relay edge containing a ConsumptionBreakdownConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "property-capital-partner-author-few",
"node": ConsumptionBreakdownType
}
Fields
| Name | Description |
|---|---|
|
Charges grouped per displayed period. |
|
Name of the market the charges are for. |
Example
{
"charges": ChargesBreakdownConnectionTypeConnection,
"marketName": "property-suffer-own-seek-support"
}
ConsumptionConnection
Pagination for energy consumption readings.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 24,
"edges": [ConsumptionEdge],
"pageInfo": PageInfo,
"totalCount": 44
}
Example
{
"day": "1.0",
"night": "1.0"
}
ConsumptionEdge
A Relay edge containing a Consumption and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "simple-no-here-doctor-leader",
"node": ConsumptionType
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Example
{
"elecAnnualConsumptionDay": 96,
"elecAnnualConsumptionNight": 28,
"elecAnnualConsumptionStandard": 77,
"gasAnnualConsumption": 62
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"high": ConsumptionEstimate,
"low": ConsumptionEstimate,
"medium": ConsumptionEstimate
}
Fields
| Name | Description |
|---|---|
|
Percentage split for this TOU time slot. |
|
Specific time slot within the TOU scheme (e.g. PEAK, OFFPEAK, SHOULDER). |
Example
{
"splitPercentage": "1.0",
"timeSlot": "history-situation-still-subject-heavy"
}
ConsumptionType
Energy consumption between two points in time.
Example
{
"endAt": "1999-11-13T18:47:42.025999+00:00",
"startAt": "2008-06-04T01:23:59.314618+00:00",
"value": "1.0"
}
Contract
A legally binding relationship agreed with a subject (e.g. an account).
Fields
| Name | Description |
|---|---|
|
Date when the contract was cancelled, null if not cancelled. |
|
Unique identifier for the contract. |
|
The current version information for this contract. |
|
Notes associated with this contract. |
|
The party (Account or Business) that entered into this contract. |
|
Date when the contract was rescinded, null if not rescinded. |
|
Date when the contract was signed. |
|
The status of the contract. |
|
The accounts impacted by this contract. |
|
The terms of the contract. |
|
Title of the contract. |
|
Date from which the contract is valid. |
|
Date until which the contract is valid, null if the contract is rolling. |
Example
{
"cancelledAt": "2006-06-30T16:30:53.563198+00:00",
"identifier": "92134574",
"lifecycle": ContractVersion,
"notes": [ContractNoteType],
"party": AccountType,
"rescindedAt": "2000-02-05T22:44:00.939152+00:00",
"signedAt": "2012-06-02T22:17:34.063623+00:00",
"status": "REVOKED",
"subject": [AccountType],
"terms": TermInterface,
"title": "before-case-quality-free-pull",
"validFrom": "1999-09-17T07:25:15.935978+00:00",
"validTo": "1985-11-10T04:54:34.463490+00:00"
}
ContractCreationContext
Represents a version of a contract with its effective date.
Fields
| Name | Description |
|---|---|
|
The confirmed validity period for the associated contract. |
|
The requested validity period for the associated contract. |
Example
{
"confirmedValidityPeriod": ValidityPeriod,
"requestedValidityPeriod": ValidityPeriod
}
ContractCreationJourneyType
Represents a Contract Creation Journey.
Fields
| Name | Description |
|---|---|
|
The context data for the contract creation journey. |
|
The details of the associated contract. |
|
The type of the contract journey. |
|
Notes associated with this contract journey. |
|
The number of the contract journey. |
|
The order reference associated with the contract journey. |
|
The date and time when the contract journey was requested. |
|
The status of the contract journey. |
Example
{
"context": ContractCreationContext,
"contractDetails": ContractDetails,
"journeyType": "CONTRACT_CREATION",
"notes": [ContractNoteType],
"number": "top-show-value-program-word",
"orderReference": "well-public-sport-discussion-able",
"requestedAt": "2012-10-01T12:13:06.911681+00:00",
"status": "IN_PROGRESS"
}
ContractDetails
Details of a contract excluding terms.
Fields
| Name | Description |
|---|---|
|
Date when the contract was cancelled, null if not cancelled. |
|
Unique identifier for the contract. |
|
The current version information for this contract. |
|
Notes associated with this contract. |
|
The party (Account or Business) that entered into this contract. |
|
Date when the contract was rescinded, null if not rescinded. |
|
Date when the contract was signed. |
|
The status of the contract. |
|
The accounts impacted by this contract. |
|
Title of the contract. |
|
Date from which the contract is valid. |
|
Date until which the contract is valid, null if the contract is rolling. |
Example
{
"cancelledAt": "2004-12-19T17:31:35.191709+00:00",
"identifier": "67717565",
"lifecycle": ContractVersion,
"notes": [ContractNoteType],
"party": AccountType,
"rescindedAt": "1983-12-08T18:22:40.245042+00:00",
"signedAt": "1970-04-15T02:47:29.215101+00:00",
"status": "REVOKED",
"subject": [AccountType],
"title": "view-myself-carry-dinner-whole",
"validFrom": "1994-11-12T11:18:16.157938+00:00",
"validTo": "1996-10-01T07:25:00.311397+00:00"
}
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The periods for the contracted volume configuration. |
|
The type of the term. |
Example
{
"description": "Democrat-individual-impact-in-break",
"displayName": "southern-network-tree-television-lot",
"identifier": "74300107",
"isVariable": true,
"periods": [ContractedVolumePeriodType],
"type": "show-yourself-system-year-could"
}
Fields
| Name | Description |
|---|---|
|
The market name the contracted volume applies to. |
|
The unit for the commodity provided by the contracted volume. |
|
The datetime the period the contracted volume is valid from. |
|
The datetime the period the contracted volume is valid to. |
|
The decimal value of the quantity provided by the contracted volume. |
Example
{
"marketName": "company-pick-likely-sister-middle",
"unit": "pattern-avoid-house-style-born",
"validFrom": "2008-05-19T12:57:36.251938+00:00",
"validTo": "1971-05-14T19:28:40.362731+00:00",
"value": "1.0"
}
ContractMetaDataType
Represents additional metadata for a contract term.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The additional metadata of the contract. |
|
The type of the term. |
Example
{
"description": "whether-pattern-gun-I-car",
"displayName": "nature-people-artist-short-speech",
"identifier": "66710893",
"isVariable": true,
"metadata": {"key": "value"},
"type": "get-thing-cost-baby-senior"
}
ContractNoteReasonType
A reason that can be associated with a contract note.
Fields
| Name | Description |
|---|---|
|
The contract activity types this reason applies to. |
|
Human-readable description of this reason. |
|
Unique slug identifier for this reason. |
Example
{
"activityTypes": "ALL_ACTIVITY_TYPES",
"description": "argue-camera-plant-class-decide",
"slug": "capital-sell-never-hope-however"
}
ContractNoteType
A note associated with a contract or contract journey.
Fields
| Name | Description |
|---|---|
|
The contract activity type this note is associated with. |
|
When the note was created. |
|
The content of the note. |
|
The reason associated with this note. |
Example
{
"activityType": "ALL_ACTIVITY_TYPES",
"createdAt": "2007-12-08T10:37:59.624752+00:00",
"note": "its-only-woman-pretty-worker",
"reason": ContractNoteReasonType
}
ContractVersion
Represents a version of a contract with its effective date.
Fields
| Name | Description |
|---|---|
|
The date from which this version of the contract becomes effective. |
|
The reference number for this contract version. |
Example
{
"effectiveFrom": "1978-03-24T17:55:13.689546+00:00",
"versionReference": 94
}
ContributionAgreementType
A single Contribution Agreement.
Fields
| Name | Description |
|---|---|
|
The start datetime of the agreement. |
|
The end datetime of the agreement, if any. |
|
The amount contributed per interval. Note, this is in the smallest domination that the currecy support. e.g. Pence, Cents, Yen, etc. |
|
The scheme to which the agreement contributes. |
|
|
|
The frequency of contributions. |
|
The periods over which contributions have been made. |
Example
{
"activeFrom": "2006-01-17T19:03:23.852606+00:00",
"activeTo": "1983-02-16T03:03:12.237800+00:00",
"amount": 41,
"contributionScheme": ContributionSchemeType,
"id": "94983578",
"interval": "MONTHLY",
"periods": ContributionPeriodConnection
}
ContributionPeriodConnection
Pagination for contribution periods.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 59,
"edges": [ContributionPeriodEdge],
"pageInfo": PageInfo,
"totalCount": 67
}
ContributionPeriodEdge
A Relay edge containing a ContributionPeriod and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "him-show-room-member-condition",
"node": ContributionPeriodType
}
ContributionPeriodType
A single Contribution Period.
Fields
| Name | Description |
|---|---|
|
|
|
When the contribution was fulfilled |
|
|
|
The datetime the marks the beginning of the period. |
|
The datetime the marks the end of the period. |
Example
{
"agreement": ContributionAgreementType,
"fulfilledAt": "1985-03-20T16:34:45.883455+00:00",
"id": "41647434",
"periodFrom": "1982-11-11T05:05:46.493036+00:00",
"periodTo": "2025-04-13T09:44:36.003119+00:00"
}
ContributionSchemeType
A single Contribution Scheme.
Fields
| Name | Description |
|---|---|
|
Is this scheme currently accepting contributions? |
|
|
|
|
|
|
|
Are contributions to this scheme taxable? |
Example
{
"acceptingContributions": true,
"code": "choice-seven-glass-plan-resource",
"displayName": "own-expert-appear-establish-family",
"id": "40556620",
"taxable": true
}
Fields
| Name | Description |
|---|---|
|
The EUID of the controller. |
Example
{
"euid": "34945261"
}
Fields
| Name | Description |
|---|---|
|
Controller configuration. |
|
Controller configuration. |
|
List of zones with their configuration and schedules. |
Example
{
"controller": ControllerConfiguration,
"heatPump": HeatPumpConfiguration,
"zones": [ZoneInformation]
}
Fields
| Name | Description |
|---|---|
|
The controller attached to the account. |
|
The model of the heat pump. |
|
The location at which the device exists. |
|
When the controller was provisioned (at this location for this account). |
Example
{
"controller": Controller,
"heatPumpModel": "focus-production-need-today-however",
"location": Location,
"provisionedAt": "2003-03-17T01:37:38.360719+00:00"
}
Fields
| Name | Description |
|---|---|
|
8 character password used to access the access point mode webpage. |
|
Whether or not the controller is currently connected. |
|
Controller firmware options for ESP and EFR chips. |
|
Timezone the controller is in. |
|
When the controller was last reset. |
|
Current state of the controller. |
Example
{
"accessPointPassword": "represent-important-pattern-production-beat",
"connected": true,
"firmwareConfiguration": FirmwareConfiguration,
"heatPumpTimezone": "him-reveal-artist-argue-huge",
"lastReset": "1982-03-09T18:46:43.934477+00:00",
"state": "NORMAL_MODE"
}
Fields
| Name | Description |
|---|---|
|
The status and telemetry information of a sensor. |
|
The status and telemetry information of a zone. |
Example
{
"sensors": [SensorStatus],
"zones": [ZoneStatus]
}
Example
{
"latitude": 96.94,
"longitude": 582.42
}
CoreSiteworksAppointmentType
An appointment linked to a request
Fields
| Name | Description |
|---|---|
|
The date of the appointment in local time. |
|
|
|
|
|
|
|
The type of job for the appointment. |
|
The current status of the appointment. |
|
The end time of the appointment slot in local time. |
|
The start time of the appointment slot in local time. |
Example
{
"appointmentDate": "2004-09-14",
"createdAt": "2016-07-03T08:12:52.625059+00:00",
"externalReference": "deep-bank-goal-partner-discussion",
"id": "3656fb06-c142-44af-a5fd-bc16427c5ddf",
"jobType": "within-difficult-only-themselves-police",
"status": "REQUIRES_TIMESLOT",
"timeSlotEnd": "01:44:34.561009",
"timeSlotStart": "14:35:51.825681"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 86,
"edges": [CoreSiteworksRequestConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 96
}
CoreSiteworksRequestConnectionTypeEdge
A Relay edge containing a CoreSiteworksRequestConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "change-place-than-town-executive",
"node": CoreSiteworksRequestType
}
CoreSiteworksRequestType
A Siteworks Request
Fields
| Name | Description |
|---|---|
|
List of appointments linked to this request. |
|
|
|
|
|
When the request status was last updated. |
|
List of supply points on request. |
|
|
|
|
Example
{
"createdAt": "2015-01-18T19:48:44.559385+00:00",
"id": "e9ba00db-bdc1-4ccb-868e-408b48c658f1",
"lastStatusUpdateAt": "1997-12-18T04:25:15.814026+00:00",
"marketSupplyPoints": SupplyPointConnectionTypeConnection,
"reason": "friend-land-already-save-amount",
"status": "political-case-family-bring-instead"
}
CorrectivePeriodMarketConfigType
GraphQL output type for a per-market CorrectivePeriod configuration.
Fields
| Name | Description |
|---|---|
|
The length of the corrective period window. |
|
The unit of time for the corrective period length. |
|
The market this corrective period configuration applies to. |
|
Supply point IDs this config applies to. NULL means all supply points in this market. |
Example
{
"length": 87,
"lengthUnit": "idea-by-billion-television-size",
"marketName": "at-individual-fill-us-politics",
"supplyPointIds": 1
}
CorrectivePeriodType
GraphQL output type for the CorrectivePeriod term.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
Per-market corrective period configurations. |
|
The type of the term. |
Example
{
"description": "need-win-especially-agreement-well",
"displayName": "factor-themselves-sort-central-expert",
"identifier": "94396048",
"isVariable": true,
"marketConfigs": [CorrectivePeriodMarketConfigType],
"type": "kitchen-into-respond-travel-especially"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Consumption in kWh. |
|
Cost in pence (excl. tax). |
|
Cost in pence (incl. tax). |
Example
{
"costOfChargeId": "32257987",
"isSmartCharge": true,
"krakenflexDeviceId": "41956671",
"reportDate": "1976-09-16",
"totalConsumption": 999.2,
"totalCostExclTax": 501.73,
"totalCostInclTax": 154.83
}
CostOfUsageBandInterval
This output type represents the costs/consumption for a single half hourly period.
Fields
| Name | Description |
|---|---|
|
The product rate band subcategory for the cost. |
|
The consumption within the charging interval. |
|
The unit associated with the consumption. |
|
The cost associated with that charging interval. |
|
The currency associated with the cost. |
|
Start and end datetimes for the charging interval. |
|
The unit rate applied to this interval. |
Example
{
"bandSubcategory": "across-one-senior-college-or",
"consumption": "1.0",
"consumptionUnit": "idea-performance-brother-north-second",
"cost": "1.0",
"currency": "kind-us-above-thus-audience",
"period": DateTimeRange,
"rateApplied": "1.0"
}
CostOfUsageConnectionTypeConnection
Dovetailing usage and cost for an account / meter combination over a given time period.
Fields
| Name | Description |
|---|---|
|
Overall cost of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Overall usage of nodes in the edge. |
Example
{
"cost": 20,
"edges": [CostOfUsageConnectionTypeEdge],
"pageInfo": PageInfo,
"usageKwh": "1.0"
}
CostOfUsageConnectionTypeEdge
A Relay edge containing a CostOfUsageConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "build-before-material-learn-see",
"node": IntervalCostOfUsageType
}
CostOfUsagePeriod
This output type is used to describe a period containing possibly mutliple half hourly periods and multiple product rate band subcategories.
Fields
| Name | Description |
|---|---|
|
The unit associated with the consumption. |
|
The currency associated with the cost. |
|
Details of each charging interval inside period. |
|
Overall start and end for the usage period. |
|
Total consumption within period, measured in kWh. |
|
Total cost within period, measured in pence. |
Example
{
"consumptionUnit": "prove-often-operation-report-analysis",
"currency": "religious-loss-financial-whatever-nice",
"intervals": [CostOfUsageBandInterval],
"period": DateTimeRange,
"totalConsumption": "1.0",
"totalCost": "1.0"
}
CostOfUsageResponse
This output type represents the costs/consumption for multiple time periods.
Fields
| Name | Description |
|---|---|
|
Details of a single cost of usage period. |
Example
{
"periods": [CostOfUsagePeriod]
}
Fields
| Name | Description |
|---|---|
|
Whether cost of usage can be displayed for a user. |
|
Cost of usage for given period. |
|
Energy product direction, e.g. IMPORT or EXPORT. |
Example
{
"costEnabled": true,
"details": CostOfUsageConnectionTypeConnection,
"direction": "right-write-account-whose-seven"
}
CreateAccountCharge
Add charges to an account.
Fields
| Name | Description |
|---|---|
|
Example
{
"accountCharge": AccountChargeType
}
CreateAccountFileAttachmentPayload
The possible errors that can be raised are:
- KT-CT-1113: Disabled GraphQL field requested.
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"clientMutationId": "11926719",
"postRequest": UploadPostRequest
}
CreateAccountNote
Add a note to an account.
Fields
| Name | Description |
|---|---|
|
Account, which has the added note. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"account": AccountType
}
CreateAccountPaymentSchedule
Replace an existing payment schedule with a new one that updates either the payment amount or payment day.
Fields
| Name | Description |
|---|---|
|
New payment schedule. |
Example
{
"schedule": PaymentScheduleType
}
CreateAccountReference
Create an account reference.
Fields
| Name | Description |
|---|---|
|
Example
{
"accountReference": AccountReferenceType
}
CreateAccountReminder
Create an account reminder.
Fields
| Name | Description |
|---|---|
|
Account reminder. |
Example
{
"accountReminder": AccountReminder
}
CreateAcquisitionQuoteRequestForProducts
Create an acquisition quote request for requested products without persisting to the database.
Fields
| Name | Description |
|---|---|
|
Returns a quote request for the requested product codes. Does not persist the quote. |
Example
{
"quoteRequest": QuoteRequestBase
}
CreateAffiliateLink
Create an affiliate link for a new sales agent.
Fields
| Name | Description |
|---|---|
|
The created affiliate link. |
Example
{
"affiliateLink": AffiliateLinkType
}
CreateAffiliateOrganisation
Create an affiliate organisation.
Fields
| Name | Description |
|---|---|
|
The created affiliate organisation. |
Example
{
"affiliateOrganisation": AffiliateOrganisationType
}
CreateAffiliateSession
Create a session for an affiliate link.
Fields
| Name | Description |
|---|---|
|
The created affiliate session. |
Example
{
"affiliateSession": AffiliateSessionType
}
CreateAgreement
Create a new agreement.
Fields
| Name | Description |
|---|---|
|
The created agreement. |
Example
{
"agreement": CommonAgreementType
}
CreateAgreementRollover
Create an agreement rollover for a specific account and agreement.
Fields
| Name | Description |
|---|---|
|
The new agreement rollover. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"agreementRollover": AgreementRolloverType
}
CreateAPICall
Mutation to create a new APICall instance.
Fields
| Name | Description |
|---|---|
|
The created APICall. |
Example
{
"apiCall": APICallType
}
CreateAPIException
Mutation to create a new APIException instance.
Fields
| Name | Description |
|---|---|
|
The created APIException. |
Example
{
"apiException": APIExceptionType
}
CreateAPIExceptionEvent
Mutation to create a new APIExceptionEvent instance.
Fields
| Name | Description |
|---|---|
|
The created APIExceptionEvent. |
Example
{
"apiExceptionEvent": APIExceptionEventType
}
CreateAPIExceptionNote
Mutation to create a new APIExceptionNote instance.
Fields
| Name | Description |
|---|---|
|
The created APIExceptionNote. |
Example
{
"apiException": APIExceptionType
}
CreateAudioRecording
Create an audio recording for an affiliate session.
Fields
| Name | Description |
|---|---|
|
The created audio recording. |
Example
{
"audioRecording": AudioRecordingType
}
CreateAutoTopupConfig
Create a new auto topup config for SPAYG meter.
Fields
| Name | Description |
|---|---|
|
The created auto top-up config. |
Example
{
"autoTopupConfig": AutoTopupConfigType
}
CreateBusiness
Create a business.
Fields
| Name | Description |
|---|---|
|
The created business. |
Example
{
"business": BusinessType
}
CreateCallMetadata
The possible errors that can be raised are:
- KT-CT-11802: Call not found.
- KT-CT-11806: Call metadata item key cannot be an empty string.
- KT-CT-11807: A call metadata item with this key already exists for this call.
- KT-CT-11817: Invalid call ID.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The call metadata was attached to. |
Example
{
"call": CallInterface
}
CreateCampaignItems
The possible errors that can be raised are:
- KT-CT-4178: No account found with given account number.
- KT-CT-11501: Voice campaign not found.
- KT-CT-11503: One or more campaign items are invalid and cannot be created.
- KT-CT-11504: The batch of campaign items is too large.
- KT-CT-11506: Invalid campaign ID.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The identifier for this batch of items to assist in tracking and logging. |
|
Example
{
"batchIdentifier": "60033112",
"campaignItems": [VoiceCampaignItemType]
}
CreateCollectionProcessEvent
Create a collection process event to track significant events such as reactivations and errors.
Fields
| Name | Description |
|---|---|
|
The created collection process event. |
Example
{
"collectionProcessEvent": CollectionProcessEventOutputType
}
CreateComplaint
Create a complaint.
Fields
| Name | Description |
|---|---|
|
The complaint that has been created. |
Example
{
"complaint": ComplaintType
}
CreateContractOutput
Output type for creating a contract.
Fields
| Name | Description |
|---|---|
|
Unique identifier for the created contract. |
|
Indicates whether a new contract was created (True) or an existing contract was matched (False). When False, the mutation is idempotent and returns the existing contract that matches the provided parameters. |
Example
{
"identifier": "27019568",
"wasCreated": true
}
CreateContributionAgreement
Create a contribution agreement for an account.
Fields
| Name | Description |
|---|---|
|
The created contribution agreement. |
Example
{
"contributionAgreement": ContributionAgreementType
}
CreateCreditTransferPermission
Mutation to create a credit transfer permission.
Fields
| Name | Description |
|---|---|
|
Datetime when the credit transfer permission is valid. |
Example
{
"validFrom": "2000-08-31T07:49:09.520853+00:00"
}
CreateCustomerFeedback
Create unsubmitted customer feedback object.
Fields
| Name | Description |
|---|---|
|
The created customer feedback object. |
Example
{
"customerFeedback": CustomerFeedbackType
}
CreateDepositAgreement
Create a new deposit agreement for the account if it needs one.
Fields
| Name | Description |
|---|---|
|
Example
{
"depositAgreement": CreateDepositAgreementOutput
}
Example
{
"depositAmount": 38,
"depositRequired": true
}
CreateDirectDebitInstruction
The possible errors that can be raised are:
- KT-CT-3940: Invalid data.
- KT-CT-3923: Unauthorized.
- KT-CT-3979: Invalid ledger.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Example
{
"directDebitInstruction": DirectDebitInstructionType
}
CreateElectricJuiceAgreement
Create an Electric Juice agreement for an account.
Fields
| Name | Description |
|---|---|
|
Example
{
"agreement": Agreement
}
CreateElectricJuiceCharge
Create an Electric Juice charge and associated line items.
Fields
| Name | Description |
|---|---|
|
Example
{
"accountCharge": AccountChargeType
}
CreateElectricJuiceChargeCard
Create a new Electric Juice charge card for an account.
Fields
| Name | Description |
|---|---|
|
Example
{
"chargeCard": ChargeCardType
}
CreateElectricJuiceCredit
Add a credit to an Electric Juice Network ledger.
Fields
| Name | Description |
|---|---|
|
Example
{
"accountCredit": AccountCreditType
}
CreateEvPublicChargingAgreement
Create an EV Public Charging agreement.
Fields
| Name | Description |
|---|---|
|
|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"agreement": Agreement
}
CreateExternalAccountEvent
Create an external account event.
Fields
| Name | Description |
|---|---|
|
The new event data. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"event": ExternalAccountEvent
}
CreateExternalAccountUserEvent
Create an external account user event.
Fields
| Name | Description |
|---|---|
|
The new event data. |
Example
{
"event": ExternalAccountUserEvent
}
CreateExternalMessage
Create an external message to record communications sent by external vendors.
This allows you to import messages, such as emails, sent using other tools into Kraken.
Fields
| Name | Description |
|---|---|
|
The external message that was created. |
Example
{
"externalMessage": ExternalMessageType
}
CreateExternalMessageEvent
Create a message event for an external message.
This records a lifecycle event, such as a delivery confirmation, failure, or recipient interaction, for a message previously created via createExternalMessage.
Fields
| Name | Description |
|---|---|
|
The external message event that was created. |
Example
{
"externalMessageEvent": ExternalMessageEventType
}
CreateGoodsPurchase
Create a goods purchase.
Fields
| Name | Description |
|---|---|
|
Goods purchase created. |
Example
{
"goodsPurchase": GoodsPurchase
}
CreateGoodsQuote
Create a goods quote.
Fields
| Name | Description |
|---|---|
|
Goods quote created for the customer. |
Example
{
"goodsQuote": GoodsQuote
}
CreateGoodsQuoteWithoutAccount
Create a goods quote without an account.
Fields
| Name | Description |
|---|---|
|
Goods quote created for the customer. |
Example
{
"goodsQuote": GoodsQuote
}
CreateInboundCall
The possible errors that can be raised are:
- KT-CT-11805: Invalid input for creating an inbound call.
- KT-CT-11810: Caller is blocked.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The call that was created. |
Example
{
"call": InboundCallType
}
CreateInkInboundMessage
Register an Ink inbound message.
Fields
| Name | Description |
|---|---|
|
The Ink message that was created. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"message": InkEmail
}
CreateInkLiveChatMessage
The possible errors that can be raised are:
- KT-CT-7616: Not yet implemented.
- KT-CT-1111: Unauthorized.
- KT-CT-4123: Unauthorized.
- KT-CT-7642: No account user was found for the given fromHandle.
- KT-CT-7641: Live Chat message with this message ID has already been processed.
- KT-CT-7645: The user is not authorized to access this Live Chat.
- KT-CT-7622: Attachment bucket is invalid.
- KT-CT-7623: Attachment path is invalid.
- KT-CT-7621: Attachment not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The live chat conversation. |
|
The ID of the Ink Live Chat message that was created. |
Example
{
"liveChatConversation": InkLiveChatConversation,
"messageRelayId": "46324700"
}
CreateInternalCompany
The possible errors that can be raised are:
- KT-CT-14402: Duplicated internal company.
- KT-CT-14403: Invalid address.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The result of the create internal company operation. |
Example
{
"internalCompany": CreateInternalCompanyResultType
}
CreateInternalCompanyResultType
The result of the create internal company mutation.
Fields
| Name | Description |
|---|---|
|
The ID of the internal company that was created. |
Example
{
"id": "65923801"
}
CreateLead
Create a lead with the provided details.
Fields
| Name | Description |
|---|---|
|
The unique number of the lead. |
Example
{
"leadNumber": "own-new-large-investment-game"
}
CreateMetadata
Create metadata on an object.
Fields
| Name | Description |
|---|---|
|
Example
{
"metadata": Metadata
}
Fields
| Name | Description |
|---|---|
|
|
|
Deprecated The 'id' field is deprecated. |
|
|
|
Example
{
"readingErrors": [SerializerFieldErrorsType]
}
CreateMfaDevice
Create a multi-factor authentication (MFA) device for a user.
Fields
| Name | Description |
|---|---|
|
Email address to send the MFA code by default. |
|
Phone number to send the MFA code by default. |
|
Secret to setup Time-based One-Time Passwords (TOTP) in your authenticator or password manager manually. |
Example
{
"deviceEmail": "paper-size-maybe-experience-food",
"devicePhone": "stand-thought-success-different-society",
"totpSecret": "recently-support-us-garden-his"
}
CreateNewAgreementFromProductSwitchProcess
Create a new agreement from an existing product switch process.
Fields
| Name | Description |
|---|---|
|
The new agreement created. |
Example
{
"agreement": CommonAgreementType
}
CreateOctoplusRewardContactLink
Create a link to the customer contact form for this account.
Fields
| Name | Description |
|---|---|
|
The URL of the customer contact form link. |
Example
{
"url": "team-support-hope-size-phone"
}
CreateOfferGroupForQuoting
Create a quoting offer group.
Fields
| Name | Description |
|---|---|
|
Quoting Offer Group. |
Example
{
"offerGroup": CreateOfferGroupType
}
Fields
| Name | Description |
|---|---|
|
Identifier of the Offer Group. |
|
One or more Offers contained in the Offer Group. |
Example
{
"identifier": "98718031",
"offers": [OfferType]
}
CreateOnSiteJobsAppointment
Create an Appointment.
Fields
| Name | Description |
|---|---|
|
The created On-Site Jobs appointment. |
Example
{
"onSiteJobsAppointment": OnSiteJobsAppointmentType
}
CreateOnSiteJobsAppointmentWithDate
Create an Appointment using DATE booking mode. Used when the booking flow does not require selecting a specific timeslot.
Fields
| Name | Description |
|---|---|
|
The created On-Site Jobs appointment. |
Example
{
"onSiteJobsAppointment": OnSiteJobsAppointmentType
}
CreateOnSiteJobsAppointmentWithoutBooking
Create an Appointment on Kraken without making a booking via the booking vendor system. This is typically used by booking vendors to inform Kraken about appointments created on their system.
Fields
| Name | Description |
|---|---|
|
The created Appointment. |
Example
{
"onSiteJobsAppointment": OnSiteJobsAppointmentType
}
CreateOnSiteJobsAppointmentWithoutDateOrTime
Create an Appointment using WITHOUT_DATE_OR_TIME booking mode. Used when the field agent arranges the appointment date and time externally. Once arranged, the field service system will inform on-site jobs of the date and time.
Fields
| Name | Description |
|---|---|
|
The created On-Site Jobs appointment. |
Example
{
"onSiteJobsAppointment": OnSiteJobsAppointmentType
}
CreateOnSiteJobsRequest
Create a Request.
Fields
| Name | Description |
|---|---|
|
The created request. |
Example
{
"onSiteJobsRequest": OnSiteJobsRequestType
}
CreateOpportunityAndLead
Create an opportunity and lead with the provided details.
Fields
| Name | Description |
|---|---|
|
The date the opportunity was created. |
|
The code of the funnel. |
|
The unique number of the opportunity. |
|
The stage of the opportunity. |
Example
{
"dateOfCreation": "1997-05-14T09:25:31.286725+00:00",
"funnelCode": "budget-last-teach-top-popular",
"opportunityNumber": "rule-little-attention-painting-room",
"stage": "western-right-nature-suddenly-head"
}
CreateOpportunityFileAttachment
Creates an Opportunity File Attachment.
Fields
| Name | Description |
|---|---|
|
Whether the operation was successful. |
Example
{
"result": "describe-many-stand-marriage-front"
}
CreateOpportunityForLead
Create an opportunity for a lead with the provided details.
Fields
| Name | Description |
|---|---|
|
The date the opportunity was created. |
|
The unique number of the opportunity. |
Example
{
"dateOfCreation": "2019-03-06T17:40:19.611499+00:00",
"opportunityNumber": "act-rather-yet-remember-plan"
}
CreateOrUpdateLoyaltyCardMutation
Create a Loyalty Card for the given account user.
Fields
| Name | Description |
|---|---|
|
Created or updated loyalty card. |
Example
{
"loyaltyCard": LoyaltyCardType
}
CreateOrUpdateSiteworksAppointment
Create a new job or update the status of an existing one.
Fields
| Name | Description |
|---|---|
Example
{
"result": CreateOrUpdateSiteworksAppointmentOutput
}
Example
{
"appointmentCreated": true,
"appointmentUpdated": true
}
CreateOrUpdateTimeSeriesEntries
Summary information on the time series and associated variants once the creation and update operations have been completed.
Fields
| Name | Description |
|---|---|
|
The time series code. |
|
The time series description. |
|
The time series meta information. |
|
The time series display name. |
|
The time series period size value. |
|
The product code associated to the time series. |
|
The time series unit value. |
|
The existing time series variants based on the prices created. |
Example
{
"code": "really-under-everyone-size-if",
"description": "necessary-field-world-money-short",
"meta": {"key": "value"},
"name": "catch-attention-happy-summer-reveal",
"periodSize": "behind-answer-particular-project-her",
"productCode": "economy-share-mission-rich-one",
"unit": "college-help-student-music-case",
"variants": [VariantProfile]
}
CreatePartnerUser
Create a partner user and assign them to a partner team.
Fields
| Name | Description |
|---|---|
|
The created partner user. |
Example
{
"partnerUser": PartnerUserType
}
CreatePaymentActionIntent
Create a new payment action intent.
Fields
| Name | Description |
|---|---|
|
The action intent token. |
Example
{
"token": "26217851"
}
CreatePaymentMethodActionIntent
Create a new payment method action intent.
Fields
| Name | Description |
|---|---|
|
The action intent token. |
Example
{
"token": "68884831"
}
CreatePaymentSchedule
Mutation for creating an Payment Schedule instance using the authenticated user.
Fields
| Name | Description |
|---|---|
|
Example
{
"paymentSchedule": PaymentScheduleType
}
CreatePortfolio
Create a new portfolio.
Fields
| Name | Description |
|---|---|
|
The created portfolio. |
Example
{
"portfolio": PortfolioType
}
CreatePortfolioUserRole
Mutation to create a new portfolio user role. This will effectively link the user to the portfolio giving them all the permissions enabled for the specific role.
Fields
| Name | Description |
|---|---|
|
The created role for a user in association with a portfolio. |
Example
{
"portfolioUserRole": PortfolioUserRoleType
}
CreatePostEvents
Create post delivery events from external vendors.
Fields
| Name | Description |
|---|---|
|
Number of events successfully created. |
Example
{
"createdEventsCount": 17
}
CreateProductOutput
Output type for creating a product.
Fields
| Name | Description |
|---|---|
|
The created product. |
Example
{
"product": SupplyProductType
}
CreateProductRates
Create one or more product rates for a product.
Fields
| Name | Description |
|---|---|
|
Successfully created rate(s) for the specified product. |
Example
{
"productRates": [ProductRateType]
}
CreateProvisioningClaim
Create an AWS provisioning claim certificate.
Fields
| Name | Description |
|---|---|
|
The temporary provisioning certification. |
Example
{
"tempProvisioningClaimCert": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType
}
CreateQuoteForAccount
Create a quote for switching product.
Fields
| Name | Description |
|---|---|
|
Returns a quote request. |
Example
{
"quoteRequest": MarketSupplyQuoteRequestType
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"errors": [SerializerFieldErrorsType],
"quote": QuoteType
}
CreateQuoteRequestForProducts
Create a renewal quote request for specified products without persisting to the database.
Fields
| Name | Description |
|---|---|
|
Returns a quote request for the requested product codes. Does not persist the quote. |
Example
{
"quoteRequest": QuoteRequestBase
}
CreateReferral
Use a referral code to create a referral and trigger a referral reward. This is for customers to refer other customers so it only works with friend referrals and not partner referrals. This will try to find a user with given referral code as their personal referral code. If found, it will create an AccountReferral instance for the given account number.
Fields
| Name | Description |
|---|---|
|
The reward amount to be issued to the referred account, in smallest currency subunits. |
Example
{
"referredAccountRewardAmount": 7
}
CreateRefundRequest
Mutation for creating an refund request for an account.
Fields
| Name | Description |
|---|---|
|
Example
{
"refundRequest": RefundRequestType
}
CreateReminder
Create an account reminder.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
Account reminder. |
Example
{
"reminder": Reminder
}
CreateRenewalQuoteRequest
Create a renewal quote request.
Fields
| Name | Description |
|---|---|
|
Example
{
"quoteRequest": QuoteRequest
}
CreateScheduledTransactions
Mutation to create scheduled transactions.
Fields
| Name | Description |
|---|---|
|
Example
{
"scheduledTransactions": [ScheduledTransactionType]
}
CreateShellAccountPayload
Create a shell account (a billable account with no property/energy supply).
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Day to fixed bill on if billing_period_length set. |
|
For fixed billing accounts only, the length of their billing period. Can be MONTHLY or QUARTERLY. |
|
Month to start billing from if billing_period_length set to QUARTERLY or the multiplier is > 1. |
|
For fixed billing accounts only, the number the period length is to be multiplied by to get the total period length, i.e. for billing every second month, select 2 combined with a billing period length MONTHLY. Can't be > 1 for quarterly billing. |
|
|
|
This must be a string-ified version of the JSON representation of RichAddressInput type. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"account": AccountInterface,
"billingAddressLine1": "back-leg-democratic-color-consumer",
"billingAddressLine2": "education-really-save-let-walk",
"billingAddressLine3": "perform-partner-fact-choose-look",
"billingAddressLine4": "discussion-risk-amount-hour-exist",
"billingAddressLine5": "hotel-tough-make-dinner-degree",
"billingName": "score-though-discussion-discussion-race",
"billingPeriodDay": 24,
"billingPeriodLength": "main-campaign-speak-right-myself",
"billingPeriodMonth": 78,
"billingPeriodMultiplier": 47,
"billingPostcode": "military-common-fast-memory-pull",
"billingRichAddress": "stop-inside-interesting-future-seem",
"brand": "expect-to-up-experience-method",
"businessType": "raise-around-surface-step-may",
"clientMutationId": "74777248",
"companyName": "avoid-religious-measure-ground-or",
"companyNumber": "she-recognize-as-enjoy-tree",
"dateOfBirth": "2008-04-27",
"email": "care-but-community-education-card",
"errors": [ErrorType],
"familyName": "Floyd",
"givenName": "Mary",
"isBusinessAccount": true,
"landline": "nature-arrive-some-wish-next",
"mobile": "east-environment-six-free-pull",
"password": "north-risk-up-operation-magazine",
"passwordUpdateToken": "unit-better-follow-some-most",
"portfolioNumber": "P-DF7CA8DC",
"taxNumber": "show-believe-finish-time-attack",
"urn": "prepare-community-stage-author-agree"
}
CreateSupplyPointMetadata
Create metadata for a supply point.
Fields
| Name | Description |
|---|---|
|
The created metadata. |
Example
{
"metadata": Metadata
}
CreateTimeSeriesPrices
Time series information and existing variants based on the prices created.
Fields
| Name | Description |
|---|---|
|
The time series code. |
|
The time series description. |
|
The time series meta information. |
|
The time series display name. |
|
The time series period size value. |
|
The product code associated to the time series. |
|
The time series unit value. |
|
The existing time series variants based on the prices created. |
Example
{
"code": "condition-attorney-plant-story-year",
"description": "in-themselves-community-then-resource",
"meta": {"key": "value"},
"name": "light-control-heavy-building-visit",
"periodSize": "game-she-national-skin-quite",
"productCode": "pick-network-candidate-democratic-scientist",
"unit": "me-here-remember-security-yourself",
"variants": [VariantProfile]
}
Credit
A credit to the customer from the energy retailer.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the account the transaction belongs to. |
|
Gross amount including tax (when payable). Refer to the |
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The customer's resulting balance after this transaction has been applied, in the smallest unit of currency. |
|
The unique identifier for the most recent billing document linked with the transaction.Note: a transaction may be linked with multiple documents, but this field will only return the identifier for the most recent billing document. |
|
The date time when the transaction is created. |
|
Returns True if the transaction is linked with a statement. |
|
Unique identifier for the transaction. |
|
Deprecated. |
|
Deprecated The 'isAccountCharge' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isAccountPayment' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isCredit' field is deprecated. |
|
|
Whether the statement this transaction is on has been held. A held statement is not sent to a customer automatically, but is instead marked for manual attention by operations staff. Returns False if a statement is not linked with the transaction. |
|
Whether this transaction has been issued on any billing document.Note: Look for the most recently issued transaction instead of looking through all transactions as some accounts may have initial transactions that were not issued.This will return False if the transaction is not associated with any billing documents. |
|
|
|
Returns the note field value for the transaction, which contains additional info. |
|
Date when the transaction was posted to the account. |
|
Returns the reason. |
|
Returns None if a statement is not linked with the transaction. |
|
Deprecated The 'statementId' field is deprecated. |
|
|
Human-readable title describing the transaction. |
Example
{
"accountNumber": "A-3A98DAC7",
"amount": 6,
"amounts": TransactionAmountType,
"balanceCarriedForward": 76,
"billingDocumentIdentifier": "81151023",
"createdAt": "2013-07-01T21:01:02.640481+00:00",
"hasStatement": true,
"id": "64097687",
"isHeld": true,
"isIssued": true,
"isReversed": true,
"note": "huge-medical-child-need-then",
"postedDate": "1988-05-08",
"reasonCode": "probably-series-firm-section-war",
"title": "station-identify-through-third-meet"
}
Fields
| Name | Description |
|---|---|
|
The credit reason code. |
|
The credit reason display text. |
|
The group the credit reason belongs to (if applicable). |
|
Whether the credit reason is deprecated. |
|
Whether the credit reason is hidden. |
|
Whether the credit reason is sales tax exempt. |
Example
{
"code": "management-second-subject-dog-deal",
"display": "agency-consumer-issue-event-should",
"group": "whose-room-quality-past-official",
"isDeprecated": true,
"isHidden": true,
"isTaxExempt": true
}
Fields
| Name | Description |
|---|---|
|
Indicates whether the transfer request is valid and allowed. |
Example
{
"isEligible": true
}
Fields
| Name | Description |
|---|---|
|
The number of the account linked to this permission. |
|
The number of the ledger linked to this permission. |
|
The datetime from which the permission is valid. |
|
The datetime to which the permission is valid. |
Example
{
"accountNumber": "A-F70BF5E8",
"ledgerNumber": "contain-effect-age-many-factor",
"validFrom": "1985-01-28T10:13:26.752549+00:00",
"validTo": "2008-09-07T17:51:16.826397+00:00"
}
Fields
| Name | Description |
|---|---|
|
Permissions for credit transfers when the ledger is the target. |
|
Permissions for credit transfers when the ledger is the source. |
Example
{
"fromSourceLedgers": [CreditTransferPermissionFromSourceLedgerType],
"toTargetLedgers": [CreditTransferPermissionToTargetLedgerType]
}
Fields
| Name | Description |
|---|---|
|
The number of the account linked to this permission. |
|
The number of the ledger linked to this permission. |
|
The datetime from which the permission is valid. |
|
The datetime to which the permission is valid. |
Example
{
"accountNumber": "A-042D3B3D",
"ledgerNumber": "rich-green-either-require-difficult",
"validFrom": "1982-03-14T07:58:18.102140+00:00",
"validTo": "2025-11-21T06:20:28.244394+00:00"
}
Fields
| Name | Description |
|---|---|
|
The current eligibility status for a deposit return. |
|
The reasons why the account is currently ineligible for a deposit return. |
Example
{
"isEligible": true,
"reasonsForIneligibility": "society-environment-several-question-decision"
}
CustomerAssetType
Customer asset type for GraphQL
Fields
| Name | Description |
|---|---|
|
Account number. |
|
When the customer asset became active. |
|
When device became inactive (null if active). |
|
Customer asset ID. |
|
Asset name. |
|
Physical device ID (e.g., VIN for a vehicle). |
|
Asset type. |
Example
{
"accountNumber": "A-8D102B7B",
"activeFrom": "2025-02-02T11:23:31.506522+00:00",
"activeTo": "2012-08-10T06:44:14.828511+00:00",
"id": "53498484",
"name": "subject-against-laugh-network-read",
"physicalId": "44709631",
"type": "cut-game-kind-final-religious"
}
CustomerFeedbackFormConnectionTypeConnection
Paginator of Customer Feedback Form.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 55,
"edges": [CustomerFeedbackFormConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 28
}
CustomerFeedbackFormConnectionTypeEdge
A Relay edge containing a CustomerFeedbackFormConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "couple-bag-culture-work-way",
"node": CustomerFeedbackFormType
}
Fields
| Name | Description |
|---|---|
|
The unique identifier for the customer feedback form. |
|
The name of the customer feedback form. |
Example
{
"id": "58380691",
"name": "image-seem-which-deal-key"
}
Fields
| Name | Description |
|---|---|
|
|
|
The value attached to the source |
|
The datetime the feedback was submitted |
Example
{
"id": "78494280",
"rawScore": 74,
"submittedAt": "2014-08-23T17:07:13.835280+00:00"
}
Dashboard
A list of components which comprise a dashboard screen.
Fields
| Name | Description |
|---|---|
|
The list of sections for a dashboard. |
|
Unique identifier of the object. |
|
The serialised dashboard items. |
|
The name of the object's type. |
Example
{
"dashboardItems": [SectionType],
"id": "49183132",
"serialisedDashboardItems": "mean-miss-term-stock-difficult",
"typename": "positive-because-civil-relationship-indicate"
}
Fields
| Name | Description |
|---|---|
|
The cursor of the last item. |
|
Whether there are more items when paginating forwards. |
|
Whether there are previous items when paginating backwards. |
|
The cursor of the first item. |
Example
{
"endCursor": "1975-08-11T18:09:23.008571+00:00",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "1988-11-26T07:25:35.330380+00:00"
}
DateTimeRange
A datetime range output type.
Fields
| Name | Description |
|---|---|
|
End of datetime range. |
|
Start of datetime range. |
Example
{
"end": "2007-11-16T16:59:05.329555+00:00",
"start": "1970-08-22T18:47:43.773219+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
Is EPG applied to the unit rate. |
|
|
|
|
|
|
|
|
|
Whether the tariff is for exporting energy. |
|
|
|
Is EPG applied to the unit rate. |
|
|
|
|
|
|
|
|
|
|
|
Tags associated with the tariff. |
|
Describes a particular tariff by combining the product code, number of rates, available from date and GSP code. |
Example
{
"dayRate": 635.87,
"dayRateEpgApplied": true,
"description": "first-forward-low-news-Democrat",
"displayName": "identify-evidence-dinner-gun-church",
"fullName": "know-list-century-sometimes-include",
"id": "24643172",
"isExport": true,
"nightRate": 107.6,
"nightRateEpgApplied": true,
"preVatDayRate": 764.94,
"preVatNightRate": 624.1,
"preVatStandingCharge": 903.89,
"productCode": "respond-parent-eat-try-start",
"standingCharge": 637.15,
"tags": "alone-appear-even-glass-turn",
"tariffCode": "resource-least-production-short-church"
}
Fields
| Name | Description |
|---|---|
|
The account number. |
|
The ledger identifier. |
Example
{
"accountNumber": "A-95FC482E",
"ledgerNumber": "administration-plant-art-fine-rise"
}
Fields
| Name | Description |
|---|---|
|
The account number. |
|
The agency. |
|
The campaign. |
|
Whether the commencement could be applied. |
|
The ledger identifier. |
Example
{
"accountNumber": "A-8D87AD63",
"agency": "nor-economy-somebody-throw-check",
"campaign": "hold-Congress-he-carry-movement",
"commencementStatus": true,
"ledgerNumber": "lose-poor-school-hot-safe"
}
Fields
| Name | Description |
|---|---|
|
The account number. |
|
Whether the update has been applied. |
Example
{
"accountNumber": "A-3F2B5113",
"commencementStatus": true
}
DeauthenticateDevice
De-authenticate a registered device.
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": DeviceDetailsType
}
DeauthenticateFlexDevice
De-authenticate a registered device by device id.
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": DeviceDetailsType
}
Example
{
"code": "small-event-leave-full-read",
"isActive": true,
"name": "sign-have-organization-against-son"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Example
{
"code": "do-professional-executive-stay-response",
"deprecatedAt": "1970-10-19T01:46:20.793341+00:00",
"displayName": "act-appear-just-attention-certain",
"requiresFieldVisit": true
}
Fields
| Name | Description |
|---|---|
|
The agency responsible for the collection proceedings. |
|
|
|
The campaign type of the collection proceedings. |
|
Deprecated The 'campaign' field is deprecated. |
|
|
The campaign type of the collection proceedings. |
|
|
|
|
|
|
Example
{
"agency": DebtCollectionAgencyType,
"amount": 69,
"collectionCampaign": DebtCollectionCampaignType,
"startedAt": "2003-08-12T03:17:41.213358+00:00",
"stoppedAt": "2014-01-17T12:34:34.182054+00:00",
"stopReason": "BANKRUPT"
}
DecimalReading
A reading with a decimal value taken at a specific time.
Fields
| Name | Description |
|---|---|
|
The timestamp when the reading was taken. |
|
The decimal value of the reading. |
Example
{
"timestamp": "1978-12-04T13:24:09.916455+00:00",
"value": "1.0"
}
DecimalType
Graphene type object to represent float values
Fields
| Name | Description |
|---|---|
|
Value of this field. |
Example
{
"decimalValue": "1.0"
}
DecommissionSmartDevice
Decommissions a device using SmartPear's 'remove device' orchestration.
Fields
| Name | Description |
|---|---|
|
The reference of the Decommission Request in Kraken. |
Example
{
"requestReference": "picture-wonder-successful-name-around"
}
DeductLoyaltyPoints
Deduct a set amount of loyalty points from an account.
Fields
| Name | Description |
|---|---|
|
The ledger entry for the deducted loyalty points. |
|
The number of loyalty points that were deducted. |
Example
{
"ledgerEntry": LoyaltyPointLedgerEntryType,
"pointsDeducted": 22
}
DeeplinkActionType
An action which navigates to the URL of another backend screen.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the object. |
|
The name of the object's type. |
|
The name of the action object's type. |
|
The URL to navigate to. |
Example
{
"id": "20074916",
"typename": "vote-possible-boy-board-charge",
"typeName": "miss-wait-accept-marriage-value",
"url": "responsibility-three-generation-cell-admit"
}
DefaultElectricJuicePaymentInstructionType
Payment Instructions
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"cardExpiryMonth": 42,
"cardExpiryYear": 83,
"cardNumber": "degree-arm-leader-help-ago",
"cardPaymentNetwork": "write-allow-window-white-somebody",
"cardType": "inside-successful-federal-blood-us",
"id": "13037276",
"instructionType": "gas-turn-floor-grow-accept",
"validFrom": "2007-01-16T22:12:15.924223+00:00",
"vendor": "coach-field-issue-throughout-toward"
}
DelayerDaysType
Represents delayer days for active payment in a contract.
Note: This type is a stub, and will be fleshed out in the future.
Fields
| Name | Description |
|---|---|
|
Number of days to delay based on delay strategy. |
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
Defines the method for calculating the delay period. |
|
The type of the term. |
Example
{
"days": 4,
"description": "foreign-seven-control-choose-production",
"displayName": "building-else-citizen-yeah-star",
"identifier": "40409446",
"isVariable": true,
"strategy": "FIXED",
"type": "media-a-long-stop-tough"
}
DeleteAccountReference
Delete a reference for a particular account and namespace.
Fields
| Name | Description |
|---|---|
|
Example
{
"accountReference": DeleteAccountReferenceType
}
Fields
| Name | Description |
|---|---|
|
The namespace associated with the removed AccountReference. |
Example
{
"namespace": "thank-single-move-start-music"
}
DeleteBoostCharge
Stop any active boost charging.
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": KrakenFlexDeviceType
}
Fields
| Name | Description |
|---|---|
|
The external identifier of the detached supply point. |
Example
{
"supplyPointExternalId": "52208184"
}
DeleteMfaDevice
Delete a multi-factor authentication (MFA) device for the authenticated user.
Fields
| Name | Description |
|---|---|
|
Flag to indicate if the MFA device has been successfully deleted. |
Example
{
"deviceDeleted": true
}
DeletePropertyDescendants
Delete all descendants of a property in a hierarchy.
This permanently deletes all descendant nodes (children, grandchildren, etc.) but keeps the property node itself in the hierarchy. This operation is idempotent - if the property is not in the hierarchy or has no descendants, it will succeed without error.
Fields
| Name | Description |
|---|---|
|
The property whose descendants were deleted. |
Example
{
"property": PropertyType
}
DeletePushNotificationBinding
The possible errors that can be raised are:
- KT-CT-5411: Invalid token or no push notification binding found for the given account user.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Example
{
"status": "SUCCESSFUL"
}
Fields
| Name | Description |
|---|---|
|
The timestamp at which the customer accepted the deposit agreement. |
|
The date on which a payment is requested for deposit collection (defaults to current date, if not specified in the deposit policy). |
|
The current eligibility status for a deposit return. |
|
The deposit agreement amount. |
|
The deposit agreement key (unique). |
|
The date by which the deposit agreement must be fulfilled (defaults to 31-12-9999 i.e. deposit is never late, if not specified in the deposit policy). |
|
The timestamp at which the deposit agreement was fulfilled. |
|
The return strategy used to return the deposit. |
Example
{
"acceptedAt": "2019-12-02T04:34:20.907488+00:00",
"collectionDate": "1989-03-30",
"currentEligibilityStatus": CurrentEligibilityStatusOutput,
"depositAmount": 36,
"depositKey": "without-class-two-others-style",
"dueDate": "2003-11-10",
"fulfilledAt": "1992-05-28T10:48:59.068897+00:00",
"returnStrategy": "cultural-sit-get-rise-person"
}
Fields
| Name | Description |
|---|---|
|
The amount to be returned in this installment. |
|
The date by which the deposit return installment is due. |
|
The status of this return installment. |
Example
{
"amount": 57,
"dueDate": "2019-01-21",
"status": "against-prevent-baby-idea-police"
}
Fields
| Name | Description |
|---|---|
|
True if the agreements were successfully detached. |
Example
{
"ok": true
}
DetachSupplyPointFromEstimationGroup
The possible errors that can be raised are:
- KT-CT-1111: Unauthorized.
- KT-CT-13603: Supply Point does not exist.
- KT-CT-13604: Supply point has no estimation group assigned.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The deleted supply point. |
Example
{
"supplyPoint": DeletedSupplyPointEstimationGroupType
}
Fields
| Name | Description |
|---|---|
|
The id of the device. This field can only be provided in the output if device level readings are also requested. |
|
Get readings from a readable device e.g., a supply point, device, or register. |
Arguments
The exclusive end of the time period as an isoformatted string.
Get readings of only this type.
The inclusive start of the time period as an isoformatted string.
Time buckets to group readings into.
The timezone in which to return readings.
Optional filter to return readings only for specific list of units or unit (e.g., KILOWATT_HOURS, METERS_CUBED, LITER, etc.). |
|
|
The registers associated with this device. |
Example
{
"deviceIdentifier": "45371994",
"readings": Readings,
"registers": RegistersConnection
}
DeviceChargingSessionConnection
Paginator for device charging session.
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
Information to aid in DateTime pagination. |
Example
{
"edges": [DeviceChargingSessionEdge],
"pageInfo": DateTimePageInfo
}
DeviceChargingSessionEdge
A Relay edge containing a DeviceChargingSession and its cursor.
Fields
| Name | Description |
|---|---|
|
The cursor of the item. |
|
The item at the end of the edge |
Example
{
"cursor": "1981-08-27T14:21:19.051199+00:00",
"node": DeviceChargingSession
}
Fields
| Name | Description |
|---|---|
|
The type of device. |
|
|
|
The third party that provides control over this device. |
Example
{
"deviceType": "BATTERIES",
"krakenflexDeviceId": "70126527",
"provider": "BMW_GROUP"
}
DeviceReAuthentication
Information about a device's re-authentication eligibility and status.
Fields
| Name | Description |
|---|---|
|
|
Example
{
"isEligible": true
}
Fields
| Name | Description |
|---|---|
|
Get readings from a readable device e.g., a supply point, device, or register. |
Arguments
The exclusive end of the time period as an isoformatted string.
Get readings of only this type.
The inclusive start of the time period as an isoformatted string.
Time buckets to group readings into.
The timezone in which to return readings.
Optional filter to return readings only for specific list of units or unit (e.g., KILOWATT_HOURS, METERS_CUBED, LITER, etc.). |
|
|
The id of the register. This field can only be provided in the output if register level readings are also requested. |
Example
{
"readings": Readings,
"registerIdentifier": "41149094"
}
DeviceRegistration
Register a device for smart controlling.
Where device refers to batteries, electric vehicles, heat pumps or thermostats.
Fields
| Name | Description |
|---|---|
|
Device ID(s) of the registered device(s). |
Example
{
"registeredDeviceIds": "program-star-according-traditional-sister"
}
DevicesConnection
Pagination for devices.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 84,
"edges": [DevicesEdge],
"pageInfo": PageInfo,
"totalCount": 36
}
DevicesEdge
A Relay edge containing a Devices and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "smile-already-investment-drop-what",
"node": Device
}
Fields
| Name | Description |
|---|---|
|
Device charging power in kilowatts (kW) - negative for import, positive for export. |
|
Energy stored in the device in kilowatt-hours (kWh). |
|
State of charge of the battery in % (may not be a whole number). |
Example
{
"activePowerInKw": DeviceStatusReadingType,
"energyInKwh": DeviceStatusReadingType,
"socPercentage": DeviceStatusReadingType
}
Fields
| Name | Description |
|---|---|
|
Timestamp of the reading. |
|
Value of the reading. |
Example
{
"timestamp": "2012-11-14T18:43:34.306656+00:00",
"value": 378.89
}
Fields
| Name | Description |
|---|---|
|
The maximum export power of the device in kilowatts. |
|
The maximum import power of the device in kilowatts. |
|
Whether device is connected. |
|
Device status telemetry readings. |
|
The lifecycle status of the device. |
|
Deprecated The 'status' field is deprecated. |
|
|
Whether control of the device has been temporarily suspended. |
Example
{
"maxExportInKw": 181.36,
"maxImportInKw": 686.54,
"pluggedIn": true,
"readings": DeviceStatusReadingsType,
"suspended": true
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 88,
"edges": [DirectDebitInstructionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 57
}
DirectDebitInstructionConnectionTypeEdge
A Relay edge containing a DirectDebitInstructionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "go-tax-factor-public-environment",
"node": DirectDebitInstructionType
}
DirectDebitInstructionType
Direct Debit Instructions
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The last four digits of the account number. |
|
Deprecated The 'lastFourDigitsOfAccountNumber' field is deprecated. |
|
|
A masked reference to a recurring payment method. |
|
A masked version of the IBAN. |
|
The owners of the financial account this instruction represents. |
|
|
|
|
Example
{
"accountHolder": "every-price-century-claim-line",
"cardExpiryMonth": 80,
"cardExpiryYear": 14,
"cardPaymentNetwork": "few-however-training-budget-open",
"iban": "bring-well-author-east-nature",
"id": "92527013",
"instructionType": "people-western-poor-water-own",
"maskedAccountIdentifier": "14804503",
"maskedIban": "watch-development-ten-turn-by",
"owners": [PaymentInstructionOwnerType],
"sortCode": "bring-cause-live-how-ground",
"status": "still-benefit-response-ability-responsibility"
}
DirectDebitPaymentDayUpdate
The possible errors that can be raised are:
- KT-CT-1113: Disabled GraphQL field requested.
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"errors": [ErrorType],
"paymentSchedule": PaymentScheduleType
}
DisableAutoTopup
Disable auto topup for SPAYG meter.
Fields
| Name | Description |
|---|---|
|
Boolean indicating if the auto top-up was successfully disabled. |
Example
{
"success": true
}
Fields
| Name | Description |
|---|---|
|
The discount as a decimal between 0 and 1. |
|
This type will return additional market specific information. For example, some markets support wind direction, fan speed, wind speed, etc. while others do not. |
|
Timestamp for the discount. |
Example
{
"discount": "1.0",
"metaData": FanClubMetadataOutput,
"startAt": "1994-07-20T08:45:47.121184+00:00"
}
Fields
| Name | Description |
|---|---|
|
The start time that the ensemble forecast simulation. |
|
Discount forecast data-points. |
Example
{
"baseTime": "2022-08-11T10:59:38.413010+00:00",
"data": [ForecastData]
}
Fields
| Name | Description |
|---|---|
|
Example
{
"earliestPossibleDirectDebitPaymentDate": "2007-11-11"
}
Fields
| Name | Description |
|---|---|
|
Supply amperage. Used in markets where customers are more familiar with amps than power output. |
|
Make of the charge point. |
|
Model of the charge point. |
|
The max power output of this charge point variant in kw. |
Example
{
"amperage": 25,
"make": "enough-concern-type-source-local",
"model": "age-challenge-identify-rise-factor",
"powerOutput": "1.0"
}
ElectricityAgentContractType
An organization who manages a given meterpoint.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Example
{
"agentId": "12295634",
"contractStatus": "ACCEPTED",
"contractType": "MOP",
"effectiveFrom": "1989-01-25"
}
Fields
| Name | Description |
|---|---|
|
|
|
The datetime the agreement was entered. |
|
The datetime the agreement was terminated. |
|
Bespoke rates that apply to this agreement. |
|
Bespoke standing charges that apply to this agreement. |
|
The characteristic values associated with the agreement. |
Arguments
The datetime to check the characteristic value at. |
|
|
The ID of the agreement. |
|
Whether the agreement is revoked. |
|
A collection of charges and associated consumption data. |
Arguments
Aggregate line items according to this grouping. Note that this doesn't guarantee that the returned items will cover a particular length of time, as it will depend on how the items have been stored, whether the period had daylight savings time changes (and therefore potentially 25 hours) etc.
Timezone used for grouping. |
|
|
|
|
The datetime the rates were agreed. |
|
The deadline datetime for rescinding the agreement. |
|
List of contracted standing charge uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary. |
|
|
|
The time-of-use scheme for this agreement's product, if applicable. |
|
List of contracted unit rate uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary. |
|
The start datetime of the agreement. |
|
The end datetime of the agreement. |
Example
{
"account": AccountType,
"agreedFrom": "1973-01-17T19:34:20.323853+00:00",
"agreedTo": "1987-11-04T13:44:53.878904+00:00",
"bespokeRates": [ElectricityBespokeRate],
"bespokeStandingCharges": [ElectricityBespokeStandingCharge],
"characteristicValues": CharacteristicValueInterface,
"id": 69973777,
"isRevoked": true,
"lineItems": LineItemConnection,
"meterPoint": ElectricityMeterPointType,
"ratesAgreedAt": "2014-03-02T02:15:50.954150+00:00",
"rescissionDeadlineAt": "2024-01-14T02:05:34.934016+00:00",
"standingChargeUplifts": [ElectricityContractStandingChargeUplift],
"tariff": DayNightTariff,
"timeOfUseScheme": TimeOfUseSchemeType,
"unitRateUplifts": [ElectricityContractUnitRateUplift],
"validFrom": "1995-06-26T14:58:30.360384+00:00",
"validTo": "1989-12-03T16:40:21.900926+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"paymentMethod": "DIRECT_DEBIT",
"rateType": "STANDARD",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"paymentMethod": "DIRECT_DEBIT",
"value": "1.0"
}
Example
{
"day": 72,
"isEstimate": true,
"night": 49
}
Example
{
"consumption": 24,
"isEstimate": true
}
Example
{
"day": 16,
"isEstimate": true,
"night": 40,
"offPeak": 57
}
Fields
| Name | Description |
|---|---|
|
The estimated Electricity Annual Consumption measured in kWh. |
|
The date from which the EAC is calculated. |
|
A flag stating if the meterpoint has ever had an erroneous transfer of supplier. |
|
The date the meterpoint switched to the current supplier. |
|
The current supplier for the meterpoint. |
Example
{
"eac": 113.59,
"eacEffectiveFromDate": "2008-12-18",
"hasErroneousTransfer": true,
"supplierEffectiveFromDate": "1976-11-09",
"supplierName": "like-center-nation-region-the"
}
Fields
| Name | Description |
|---|---|
|
The amount to add to the standing charge when billing, in pence per day. |
|
When this contract is valid from. |
|
When this contract is valid until. |
Example
{
"standingChargeUplift": "1.0",
"validFrom": "2004-10-07T16:33:14.853329+00:00",
"validTo": "2014-05-25T07:18:40.356029+00:00"
}
Fields
| Name | Description |
|---|---|
|
The amount to add to the unit rate when billing, in pence/kWh. |
|
When this contract is valid from. |
|
When this contract is valid until. |
Example
{
"unitRateUplift": "1.0",
"validFrom": "2009-12-18T20:04:02.442734+00:00",
"validTo": "1997-06-18T21:26:55.273500+00:00"
}
Fields
| Name | Description |
|---|---|
|
The identifier of the device associated to this reading. |
|
The identifier of the market supply point associated to this reading. |
|
Reading direction is based on the utility generated or consumed by the customer. |
|
The frequency of the reading. |
|
|
|
The identifier of the register associated to this reading. |
Example
{
"deviceId": "45764888",
"marketSupplyPointId": "98430863",
"readingDirection": "CONSUMPTION",
"readingFrequencyType": "RAW_INTERVAL",
"readingQuality": "ACTUAL",
"registerId": "90203579"
}
Fields
| Name | Description |
|---|---|
|
The electricity meter point that the details apply to. |
|
Electricity network rates. |
|
Meter point REL address details. |
|
Meter point technical details. |
Example
{
"meterPoint": ElectricityMeterPointType,
"networkRates": ElectricityNetworkRates,
"relAddress": UniqueRELAddressType,
"technicalDetails": ElectricMeterTechnicalDetails
}
Fields
| Name | Description |
|---|---|
|
|
|
Line 1 of the address returned from the search. |
|
Line 2 of the address returned from the search. |
|
List of meterpoints associated with the address. Only returned if address_has_more_than_one_electricity_meter_point is True. |
|
The postcode of the address returned from the search. |
Example
{
"addressHasMoreThanOneElectricityMeterPoint": true,
"addressLine1": "decade-ok-blue-so-report",
"addressLine2": "chair-shake-trial-see-than",
"electricityMeterPoints": "work-sell-full-around-occur",
"postcode": "rather-within-enter-child-myself"
}
ElectricityMeterPointType
An electricity meterpoint is a collection of meters. Meters can be changed over time, so it is convenient to keep an invariant reference. Sometimes there are multiple active meters on a meterpoint at a time (eg ECO10), but expect that to be an edge case.
Fields
| Name | Description |
|---|---|
|
A list of agents responsible for management of the meterpoint. |
Arguments
Filter the contracts by status. |
|
|
A list of electricity agreements belonging to an account that is linked to the viewer. Filters out expired agreements by default. |
|
Whether it is possible to renew the meter point's tariff. |
|
The current MPID for this meter point. |
|
|
|
|
|
Indicates whether the electricity meter point is an import or an export meter point. |
|
The electricity meter point details for the given meter point. |
|
|
|
Details of an ongoing enrolment process. |
|
The distribution network the grid supply point falls under. |
|
|
|
|
|
|
|
|
|
|
|
The installation code of the smart meter device associated with this meter point. |
|
Whether the meter point is due to renew their tariff. |
|
Whether the meter point is MHHS enabled. |
|
The ID of the meter point in Junifer. |
|
Deprecated The 'juniferMeterPointId' field is deprecated. |
|
|
|
|
Line loss factor class |
|
The current market segment of the meter point. |
|
|
|
|
|
|
|
Meter timeswitch code |
|
|
|
|
|
The profile class of the electricity meter point. |
|
|
|
|
|
|
|
|
|
Smart Metering System Operator |
|
|
|
Standard settlement configuration |
|
|
|
|
|
|
|
|
|
A list of unbilled electricity readings for the meterpoint. |
Example
{
"agentContracts": [ElectricityAgentContractType],
"agreements": [ElectricityAgreementType],
"canRenewTariff": true,
"currentSupplierMpid": "44354284",
"dccEffectiveFrom": "1975-02-12",
"dccServiceFlag": "recent-drug-might-nice-despite",
"direction": "IMPORT",
"electricityMeterPointDetails": ElectricityMeterPointDetails,
"energisationStatus": "eight-baby-treat-likely-side",
"enrolment": EnrolmentType,
"gspGroupId": "63780198",
"hasOpenClosingReadDispute": true,
"hasOpenOpeningReadDispute": true,
"id": "79857160",
"ihdEffectiveFrom": "2007-09-09",
"ihdStatus": "message-store-little-camera-color",
"installCode": "project-rule-need-for-home",
"isDueTariffRenewal": true,
"isMhhsEnabled": true,
"lastValidatedReadingDate": "2007-03-13",
"llf": "cause-arm-mind-modern-house",
"marketSegment": "have-late-relate-road-enough",
"measurementClass": "week-church-action-often-player",
"meters": [ElectricityMeterType],
"mpan": "choose-involve-appear-education-every",
"mtc": 70,
"newSupplierId": "17164631",
"oldSupplierId": "60169331",
"profileClass": 94,
"requiresEnrolment": true,
"requiresWithdrawal": true,
"smartStartDate": "1973-07-12",
"smartTariffOnboarding": SmartTariffOnboardingType,
"smsOperator": "require-alone-PM-star-medical",
"smsOperatorEffectiveFrom": "1981-12-02",
"ssc": "their-south-organization-today-wait",
"status": "system-later-middle-base-professor",
"statusUpdatedAt": "2016-07-15T10:03:55.750058+00:00",
"supplyEndDate": "1989-07-20",
"targetSsd": "1984-10-19",
"unbilledReadings": [ElectricityMeterReadingType]
}
ElectricityMeterReadingConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 27,
"edges": [ElectricityMeterReadingConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 13
}
ElectricityMeterReadingConnectionTypeEdge
A Relay edge containing a ElectricityMeterReadingConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "education-four-author-leg-work",
"node": ElectricityMeterReadingType
}
ElectricityMeterReadingType
A electricity meter reading. A reading can in fact contain multiple values for each register (for example for ECO7). They are collected under a common read_at datetime and have a common fuel type.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
What 'kind' of reading this is based on how it was taken. |
|
|
|
Example
{
"id": "80946147",
"readAt": "2010-02-28T10:42:20.981707+00:00",
"readingSource": "back-open-computer-consider-business",
"readingType": "type-this-in-sing-end",
"registers": [RegisterReading],
"source": "third-say-order-board-go"
}
ElectricityMeterRegisterType
Electricity registers measure consumption.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"decimalPlaces": 35,
"digits": 39,
"eac": "1.0",
"expectedReadingRanges": 75,
"id": "77054473",
"identifier": "66333343",
"multiplier": 534.64,
"name": "feel-especially-us-ready-add",
"timePatternRegime": "discuss-president-summer-church-machine",
"unitRateType": "rise-foreign-down-half-watch"
}
ElectricityMeterType
An electricity meter is a collection of registers which store readings. Eco7 meters are an example of a meter with multiple registers (for day and night).
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Energy consumption recorded by the meter. |
|
The units of consumption for a smart meter. |
|
|
|
|
|
|
|
The type of fuel this meter uses. |
|
Returns if the meter has and allows half hourly readings. |
|
|
|
|
|
|
|
|
|
Returns if the meter is ready for top up. |
|
Returns if the meter is an RTS meter. |
|
Returns if the meter is a traditional prepay meter. |
|
|
|
|
|
|
|
|
|
|
|
This lets us get around the fact that we already use the field id as a primary key. We will migrate the id field over to be this id eventually. |
|
|
|
|
|
|
|
Whether this meter requires a final change of tenancy (COT) reading. |
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"activeFrom": "1997-05-05",
"activeTo": "2007-01-16",
"certificationDate": "1995-08-17",
"certifiedUntil": "2024-03-24",
"consumption": ConsumptionConnection,
"consumptionUnits": "inside-both-long-major-many",
"createdAt": "1993-01-18T16:45:41.335206+00:00",
"currentRating": 91,
"exportMeters": ElectricityMeterTypeConnection,
"fuelType": "purpose-once-area-section-few",
"hasAndAllowsHhReadings": true,
"id": "61319340",
"importMeter": ElectricityMeterType,
"installationDate": "1995-11-24",
"isDigital": true,
"isReadyForTopup": true,
"isRts": true,
"isTradPrepay": true,
"lastInspectionDate": "1996-02-21",
"location": "sell-we-one-financial-wrong",
"makeAndType": "likely-whether-seek-challenge-office",
"meterPoint": ElectricityMeterPointType,
"meterType": "CHECK",
"nodeId": "50948620",
"prepayLedgers": PrepayLedgersType,
"readings": ElectricityMeterReadingConnectionTypeConnection,
"registers": [ElectricityMeterRegisterType],
"requiresAccess": true,
"requiresCotFinalReading": true,
"retrievalMethod": "large-thought-some-process-here",
"serialNumber": "region-material-cup-whatever-himself",
"smartDevices": [SmartMeterDeviceType],
"smartExportElectricityMeter": SmartMeterDeviceType,
"smartImportElectricityMeter": SmartMeterDeviceType,
"updatedAt": "1991-01-20T01:17:34.260255+00:00"
}
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
Example
{
"edges": [ElectricityMeterTypeEdge],
"pageInfo": PageInfo
}
ElectricityMeterTypeEdge
A Relay edge containing a ElectricityMeterType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "international-last-nearly-within-manage",
"node": ElectricityMeterType
}
Fields
| Name | Description |
|---|---|
|
The Market Participant Identifier of the Distribution Network Operator. |
|
The Distribution Use-of-System Tariff Name for the meter-point as of today. |
|
The MPAN of the electricity meter-point that the network rates apply to. |
Example
{
"dnoMpid": "96398659",
"duosTariffName": "close-different-fact-trip-event",
"mpan": "join-score-almost-choice-professional"
}
Fields
| Name | Description |
|---|---|
|
Estimated cost in pence of the product over a year based on the quoted usage. |
|
Electricity tariff information label (TIL) provides standardised information between suppliers about a tariff. The type of ElectricityProductTariffInformationLabel depends on the rateType of the ElectricitySupplyPoint. |
|
The ID of the quoted product. |
|
|
|
Estimated cost in pence of the product per month based on the quoted usage. |
|
Energy product quoted. |
Example
{
"annualAmount": 2,
"electricityTariffInformationLabel": ProductTariffInformationLabelEco7,
"id": 56320098,
"label": "visit-executive-these-send-hour",
"monthlyAmount": 35,
"product": EnergyProductType
}
Fields
| Name | Description |
|---|---|
|
Current active agreement on this supply point. |
|
Annual consumption of the supply point. The type of ElectricityConsumption depends on the rateType. |
|
CO2 saving based on annual consumption for a given supplier. |
|
The Mpan of the suply point. |
|
A list of quoted products and the corresponding tariff information. |
|
Rate type. |
|
Trees saved given the CO2 saving. |
Example
{
"agreement": ElectricityAgreementType,
"annualConsumption": ElectricityConsumptionLabelEco7,
"co2SavingInKgFromConsumption": 15,
"mpan": "officer-politics-visit-yes-different",
"quotedProducts": [ElectricityQuotedProduct],
"rateType": "STANDARD",
"treesSavedFromConsumption": 98
}
Fields
| Name | Description |
|---|---|
|
ECS Calculated Annual Consumption (kWh). |
|
Date on which Annual Consumption is effective from. |
|
ECS Calculated Annual Consumption Quality Indicator. |
|
Meter Data Reader effective from date. |
|
Meter Data Reader MPID. |
|
Connection type. |
|
Connection type effective from date. |
|
Connection type end date. |
|
Consumer Type. |
|
Current supplier as supplied via CSS messages. |
|
Current supply start date via CSS messages. |
|
Customer Direct Contract Data Service DIP Identifier. |
|
Identifies where such a relationship exists for a Data Service. |
|
Customer Direct Contract Data Service MPID. |
|
Customer Direct Contract Metering Service DIP Identifier. |
|
Identifies where such a relationship exists for a Metering Service. |
|
Customer Direct Contract Metering Service MPID. |
|
Data Aggregator appointment effective from date. |
|
Data Aggregator MPID. |
|
Data Collector appointment effective from date. |
|
Data Collector MPID. |
|
Data Service DIP Identifier. |
|
Data Service effective from date. |
|
Data Service MPID. |
|
Data Communications Company Service Flag. |
|
Data Communications Company Service Flag effective from date. |
|
Disconnection effective from date. |
|
Distributor DIP Identifier. |
|
Distributor MPID. |
|
Domestic Consumer Indicator supplied via CSS messages. |
|
Deprecated The 'domesticConsumerIndicator' field is deprecated. |
|
|
Domestic Consumer Indicator supplied via CSS messages. |
|
DUoS Tariff ID. |
|
Duos Tariff ID effective from date. |
|
Energisation status. |
|
Energisation status effective from date. |
|
Energy direction. |
|
Energy direction effective from date. |
|
Energy direction end date. |
|
Indicates if a Green Deal is currently active for this MPAN. |
|
Grid Supply Point Group effective from date. |
|
Grid Supply Point Group Id. |
|
In Home Display Install status. |
|
In Home Display Install status effective from date. |
|
Line Loss Factor Class. |
|
Line Loss Factor Class effective from date. |
|
MPAN Market Segment. |
|
MPAN Market Segment effective from date. |
|
Measurement Class. |
|
Measurement Class effective from date. |
|
Metered Indicator. |
|
Metered Indicator effective from date. |
|
Metered Indicator end date. |
|
Metering Service DIP identifier. |
|
Metering Service effective from date. |
|
Metering Service effective to date. |
|
Metering Service MPID. |
|
Meter Operator appointment effective from date. |
|
Meter Operator MPID. |
|
List of meter details. |
|
Meter Time-switch Class. |
|
Meter Time-switch Class effective from date. |
|
Indicates whether the MPAN is Legacy, MHHS or Reversed. |
|
MHHS indicator effective from date. |
|
MPAN. |
|
Profile Class. |
|
Profile Class effective from date. |
|
Relationship Status Indicator. |
|
RMP State. |
|
RMP State effective from date. |
|
Smart Metering Equipment Technical Specification version. |
|
Smart Metering System Operator effective from date. |
|
Smart Metering System Operator MPID. |
|
Standard Settlement Configuration. |
|
Standard Settlement Configuration effective from date. |
|
Supplier DIP identifier. |
|
Effective from date of the current supplier. |
|
Supplier MPID. |
|
MPAN trading status. |
|
MPAN trading status effective from date. |
Example
{
"annualConsumption": "1.0",
"annualConsumptionEfd": "2001-03-02",
"annualConsumptionQualityIndicator": "admit-parent-use-right-want",
"assignedMdrEfd": "2016-01-02",
"assignedMdrMpid": "35180932",
"connectionType": "begin-traditional-citizen-most-scientist",
"connectionTypeEfd": "1983-08-06",
"connectionTypeEtd": "2001-07-02",
"consumerType": "sister-reduce-couple-wear-skin",
"cssSupplierMpid": "28972530",
"cssSupplyStartDate": "1986-10-14",
"customerDirectContractDsDipId": "58040620",
"customerDirectContractDsExists": true,
"customerDirectContractDsMpid": "11729347",
"customerDirectContractMsDipId": "62731037",
"customerDirectContractMsExists": true,
"customerDirectContractMsMpid": "77389537",
"dataAggregatorEfd": "1988-02-20",
"dataAggregatorMpid": "21654471",
"dataCollectorEfd": "2001-07-11",
"dataCollectorMpid": "42675008",
"dataServiceDipId": "98951648",
"dataServiceEfd": "1985-04-26",
"dataServiceMpid": "24999206",
"dccServiceFlag": "thus-suffer-push-tree-end",
"dccServiceFlagEfd": "1993-11-14",
"disconnectionEfd": "1974-11-28",
"distributorDipId": "47343000",
"distributorMpid": "41498445",
"domesticPremisesIndicator": true,
"duosTariffId": "36363899",
"duosTariffIdEfd": "1986-04-27",
"energisationStatus": "suffer-bill-line-hit-heavy",
"energisationStatusEfd": "2018-08-31",
"energyDirection": "hard-step-factor-trouble-again",
"energyDirectionEfd": "1987-01-09",
"energyDirectionEtd": "2013-09-13",
"greenDealInEffect": "serve-agent-shoulder-coach-participant",
"gspGroupEfd": "1977-04-09",
"gspGroupId": "77085842",
"ihdStatus": "thing-into-sense-news-professor",
"ihdStatusEfd": "2023-11-13",
"lineLossFactor": "sing-glass-there-money-six",
"lineLossFactorEfd": "1993-04-13",
"marketSegmentIndicator": "professor-man-nothing-similar-approach",
"marketSegmentIndicatorEfd": "2008-10-17",
"measurementClass": "model-another-at-shoulder-give",
"measurementClassEfd": "1995-05-24",
"meteredIndicator": true,
"meteredIndicatorEfd": "1991-04-30",
"meteredIndicatorEtd": "2004-02-09",
"meteringServiceDipId": "28499337",
"meteringServiceEfd": "2024-01-24",
"meteringServiceEtd": "1987-08-01",
"meteringServiceMpid": "92921673",
"meterOperatorEfd": "1995-09-20",
"meterOperatorMpid": "44011608",
"meters": [ElectricMeterTechnicalSubDetails],
"meterTimeswitchClass": 29,
"meterTimeswitchClassEfd": "1990-08-22",
"mhhsIndicator": "space-lay-forward-data-citizen",
"mhhsIndicatorEfd": "2021-06-01",
"mpan": "teacher-seek-onto-fish-church",
"profileClass": 14,
"profileClassEfd": "1999-12-16",
"relationshipStatusIndicator": "consumer-east-father-film-plant",
"rmpState": "level-own-return-have-wind",
"rmpStateEfd": "1988-07-02",
"smetsVersion": "whose-capital-way-notice-reason",
"smsoEfd": "1981-12-09",
"smsoMpid": "39318506",
"standardSettlementConfiguration": "court-again-back-memory-society",
"standardSettlementConfigurationEfd": "2009-05-30",
"supplierDipId": "54689304",
"supplierEfd": "1997-09-08",
"supplierMpid": "85461845",
"tradingStatus": "dream-else-arm-skill-middle",
"tradingStatusEfd": "2024-02-22"
}
Fields
| Name | Description |
|---|---|
|
ESME ID. |
|
Installing Supplier DIP ID, 10 characters. |
|
Installing Supplier MPID. |
|
Meter Asset Provider DIP ID, 10 characters. |
|
Meter Asset Provider MPID. |
|
Meter Install Date. |
|
Meter location. |
|
Meter manufacturer. |
|
Meter Serial Number. |
|
Meter Type. |
|
Number of register digits. |
Example
{
"esmeId": "80959836",
"installingSupplierDipId": "53134975",
"installingSupplierMpid": "82368604",
"mapDipId": "37105298",
"mapMpid": "46688878",
"meterInstallDate": "2026-04-02",
"meterLocation": "card-article-audience-move-moment",
"meterManufacturer": "step-leader-American-act-purpose",
"meterSerialNumber": "bring-anything-meet-whatever-theory",
"meterType": "choose-question-both-much-test",
"registerDigits": 18
}
Fields
| Name | Description |
|---|---|
|
This field is replacing |
|
|
|
|
|
Shows the availability status of an integration. |
|
|
|
|
|
|
|
|
|
Example
{
"availableFrom": 86,
"availableTo": 8,
"batterySize": "1.0",
"integrationStatus": "INTERNAL_TESTING",
"isIntegrationLive": true,
"model": "behind-personal-owner-happen-behind",
"supportedProviders": "factor-gas-religious-adult-test",
"vehicleId": 12975109,
"year": 24
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"make": "ability-north-news-article-myself",
"models": [ElectricVehicleModelType]
}
Fields
| Name | Description |
|---|---|
|
Earliest production/model year supported by this variant. |
|
Latest production/model year supported by this variant. |
|
Size of the battery in kWh. |
|
Make of the vehicle. |
|
Model and version of the vehicle. |
Example
{
"availableFrom": 88,
"availableTo": 35,
"batterySize": "1.0",
"make": "eat-same-PM-anything-myself",
"model": "member-resource-out-weight-risk"
}
EmailAttachmentType
Represents a file to attach to a email message.
Fields
| Name | Description |
|---|---|
|
The filename of the attachment. |
|
The ID of the attachment. |
|
Temporary URL at which the attachment is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). |
Example
{
"filename": "after-hope-hour-protect-soon",
"id": "16488627",
"temporaryUrl": "raise-pattern-other-million-hard"
}
Fields
| Name | Description |
|---|---|
|
|
|
The ID of the object |
|
Email message of the email event. Returns null for message's sent/received by other user's on the account. |
|
Example
{
"eventType": "again-happen-year-several-student",
"id": "60955411",
"message": EmailType,
"occurredAt": "2002-11-17T14:27:24.372641+00:00"
}
EmailType
Represents an email communication
Fields
| Name | Description |
|---|---|
|
Attachments of the email message. |
|
|
|
The date and time the email was created. |
|
The address the email was sent from. |
|
|
|
HTML body of the email message. |
|
The ID of the email. |
|
Email recipient. |
|
Email sender. |
|
The date and time the email was sent. |
|
Subject line of the email message. |
|
URL to view the email in the support site. |
|
The email template code. |
|
Text body of the email message. |
|
The email address of the recipient. |
|
Example
{
"attachments": [EmailAttachmentType],
"channel": "man-benefit-after-thus-beyond",
"createdAt": "1971-10-08T12:33:29.936961+00:00",
"fromEmail": "change-news-natural-standard-staff",
"fromNumber": "bed-her-play-movie-record",
"htmlBody": "fall-garden-hour-region-office",
"id": "41620552",
"recipient": "the-within-attack-seek-far",
"sender": "high-dinner-eat-tonight-develop",
"sentAt": "2011-07-14T01:54:55.637857+00:00",
"subject": "heart-learn-main-cultural-bag",
"supportSiteUrl": "TV-serve-movement-add-day",
"templateCode": "apply-you-pretty-difficult-strategy",
"textBody": "should-rise-when-far-cut",
"toAddress": "agreement-want-offer-game-market",
"toNumber": "remember-black-area-impact-role"
}
Fields
| Name | Description |
|---|---|
|
The email address to be checked. |
|
The status of verification for associated email. |
Example
{
"email": "crime-here-must-level-break",
"status": "NOT_SENT"
}
Fields
| Name | Description |
|---|---|
|
The identifier of the device associated to this reading. |
|
The identifier of the market supply point associated to this reading. |
|
Reading direction is based on the utility generated or consumed by the customer. |
|
The frequency of the reading. |
|
|
|
The identifier of the register associated to this reading. |
Example
{
"deviceId": "37632058",
"marketSupplyPointId": "19279249",
"readingDirection": "CONSUMPTION",
"readingFrequencyType": "RAW_INTERVAL",
"readingQuality": "ACTUAL",
"registerId": "44205963"
}
EmbeddedNetworkType
Represents an embedded network that holds multiple embedded properties.
Fields
| Name | Description |
|---|---|
|
Get details about properties in an embedded network. |
|
|
|
A unique name/code for the network |
Example
{
"embeddedProperties": [EmbeddedPropertyType],
"id": "22613819",
"name": "property-ready-company-card-determine"
}
EmbeddedPropertyType
Represents an embedded property in an embedded network.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The id of the physical property related to this embedded property type. |
Example
{
"embeddedNetwork": EmbeddedNetworkType,
"id": "86160005",
"propertyId": "24041671"
}
EndContributionAgreement
End a contribution agreement for an account.
Fields
| Name | Description |
|---|---|
|
The created contribution agreement. |
Example
{
"contributionAgreement": ContributionAgreementType
}
Energy
Describes the energy (not power) consumed (e.g. as electricity) or returned (e.g. as heat) by a system over a given span of time.
Differs from Power in that it describes the total amount of energy transferred during a
given time frame (not a single point in time).
Fields
| Name | Description |
|---|---|
|
The units in which the energy is being measured. |
|
The amount of energy (not power) transmitted. |
Example
{
"unit": "KILOWATT_HOUR",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Do we have the calculations needed for estimating heatpump for this account? |
|
Do we have the calculations needed for estimating solar panels for this account? |
|
The current bill of the account in pounds. |
|
The assumed electricity rate for an electric vehicle. |
|
The energy IQ score. |
|
Does the calculation for the account include an electric vehicle? |
|
Does the calculation for the account include a heatpump? |
|
Does the calculation for the account include solar panels? |
|
Is this estimation for the account what they actually have (heatpump, ev, solar). |
|
The new estimated bill for the account in pounds. |
Example
{
"canAddHeatpump": true,
"canAddSolar": true,
"currentBill": 758.59,
"elecCarRate": 626.34,
"enqScore": 48,
"hasEv": true,
"hasHeatpump": true,
"hasSolar": true,
"isCurrentRecord": true,
"newBill": 824.7
}
EnergyProductConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 2,
"edges": [EnergyProductConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 34
}
EnergyProductConnectionTypeEdge
A Relay edge containing a EnergyProductConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "media-western-decade-grow-provide",
"node": EnergyProductType
}
EnergyProductType
An EnergyProduct models a group of tariffs for both electricity and gas.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
This will be shown to customers during sign-up |
|
Whether the product is an import or export product. |
|
This name will be shown to customers during sign-up |
|
This is when end-dated products expire |
|
The exit fee applied per fuel if the agreement is ended early. Total value is determined by exit fee type, i.e. this value is either a flat cost or cost per year/month remaining on the agreement. |
|
Determines how the exit fee is calculated. |
|
|
|
|
|
Does the product have EPG applied on the unit rates. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Whether to hide this product from the direct registration journey |
|
|
|
|
|
|
|
|
|
These are internal notes to explain why this product exists |
|
Tags associated with the product. |
|
A list of tariffs per product for a given postcode. |
|
Duration of agreements using this product in months |
Example
{
"availableFrom": "2024-11-30T08:13:56.462110+00:00",
"availableTo": "1980-02-14T06:06:48.868580+00:00",
"code": "road-sport-evidence-goal-program",
"description": "bag-perform-garden-this-carry",
"direction": "IMPORT",
"displayName": "view-model-ever-appear-thousand",
"endsAt": "1978-09-12T22:11:31.396495+00:00",
"exitFees": 8,
"exitFeesType": "hand-marriage-whole-seven-back",
"fullName": "however-interesting-lead-opportunity-process",
"id": "71805348",
"includesEpgReduction": true,
"isAvailable": true,
"isBusiness": true,
"isChargedHalfHourly": true,
"isDefault": true,
"isDomestic": true,
"isFixed": true,
"isGreen": true,
"isHidden": true,
"isOccupier": true,
"isPrepay": true,
"isUnavailable": true,
"isVariable": true,
"notes": "watch-give-guy-certain-long",
"tags": "focus-pay-project-pass-yet",
"tariffs": EnergyTariffConnectionTypeConnection,
"term": 98
}
EnergyTariffConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 5,
"edges": [EnergyTariffConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 84
}
EnergyTariffConnectionTypeEdge
A Relay edge containing a EnergyTariffConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "fill-reflect-some-thus-effort",
"node": DayNightTariff
}
EnqueueInboundCall
The possible errors that can be raised are:
- KT-CT-11802: Call not found.
- KT-CT-11803: Unable to enqueue the call.
- KT-CT-11817: Invalid call ID.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The call that was enqueued. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"call": InboundCallType
}
EnrollAccountInLoyaltyProgram
Enroll an account into the loyalty program.
Fields
| Name | Description |
|---|---|
|
Outcome of the loyalty points campaign enrollment. |
Example
{
"outcome": EnrollAccountInLoyaltyProgramOutcome
}
Fields
| Name | Description |
|---|---|
|
Whether or not this account has been enrolled in the loyalty points campaign. |
Example
{
"hasEnrolled": true
}
EnrollFanClubAccount
Try to enroll an account onto Fan Club.
Fields
| Name | Description |
|---|---|
|
Result of the Fan Club enrollment. |
Example
{
"enrollmentOutput": EnrollFanClubAccountOutputType
}
Fields
| Name | Description |
|---|---|
|
Example
{
"status": "ELIGIBLE"
}
EnrollmentCancelled
Enrollment was successfully cancelled.
Fields
| Name | Description |
|---|---|
|
The Enrollment process that was cancelled. |
|
The message to display to the user on Enrollment initiation. |
Example
{
"enrollmentProcess": JoinSupplierProcessType,
"message": "together-night-style-wonder-specific"
}
EnrollmentInitiated
Enrollment was successfully initiated.
Fields
| Name | Description |
|---|---|
|
The Enrollment processes that were initiated. |
|
The message to display to the user on Enrollment initiation. |
Example
{
"enrollmentProcesses": JoinSupplierProcessType,
"message": "expert-owner-involve-others-win"
}
EnrollmentReversed
Enrollment was successfully reversed.
Fields
| Name | Description |
|---|---|
|
The Enrollment process that was reversed. |
|
The message to display to the user on reversal. |
Example
{
"enrollmentProcess": JoinSupplierProcessType,
"message": "structure-human-able-house-sport"
}
Fields
| Name | Description |
|---|---|
|
The outcome of the Octoplus enrolment. |
Example
{
"octoplus": OctoplusEnrolmentOutcome
}
EnrolmentType
Details of an ongoing enrolment process.
Fields
| Name | Description |
|---|---|
|
The last company to supply this meter point. |
|
The enrolment status on a meter point. |
|
Target date for supply to start. |
|
Date the switch started. |
Example
{
"previousSupplier": "movie-board-agent-thank-view",
"status": "OBJECTION_RECEIVED",
"supplyStartDate": "2005-09-23",
"switchStartDate": "2007-12-18"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"field": "all-easy-size-successful-fear",
"messages": "same-campaign-message-chair-lead"
}
EscalateInkConversation
The possible errors that can be raised are:
- KT-CT-1111: Unauthorized.
- KT-CT-7659: The Ink conversation could not be escalated.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The ID of the conversation that was escalated. |
Example
{
"conversationRelayId": "57013205"
}
Fields
| Name | Description |
|---|---|
|
Monetary currency of the statistic in ISO-4217 format. |
|
|
|
Net price per unit of the statistic if applicable. |
Example
{
"costCurrency": "take-writer-respond-place-push",
"estimatedAmount": "1.0",
"pricePerUnit": PricePerUnit
}
ExpireEvPublicChargingToken
Expire an EV Public Charging token.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
|
Example
{
"token": Token
}
ExportReadingsConnection
Pagination for readings representing outgoing utility flow e.g., solar generation.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 33,
"edges": [ExportReadingsEdge],
"pageInfo": PageInfo,
"totalCount": 23
}
ExportReadingsEdge
A Relay edge containing a ExportReadings and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "finish-again-past-idea-charge",
"node": Reading
}
ExtendAgreementPeriod
Extend the period of an agreement.
Fields
| Name | Description |
|---|---|
|
Agreement that we are going to extend. |
Example
{
"agreement": CommonAgreementType
}
Fields
| Name | Description |
|---|---|
|
The day estimated Electricity Annual Consumption measured in kWh. |
|
The night estimated Electricity Annual Consumption measured in kWh. |
|
The standard estimated Electricity Annual Consumption measured in kWh. |
Example
{
"eacDay": 436.21,
"eacNight": 949.63,
"eacStandard": 103.3
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"category": "nation-from-since-a-street",
"content": {"key": "value"},
"description": "operation-in-possible-sing-accept",
"eventType": "water-better-board-cost-including",
"id": "44161577",
"occurredAt": "1972-12-26T08:32:36.798707+00:00",
"subcategory": "risk-around-they-stand-happy"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 41,
"edges": [ExternalAccountEventConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 65
}
ExternalAccountEventConnectionTypeEdge
A Relay edge containing a ExternalAccountEventConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "put-official-serve-child-radio",
"node": ExternalAccountEvent
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"category": "memory-production-tree-only-likely",
"content": {"key": "value"},
"description": "later-sit-product-others-deal",
"eventType": "statement-without-treatment-then-poor",
"id": "15268983",
"occurredAt": "1999-02-04T15:06:59.814154+00:00",
"subcategory": "contain-feel-return-address-such"
}
ExternalMessageEventType
A status update for an external message, such as delivery confirmation, a bounce, or an open.
Fields
| Name | Description |
|---|---|
|
The type of message event. |
|
The ID of the message event. |
|
The date and time this event occurred. |
Example
{
"eventType": "DELIVERED",
"id": "63304180",
"occurredAt": "1994-08-22T22:02:21.833820+00:00"
}
ExternalMessageType
An external message, which is a record of a communication such as an email, sent by an external messaging vendor.
Fields
| Name | Description |
|---|---|
|
The ID in Kraken of the external message. |
|
The date and time this message was sent. |
|
The name of the external messaging vendor that sent this message. |
|
The unique ID of the message in the external vendor's system. |
Example
{
"id": "70061859",
"sentAt": "1991-10-06T10:16:04.854735+00:00",
"vendor": "by-hold-late-rich-enter",
"vendorMessageId": "15296766"
}
ExternalSalesInfoType
GraphQL type representing external sales information.
This type is used to represent sales records that originate from external systems or processes outside of Kraken's direct tracking mechanisms.
Fields
| Name | Description |
|---|---|
|
The unique identifier for the sales record. |
Example
{
"salesRecordIdentifier": "99164798"
}
Fields
| Name | Description |
|---|---|
|
The extra detail metadata associated with the opportunity. |
|
The key of the extra detail item. |
|
The value of the extra detail item. |
Example
{
"field": FunnelField,
"key": "number-cultural-less-much-discuss",
"value": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType
}
Fields
| Name | Description |
|---|---|
|
Forecast consumption entries for this quote configuration. |
Example
{
"forecastConsumption": [ForecastConsumptionEntryType]
}
Fields
| Name | Description |
|---|---|
|
Description of the extra for the parent node. |
|
Display label of the extra for the parent node. |
|
Value of the extra. |
Example
{
"description": "strong-no-will-trade-third",
"label": "special-think-build-center-almost",
"value": "meet-strategy-specific-she-minute"
}
FanClubDiscountNotification
Send a push notification of a high likelihood of getting a Fan Club discount.
Fields
| Name | Description |
|---|---|
|
Boolean indicating if Fan Club notifications were triggered. |
Example
{
"success": true
}
Fields
| Name | Description |
|---|---|
|
The instantaneous turbine output power in kW. |
|
The turbine's rotor speed in revolutions per minute. |
|
The total amount of electricity grid-wide from all sources in megawatts. |
|
A decimal in degrees representing the direction from which the wind is blowing. 360.0 degrees indicates the wind blows from the north. Read more here: https://confluence.ecmwf.int/pages/viewpage.action?pageId=133262398 |
|
The total amount of electricity grid-wide from wind in megawatts. |
|
The proportion of electricity on the grid coming from wind. Ranges from 0.0 - 1.0. |
|
The wind speed in m/s. |
Example
{
"power": "1.0",
"rotorSpeed": "1.0",
"totalPowerOnGrid": "1.0",
"windDirection": "1.0",
"windPowerOnGrid": "1.0",
"windPowerProportion": "1.0",
"windSpeed": "1.0"
}
FanClubNonOctopusCustomerComms
Send comms for Fan Club sign-ups from non-Octopus customers.
Fields
| Name | Description |
|---|---|
|
Flag for whether Fan Club comms for non-Octopus customer were sent. |
Example
{
"success": true
}
Fields
| Name | Description |
|---|---|
|
The list of account numbers for the source and account user. |
|
The list of catchments that this discount source applies to. |
|
The current or 'live' status of discounts for this source. |
|
The source for the discount, e.g. 'Fan 1' for a wind turbine in UK, or an ERCOT Load Zone for US. |
|
The forecasted discount probabilities for this source. |
|
The historic discounts for this source. |
|
The location of the discount source. |
|
The name of the discount source. |
|
The list of property IDs for the source and account user. |
|
The details of Fan Club thresholds for the discount source. |
|
The wind farm that the discount source is part of. |
Example
{
"accountNumbers": "kid-discuss-ability-computer-list",
"catchments": "these-well-become-which-soldier",
"current": DiscountData,
"discountSource": "machine-detail-drop-right-model",
"forecast": DiscountForecast,
"historic": [DiscountData],
"location": "consumer-experience-simple-interview-eight",
"name": "range-her-project-likely-contain",
"propertyIds": 49,
"thresholds": [Threshold],
"windFarm": "manager-practice-doctor-low-modern"
}
FetchGeneratePaymentFingerprint
Fetch or generate payment fingerprint from vendor.
Fields
| Name | Description |
|---|---|
|
Fetched or generated fingerprint from vendor. |
|
Vendor name. |
Example
{
"fingerprint": "performance-particular-democratic-stop-the",
"vendor": "body-green-into-campaign-back"
}
FetchPreSignedLinkForOpportunityAttachment
Fetch a pre-signed link for an opportunity file attachment.
Fields
| Name | Description |
|---|---|
|
The opportunity file attachment with pre-signed URL. |
Example
{
"opportunityFileAttachment": OpportunityFileAttachment
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 73,
"edges": [FieldSalesVisitConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 58
}
FieldSalesVisitConnectionTypeEdge
A Relay edge containing a FieldSalesVisitConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "day-on-country-mind-matter",
"node": FieldSalesVisitType
}
FieldSalesVisitOutcomeType
The specific outcome of a field sales visit at an address.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"category": "SUCCESS",
"reason": "travel-enter-expert-capital-today",
"type": "SALE"
}
FieldSalesVisitType
A field sales visit at an address.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Post town |
|
County |
|
Affiliate Link. |
|
|
|
Field Sales Outcomes. |
|
|
|
Example
{
"addressLine1": "job-likely-top-me-gun",
"addressLine2": "place-those-yeah-anything-here",
"addressLine3": "church-bring-spring-surface-son",
"addressLine4": "relationship-point-college-relationship-clear",
"addressLine5": "a-health-another-play-add",
"affiliateLink": AffiliateLinkType,
"outcome": "SWITCHED",
"outcomes": [FieldSalesVisitOutcomeType],
"startedAt": "2001-03-23T02:35:08.735926+00:00",
"stoppedAt": "2026-01-09T16:48:12.215455+00:00"
}
Fields
| Name | Description |
|---|---|
|
The name of the GraphQL field for which the rate is limited. |
|
Whether the viewer is currently blocked from making requests to this field due to exceeding the allowed request rate. |
|
Indicates the rate limit allowed for this field (e.g. 10/m). |
|
Time to live: The time remaining before the user is unblocked from making requests to this field. |
Example
{
"field": "between-land-still-significant-military",
"isBlocked": true,
"rate": "memory-though-blue-process-community",
"ttl": 62
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 34,
"edges": [FieldSpecificRateLimitInformationConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 87
}
FieldSpecificRateLimitInformationConnectionTypeEdge
A Relay edge containing a FieldSpecificRateLimitInformationConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "pass-out-interview-recognize-father",
"node": FieldSpecificRateLimitInformation
}
Fields
| Name | Description |
|---|---|
|
The ID type. Currently only 'meter_point' is supported. |
|
The ID to be checked. |
|
Returns True if the risk identifier is in the risk list. |
|
Returns the level of risk for the supplied object between |
Example
{
"identifierType": "trip-weight-wrong-nor-half",
"identifierValue": "44448279",
"isInRiskList": true,
"riskLevel": "1.0"
}
Fields
| Name | Description |
|---|---|
|
EFR32 firmware version (Emergency Firmware Recovery). |
|
ESP32 firmware version (EFI System Partition). |
|
The EUI of the controller being queried. |
Example
{
"efr32": "course-majority-measure-collection-personal",
"esp32": "ten-office-floor-popular-rich",
"eui": "wide-should-box-business-among"
}
FitAcceptSchedule
Accept a FiT schedule for a particular account. The schedule must: - have been sent - not have been accepted yet - not be set in the future
Fields
| Name | Description |
|---|---|
|
The accepted schedule. |
Example
{
"fitSchedule": FitScheduleType
}
FitAcceptTermsAndConditions
Accept the FiT terms and conditions.
Fields
| Name | Description |
|---|---|
|
The FiT installation associated with the provided FiT id. |
Example
{
"installation": InstallationType
}
FitCreateMeterReadings
Submit meter readings for any FIT installations associated with a particular account.
Fields
| Name | Description |
|---|---|
|
Whether the meter readings were successfully submitted. |
Example
{
"readingsSubmitted": true
}
FitCreateMeterReadingsIVR
Submit meter readings for any FIT installations associated with a particular account via IVR.
Fields
| Name | Description |
|---|---|
|
Whether the meter readings were successfully submitted. |
Example
{
"readingsSubmitted": true
}
Fields
| Name | Description |
|---|---|
|
ID of the meter. |
|
Any installation capacities linked to the meter. |
|
The maximum read volume expected for the current datetime, including any extra tolerance allowed. |
|
MPAN of the meter point linked to the meter. |
|
|
|
Serial number of the meter. |
|
The type of meter. |
Example
{
"id": "61575045",
"installationCapacities": [InstallationCapacityType],
"maxExpectedRead": "1.0",
"mpan": "drop-step-well-simply-bad",
"readings": FitReadingConnectionTypeConnection,
"serialNumber": "interest-find-third-matter-bank",
"type": "by-member-staff-fly-institution"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 45,
"edges": [FitReadingConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 55
}
FitReadingConnectionTypeEdge
A Relay edge containing a FitReadingConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "probably-according-any-left-significant",
"node": FitReadingType
}
Example
{
"isBiennial": true,
"readAt": "1991-10-03T00:13:21.501283+00:00",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Datetime the schedule was accepted. |
|
Unique Identifier of the schedule. |
|
Datetime the schedule was sent. |
|
URLs for any schedule PDFs. URLs are temporary and will expire in approximately one hour. They are intended for redirection purposes only; they are not persistent in any form (eg. in emails or a web page body). |
Example
{
"acceptedAt": "1992-07-23T17:01:26.892183+00:00",
"scheduleId": "e83977e5-68af-4c59-b0d8-bf4ced9b94d1",
"sentAt": "1994-04-19T16:49:40.257717+00:00",
"temporaryDownloadUrls": "enough-old-kitchen-high-night"
}
Fields
| Name | Description |
|---|---|
|
The maximum value this constraint allows. |
|
The minimum value this constraint allows. |
Example
{
"max": "1.0",
"min": "1.0"
}
Fields
| Name | Description |
|---|---|
|
The unique id of the device preference schedule setting. |
|
The maximum value a preference can be set to (inclusive). |
|
The constraint applied to the max value. |
|
The minimum value a preference can be set to (inclusive). |
|
The constraint applied to the min value. |
|
The step size preference can be set to. |
|
The constraint applied to the target value. |
|
The minimum time a preference can be set to (inclusive). |
|
The step amount (in minutes) a preference schedule time can be set. |
|
The maximum time a preference can be set to (inclusive). |
Example
{
"id": 40405005,
"max": "1.0",
"maxConstraint": PreferenceConstraint,
"min": "1.0",
"minConstraint": PreferenceConstraint,
"step": "1.0",
"targetConstraint": PreferenceConstraint,
"timeFrom": "13:46:23.723152",
"timeStep": 99,
"timeTo": "08:45:50.748963"
}
Fields
| Name | Description |
|---|---|
|
The device type of the setting. |
|
The unique id of the device preference setting. |
|
The mode of the setting. |
|
Scheduled preference settings. |
|
The unit of the min and max values in the preferences setting. |
Example
{
"deviceType": "compare-religious-before-him-especially",
"id": 62234019,
"mode": "CHARGE",
"scheduleSettings": FlexDevicePreferenceScheduleSettingInterface,
"unit": "CELSIUS"
}
FlexSupportedDevices
A list of supported makes and models for a given device type.
Fields
| Name | Description |
|---|---|
|
The type of device, expressed via the legacy |
|
The type of device, including charge points. Null when the response was produced via the legacy |
|
List of supported brands or manufacturer. |
Example
{
"deviceType": "BATTERIES",
"supportedDeviceType": "CHARGE_POINTS",
"supportedMakes": [FlexSupportedMake]
}
FlexSupportedMake
A brand or manufacturer of the device and its associated models.
If models is empty, all models for this make are supported.
Fields
| Name | Description |
|---|---|
|
Brand or manufacturer of the device. |
|
List of supported models for the device make. If empty, all models are supported. |
Example
{
"make": "discussion-firm-door-war-sometimes",
"models": [FlexSupportedModel]
}
FlexSupportedModel
A supported model for a given make.
If model year range is null, all years are supported.
Fields
| Name | Description |
|---|---|
|
Model name of the device. |
|
Model years supported. If null, all model years are supported. |
Example
{
"modelName": "citizen-commercial-body-seat-computer",
"modelYearRange": ModelYearRange
}
FloatType
Graphene type object to represent float values
Fields
| Name | Description |
|---|---|
|
Value of this field. |
Example
{
"floatValue": 20.84
}
Fields
| Name | Description |
|---|---|
|
The minimum and maximum temperatures which may be selected, dictated by the device. |
|
The flow temperature currently selected by the user. |
Example
{
"allowableRange": TemperatureRange,
"currentTemperature": Temperature
}
Fields
| Name | Description |
|---|---|
|
The type of account. |
|
|
|
|
|
|
|
The payment method for the product. |
|
Example
{
"accountType": "BUSINESS",
"activeFrom": "1991-09-22T20:34:57.482619+00:00",
"activeTo": "1989-02-21T22:56:59.598081+00:00",
"createdAt": "1984-11-30T03:33:53.454485+00:00",
"paymentMethod": "DIRECT_DEBIT",
"renewalProducts": [RenewalProductType]
}
ForceReauthentication
Force users of Kraken Tokens and refresh tokens issued to the viewer to reauthenticate.
Calling this mutation will cause all Kraken Tokens and refresh tokens issued to the authenticated viewer before the mutation was called to become invalid.
Fields
| Name | Description |
|---|---|
|
The time at which forced reauthentication is effective. Kraken and refresh tokens issued before this time will be invalid. |
|
Reports whether the mutation applied successfully. Should always be 'true'. |
Example
{
"effectiveAt": "1988-08-16T11:52:02.492820+00:00",
"tokensInvalidated": true
}
Fields
| Name | Description |
|---|---|
|
Optional TOU split breakdown for this entry. |
|
Unique identifier for this forecast consumption entry. |
|
Unique identifier of the time-of-use scheme for this entry. |
|
Unit of the consumption value. |
|
Start of the period this entry covers. |
|
End of the period this entry covers. |
|
Forecast consumption value. |
Example
{
"consumptionSplit": [ConsumptionSplitType],
"identifier": "11108318",
"touName": "within-as-none-arrive-past",
"unit": "election-after-forget-situation-front",
"validFrom": "1974-02-12T03:30:31.302153+00:00",
"validTo": "2002-09-06T22:00:06.802580+00:00",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Lower confidence interval bound for forecasted power (kW). |
|
The best guess for forecasted power (kW). |
|
Upper confidence interval bound for forecasted power (kW). |
|
Projected discount based on ensemble forecast data. |
|
Timestamp for the data-point. |
Example
{
"powerLowerBound": "1.0",
"powerMedian": "1.0",
"powerUpperBound": "1.0",
"projectedDiscount": "1.0",
"validTime": "2003-08-08T08:51:27.989803+00:00"
}
FormScreenType
A screen type for forms with input fields.
Combines display items with input fields (TextField, Checkbox, Toggle), and provides primary/secondary buttons for form submission.
Note: header and footer are embedded in screenData and not exposed as separate GraphQL fields, following the pattern of ComponentListType.
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
Unique identifier of the object. |
|
The name of the screen. |
|
The refresh / polling frequency in milliseconds. |
|
Serialized JSON representation of the screen. |
|
The name of the object's type. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "someone-ever-not-fly-third",
"id": "19193341",
"name": "fear-blue-man-maintain-cultural",
"refreshFrequency": 54,
"screenData": "cut-pressure-reflect-common-lawyer",
"typename": "deal-stage-rather-play-strong"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"content": {"key": "value"},
"errors": [SerializerFieldErrorsType],
"id": 89996455
}
Fields
| Name | Description |
|---|---|
|
Home peak rate in pence per kWh (inc VAT). |
|
|
|
|
|
EV device off-peak rate in pence per kWh (inc VAT). |
|
EV device peak rate in pence per kWh (inc VAT). |
|
|
|
|
|
Whether the tariff is for exporting energy. |
|
Home off-peak rate in pence per kWh (inc VAT). |
|
Home peak rate in pence per kWh (exc VAT). |
|
EV device off-peak rate in pence per kWh (exc VAT). |
|
EV device peak rate in pence per kWh (exc VAT). |
|
Home off-peak rate in pence per kWh (exc VAT). |
|
|
|
|
|
|
|
Tags associated with the tariff. |
|
Describes a particular tariff by combining the product code, number of rates, available from date and GSP code. |
Example
{
"dayRate": 594.19,
"description": "any-once-marriage-write-similar",
"displayName": "share-study-Congress-hour-a",
"evDeviceOffPeakRate": 782.24,
"evDevicePeakRate": 600.17,
"fullName": "year-five-sport-fish-minute",
"id": "22264870",
"isExport": true,
"nightRate": 900.44,
"preVatDayRate": 832.64,
"preVatEvDeviceOffPeakRate": 954.39,
"preVatEvDevicePeakRate": 656.89,
"preVatNightRate": 811.6,
"preVatStandingCharge": 205.97,
"productCode": "institution-create-easy-recently-second",
"standingCharge": 651.1,
"tags": "painting-drive-remain-hour-less",
"tariffCode": "rich-painting-something-play-general"
}
FractionSizeType
A fractional measurement.
Fields
| Name | Description |
|---|---|
|
The fractional value. |
|
Unique identifier of the object. |
|
The name of the object's type. |
Example
{
"fraction": "1.0",
"id": "58544492",
"typename": "during-reflect-simple-central-officer"
}
Fields
| Name | Description |
|---|---|
|
Returns True if the meter point ID is in the list of suspicious meter point IDs. |
|
The meter point ID. |
Example
{
"isInSuspiciousList": true,
"meterPointId": "13220491"
}
FulfilmentType
Represents an amount of money that can be used to fulfil an obligation.
Fields
| Name | Description |
|---|---|
|
The amount of the fulfilment (in minor currency units), unsigned. |
|
The database ID of the fulfilment source, e.g. the database ID of the payment. |
|
The type of the fulfilment source, e.g. PAYMENT. |
Example
{
"amount": 35,
"sourceIdentifier": "20736185",
"sourceType": "UNKNOWN"
}
Fields
| Name | Description |
|---|---|
|
The time the data was reported. |
|
The latest reported mode of the heat pump. |
Example
{
"timestamp": "1989-11-22T13:10:11.808209+00:00",
"value": "HEATING"
}
FundingSourceAmountConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 3,
"edges": [FundingSourceAmountConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 91
}
FundingSourceAmountConnectionTypeEdge
A Relay edge containing a FundingSourceAmountConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "near-order-government-stop-research",
"node": FundingSourceAmountType
}
Fields
| Name | Description |
|---|---|
|
Amount used from a funding source in minor currency. |
|
Reason why the funding source was used. |
Example
{
"amount": 99,
"reason": "activity-available-condition-beyond-court"
}
Fields
| Name | Description |
|---|---|
|
The code of the field. |
|
Whether the field is deprecated. |
|
Deprecated The 'deprecated' field is deprecated. |
|
|
The type of the field. |
|
The name of the field. |
|
The order of the field in the collection. |
|
Whether the field is required. |
|
The choices for the field if applicable. |
|
A regular expression that a field value must match, if populated. |
Example
{
"code": "fact-team-find-trade-and",
"fieldType": "STR",
"name": "understand-individual-let-parent-everything",
"orderInCollection": 89,
"required": true,
"textChoices": "risk-watch-edge-at-win",
"textRegex": "design-human-best-consumer-forget"
}
GasAgentContractType
An organization who manages a given meterpoint.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Example
{
"agentId": "92265143",
"contractStatus": "ACCEPTED",
"contractType": "MAM",
"effectiveFrom": "2023-02-24"
}
Fields
| Name | Description |
|---|---|
|
|
|
The datetime the agreement was entered. |
|
The datetime the agreement was terminated. |
|
Bespoke rates that apply to this agreement. |
|
Bespoke standing charges that apply to this agreement. |
|
The ID of the agreement. |
|
Whether the agreement is revoked. |
|
A collection of charges and associated consumption data. |
Arguments
Aggregate line items according to this grouping. Note that this doesn't guarantee that the returned items will cover a particular length of time, as it will depend on how the items have been stored, whether the period had daylight savings time changes (and therefore potentially 25 hours) etc.
Timezone used for grouping. |
|
|
|
|
The datetime the rates were agreed. |
|
The deadline datetime for rescinding the agreement. |
|
List of contracted standing charge uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary. |
|
|
|
List of contracted unit rate uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary. |
|
The start datetime of the agreement. |
|
The end datetime of the agreement. |
Example
{
"account": AccountType,
"agreedFrom": "1996-04-15T06:58:15.485406+00:00",
"agreedTo": "2025-03-20T04:54:04.359936+00:00",
"bespokeRates": [GasBespokeRate],
"bespokeStandingCharges": [GasBespokeStandingCharge],
"id": 71255726,
"isRevoked": true,
"lineItems": LineItemConnection,
"meterPoint": GasMeterPointType,
"ratesAgreedAt": "2025-03-10T09:13:45.420693+00:00",
"rescissionDeadlineAt": "2001-11-30T14:42:32.713232+00:00",
"standingChargeUplifts": [GasContractStandingChargeUplift],
"tariff": GasTariffType,
"unitRateUplifts": [GasContractUnitRateUplift],
"validFrom": "1973-06-23T11:47:23.201448+00:00",
"validTo": "1994-10-05T05:30:43.916641+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"paymentMethod": "DIRECT_DEBIT",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"paymentMethod": "DIRECT_DEBIT",
"value": "1.0"
}
Example
{
"consumption": 12,
"isEstimate": true
}
Fields
| Name | Description |
|---|---|
|
The estimated Annual Quantity measured in kWh. |
|
The date from which the AQ is calculated. |
|
The date the meterpoint switched to the current supplier. |
|
The current supplier for the meterpoint. |
Example
{
"aq": 77,
"aqEffectiveFromDate": "1978-05-25",
"supplierEffectiveFromDate": "1990-07-01",
"supplierName": "trade-central-provide-than-forget"
}
Fields
| Name | Description |
|---|---|
|
The amount to add to the standing charge when billing, in pence per day. |
|
When this contract is valid from. |
|
When this contract is valid until. |
Example
{
"standingChargeUplift": "1.0",
"validFrom": "1970-10-17T01:09:53.951077+00:00",
"validTo": "1971-12-01T05:09:32.436747+00:00"
}
Fields
| Name | Description |
|---|---|
|
The amount to add to the unit rate when billing, in pence/kWh. |
|
When this contract is valid from. |
|
When this contract is valid until. |
Example
{
"unitRateUplift": "1.0",
"validFrom": "1973-05-17T15:13:58.798829+00:00",
"validTo": "1986-12-08T02:29:48.427584+00:00"
}
GasFiltersOutput
Filter measurements by gas parameters.
Fields
| Name | Description |
|---|---|
|
The identifier of the device associated to this reading. |
|
The identifier of the market supply point associated to this reading. |
|
The frequency of the reading. |
|
The identifier of the register associated to this reading. |
Example
{
"deviceId": "13068746",
"marketSupplyPointId": "35158386",
"readingFrequencyType": "RAW_INTERVAL",
"registerId": "86247787"
}
Fields
| Name | Description |
|---|---|
|
Meter point REL address details. |
|
Meter point technical details. |
Example
{
"relAddress": UniqueRELAddressType,
"technicalDetails": GasMeterTechnicalDetails
}
GasMeterPointType
A gas meterpoint is a collection of meters. Meters are changed over time, so it is convenient to keep an invariant reference. We would not expect there to be multiple active meters at a time on a gas meterpoint.
Fields
| Name | Description |
|---|---|
|
A list of agents responsible for management of the meterpoint. |
Arguments
Filter the contracts by status. |
|
|
A list of gas agreements belonging to an account that is linked to the viewer. Filters out expired agreements by default. |
|
Whether it is possible to renew the meter point's tariff. |
|
|
|
Rolling SOQ |
|
Rolling SOQ |
|
The current MPID for this meter point. |
|
|
|
Details of an ongoing enrolment process. |
|
|
|
|
|
|
|
AQ fixed for year |
|
SOQ fixed for year |
|
|
|
|
|
|
|
|
|
|
|
The installation code of the smart meter device associated with this meter point. |
|
Whether the meter point is due to renew their tariff. |
|
Local distribution zone - Distribution charges are based upon this |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A list of unbilled gas readings for the meterpoint. |
|
Industry status code |
Example
{
"agentContracts": [GasAgentContractType],
"agreements": [GasAgreementType],
"canRenewTariff": true,
"confirmationReference": 11,
"currentDmSoq": 49,
"currentNdmSoq": 93,
"currentSupplierMpid": "45827093",
"endUserCategory": 67,
"enrolment": EnrolmentType,
"eucIdentifier": "34825921",
"exitCapacityChargeRate": "1.0",
"exitZone": "side-network-agent-public-usually",
"formulaYearSmpAq": 61,
"formulaYearSmpSoq": 19,
"hasOpenClosingReadDispute": true,
"hasOpenOpeningReadDispute": true,
"id": "89831893",
"igtCheckedAt": "2014-03-11T19:04:11.547024+00:00",
"igtIdentifier": "85235502",
"installCode": "change-water-city-race-reason",
"isDueTariffRenewal": true,
"ldz": "create-ask-main-reality-particular",
"ldzCapacityChargeRate": "1.0",
"ldzCommodityChargeRate": "1.0",
"ldzCustomerChargeRate": "1.0",
"marketCategory": "SSP",
"marketSectorCode": "D",
"meterOwnershipType": "T",
"meterReadBatchFrequency": "despite-kitchen-both-a-father",
"meters": [GasMeterType],
"mprn": "great-billion-true-two-prepare",
"mrfType": "voice-center-role-situation-shake",
"newSupplierId": "69425317",
"nominationShipperReference": "require-get-rich-stage-social",
"nominationType": "long-fear-between-scientist-change",
"ntsExitCommodityChargeRate": "1.0",
"oldSupplierId": "79467677",
"requiresEnrolment": true,
"requiresWithdrawal": true,
"smartStartDate": "2000-02-20",
"status": "theory-baby-whatever-future-share",
"statusUpdatedAt": "2000-03-16T00:08:20.812524+00:00",
"supplyClass": 8,
"supplyEndDate": "2021-03-01",
"supplyPointCategory": "factor-evidence-peace-fear-save",
"targetSsd": "1971-11-06",
"unbilledReadings": [GasMeterReadingType],
"xoserveStatus": "identify-rather-five-audience-cause"
}
GasMeterReadingConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 10,
"edges": [GasMeterReadingConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 30
}
GasMeterReadingConnectionTypeEdge
A Relay edge containing a GasMeterReadingConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "budget-expect-box-team-yard",
"node": GasMeterReadingType
}
GasMeterReadingType
A gas meter reading. The reading value is under the register collection to be consistent with electricity readings. We expect a single register and reading value for gas.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
What 'kind' of reading this is based on how it was taken. |
|
|
|
Example
{
"consumptionValue": "1.0",
"readingDate": "1980-09-17",
"readingSource": "AUTOMATICALLY_GENERATED_BY_KRAKEN",
"readingType": "ACTUAL"
}
GasMeterRegisterType
Gas registers measure consumption.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"decimalPlaces": 47,
"digits": 66,
"expectedReadingRanges": 29,
"id": "81644229",
"identifier": "53162561",
"name": "himself-discuss-wall-win-new",
"unitRateType": "reason-will-interview-daughter-garden"
}
Fields
| Name | Description |
|---|---|
|
A unique three-character code used to identify the current supplier. |
|
A datetime indicating the date on which the Supplier became the supplier of the RMP. |
|
Daily Metered current annual offtake quantity (AQ) of a Supply Meter Point. Value in kWh. |
|
Unique Identifier for the Gas Transporter Organisation, can also be used to identify the geographical area. |
|
Unique reference code for the Local Distribution Zone (LDZ). |
|
A code that specifies if the site is used for domestic or industrial/commercial purposes. D = Domestic, I = Industrial and Commercial. |
|
The amount of gas that can be passed through the meter in a given time period. This is the manufacturer's maximum value. |
|
The coded value of the description of the Meter Mechanism, an identifier for the type of equipment fitted, e.g. credit or prepayment meter. |
|
The number of dials on the meter installed at the Supply Meter Point. |
|
The manufacturer's meter serial number as held on the physical meter currently installed on the supply point. |
|
The current annual offtake quantity (AQ) of a Supply Meter Point. Value in kWh. |
|
Meter Point Reference Number (MPRN). A unique identifier for the point at which a meter is, has been or will be connected to the Gas Network. |
|
Non-Daily Metered current annual offtake quantity (AQ) of a Supply Meter Point. Value in kWh. |
|
A datetime indicating the date on which a subsequent Supplier will become the supplier of the RMP. |
|
Specification ID of the smart meter. |
Example
{
"currentSupplierId": "38583070",
"currentSupplierRegEffectiveDate": "manager-who-move-worry-human",
"dmq": "1.0",
"gasTransportId": "18296169",
"ldzId": "10096402",
"marketSectorCode": "through-add-west-community-body",
"meterCapacity": "notice-become-player-movie-environment",
"meterMechanismCode": "near-across-culture-safe-evidence",
"meterNumberOfDials": "base-green-toward-tax-you",
"meterSerialNumber": "my-wind-good-remember-election",
"mpaq": "1.0",
"mprn": "expect-never-toward-sell-exactly",
"ndmq": "1.0",
"pendingSupplierRegEffectiveDate": "center-nor-him-likely-lay",
"smartEquipmentTechnicalCode": "shake-positive-move-reality-sort"
}
GasMeterType
A gas meter has a register which holds readings. We would expect this to be a one-to-one relationship between meter and register.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Energy consumption recorded by the meter. |
|
The units of consumption for a smart meter. |
|
|
|
|
|
|
|
The type of fuel this meter uses. |
|
Returns if the meter has and allows half hourly readings. |
|
|
|
|
|
|
|
|
|
|
|
Returns if the meter is ready for top up. |
|
Returns if the meter is a traditional prepay meter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This lets us get around the fact that we already use the field id as a primary key. We will migrate the id field over to be this id eventually. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Whether this meter requires a final change of tenancy (COT) reading. |
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"activeFrom": "1977-12-27",
"activeTo": "1987-08-13",
"bypassFitted": "address-choice-whose-hundred-defense",
"collarFitted": "light-federal-left-key-answer",
"consumption": ConsumptionConnection,
"consumptionUnits": "security-forget-direction-book-full",
"correction": 749.31,
"createdAt": "1996-07-15T23:36:57.847013+00:00",
"currentMeterAssetManager": "only-necessary-run-structure-city",
"fuelType": "miss-get-heavy-civil-responsibility",
"hasAndAllowsHhReadings": true,
"id": "36388115",
"imperial": true,
"installationDate": "1995-01-15",
"instructions": "able-ball-lay-left-happen",
"isDigital": true,
"isReadyForTopup": true,
"isTradPrepay": true,
"lastInspectionDate": "1996-11-29",
"linkCode": "want-though-market-state-today",
"location": "law-senior-very-film-be",
"locationDescription": "total-environmental-right-author-candidate",
"manufacturedYear": 43,
"manufacturerCode": "exactly-really-manage-mother-father",
"measuringCapacity": "1.0",
"mechanism": "CR",
"meterPoint": GasMeterPointType,
"meterType": "stuff-way-star-reflect-ahead",
"modelName": "everyone-cause-budget-necessary-over",
"nodeId": "39610699",
"operationalStatusDate": "1975-03-14",
"owner": "school-police-believe-open-claim",
"prepayLedgers": PrepayLedgersType,
"pulseValue": "1.0",
"readingFactor": "1.0",
"readings": GasMeterReadingConnectionTypeConnection,
"registers": [GasMeterRegisterType],
"requiresAccess": true,
"requiresCotFinalReading": true,
"serialNumber": "moment-message-building-wife-type",
"smartDevices": [SmartMeterDeviceType],
"smartGasMeter": SmartMeterDeviceType,
"status": "LI",
"units": 32,
"updatedAt": "1978-09-12T23:22:58.764212+00:00"
}
Fields
| Name | Description |
|---|---|
|
Estimated cost in pence of the product over a year based on the quoted usage. |
|
Gas tariff information label (TIL) provides standardised information between suppliers about a tariff. |
|
The ID of the quoted product. |
|
|
|
Estimated cost in pence of the product per month based on the quoted usage. |
|
Energy product quoted. |
Example
{
"annualAmount": 17,
"gasTariffInformationLabel": ProductTariffInformationLabelStandard,
"id": 21388177,
"label": "true-hand-catch-alone-the",
"monthlyAmount": 87,
"product": EnergyProductType
}
Fields
| Name | Description |
|---|---|
|
Current active agreement on this supply point. |
|
Annual consumption of the supply point. |
|
The Mprn of the suply point. |
|
A list of quoted products and the corresponding tariff information. |
|
Gas has only STANDARD rate type. |
Example
{
"agreement": GasAgreementType,
"annualConsumption": GasConsumption,
"mprn": "institution-phone-food-ten-be",
"quotedProducts": [GasQuotedProduct],
"rateType": "really-Mrs-relate-stock-tend"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Whether the tariff is for exporting energy. |
|
|
|
|
|
|
|
|
|
Tags associated with the tariff. |
|
Describes a particular tariff by combining the product code, number of rates, available from date and GSP code. |
|
|
|
Is EPG applied to the unit rate. |
Example
{
"description": "front-property-option-have-movement",
"displayName": "probably-ten-investment-church-grow",
"fullName": "key-order-us-poor-down",
"id": "73894956",
"isExport": true,
"preVatStandingCharge": 177.43,
"preVatUnitRate": 731.79,
"productCode": "not-provide-base-class-begin",
"standingCharge": 558.16,
"tags": "again-help-candidate-yet-manage",
"tariffCode": "positive-she-interview-condition-skill",
"unitRate": 318.87,
"unitRateEpgApplied": true
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The html of the terms and conditions document rendered as a JSON string. |
|
The markdown text of the terms and conditions. |
|
|
|
|
|
Example
{
"brandCode": "guess-behind-base-before-right",
"effectiveFrom": "1980-07-14T14:35:22.212012+00:00",
"html": "daughter-scene-view-young-improve",
"markdown": "key-form-inside-threat-maybe",
"name": "partner-time-account-begin-business",
"pdfUrl": "should-forget-account-explain-blue",
"version": "player-experience-you-after-weight"
}
GenerateAffiliatesAudioRecordingPreSignedUrl
Generate a pre-signed URL for uploading an audio file for use with affiliates.
Fields
| Name | Description |
|---|---|
|
Input fields required to generate a presigned S3 post for affiliates audio recording. |
Example
{
"affiliatesAudioRecordingPreSignedUrl": AffiliateAudioRecordingPresignedPostType
}
GenerateInkPresignedUrl
The possible errors that can be raised are:
- KT-CT-7620: Channel not supported.
- KT-CT-7618: Unable to process message.
- KT-CT-7624: Error when generating the presigned URL.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Presigned post fields required to upload the file. |
|
The key for the item. |
|
A presigned URL for the user to upload to the quarantine bucket. |
Example
{
"fields": {"key": "value"},
"key": "since-exactly-compare-commercial-morning",
"uploadUrl": "upon-against-mind-hope-single"
}
GenerateLeadsFileAttachmentDownloadPreSignedUrl
Generate a pre-signed URL for downloading a leads attachment file.
Fields
| Name | Description |
|---|---|
|
Pre-signed S3 URL for downloading the leads file attachment. |
Example
{
"leadsFileAttachmentDownloadPreSignedUrl": LeadsFileAttachmentDownloadPresignedUrlType
}
GenerateLeadsFileAttachmentsPreSignedUrl
Generate a pre-signed URL for uploading a leads attachment file.
Fields
| Name | Description |
|---|---|
|
Input fields required to generate a presigned S3 post for leads file attachment. |
Example
{
"leadsFileAttachmentPreSignedUrl": LeadsFileAttachmentPresignedPostType
}
GeneratePaymentAllocationNumber
Generate a PAN (Payment Allocation Number) for a smart meter in prepayment mode. This can be used to add credit to the meter in a shop.
Fields
| Name | Description |
|---|---|
|
The Payment Allocation Number routes payments made via a PSP (Payment Service Provider) to this device. |
Example
{
"pan": "would-his-reach-home-area"
}
GeneratePreSignedToken
Mutation to generate a pre-signed token.
The pre-signed, expiring and opaque tokens will be swapped for a limited scope JWT (Kraken Token).
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"scope": "SUBMIT_METER_READINGS",
"token": "control-modern-exactly-industry-up",
"tokenExpiryDatetime": "1990-02-27T21:15:03.976805+00:00"
}
GenericBackendScreen
A generic backend screen that can be used to define any type of screen.
Fields
| Name | Description |
|---|---|
|
The name of the screen. |
|
The refresh / polling frequency in milliseconds. |
|
Serialized JSON representation of the screen. |
Example
{
"name": "tough-morning-have-box-large",
"refreshFrequency": 45,
"screenData": "left-give-include-attorney-positive"
}
GetEmbeddedSecretForNewPaymentInstruction
Get the client secret needed to create a new payment instruction using an embedded form.
Fields
| Name | Description |
|---|---|
|
Example
{
"secretKey": "forget-situation-relate-executive-represent"
}
GetEmbeddedSecretForNewPaymentInstructionWithoutAccount
Get the client secret needed to create a new stored payment instruction using an embedded form.
This mutation is specifically for saving payment methods for future use, without immediately creating a payment instruction tied to a specific ledger or account.
Fields
| Name | Description |
|---|---|
|
The client secret needed to create a new stored payment instruction. |
Example
{
"secretKey": "check-method-kind-per-service"
}
GetHostedUrlForNewPaymentInstruction
Get external URL where the user can set up a payment instruction.
Fields
| Name | Description |
|---|---|
|
URL at which payment instruction can be set up. |
Example
{
"url": "strategy-professor-debate-church-behind"
}
GetOrCreateAgreement
Get an existing agreement or create a new one if it doesn't exist.
Fields
| Name | Description |
|---|---|
|
The agreement that was retrieved or created. |
|
Indicates whether a new agreement was created (true) or an existing agreement was returned (false). |
Example
{
"agreement": CommonAgreementType,
"created": true
}
Fields
| Name | Description |
|---|---|
|
Currency. |
|
Gross amount. |
|
Net amount. |
|
Grant type. |
Example
{
"currency": "beyond-effect-sport-defense-law",
"grossAmount": 429.48,
"netAmount": 434.36,
"type": "listen-water-pick-officer-recent"
}
Fields
| Name | Description |
|---|---|
|
Product available from. |
|
Product available to. |
|
Product code. |
|
Currency. |
|
Product customer name. |
|
Product description. |
|
Gross price per unit. |
|
Product ID. |
|
Product internal name. |
|
Market of the product. |
|
Product notes. |
|
Price per unit. |
|
Type of the product. |
Example
{
"availableFrom": "2018-05-31",
"availableTo": "2006-09-07",
"code": "general-and-main-have-boy",
"currency": "his-perform-huge-image-rock",
"customerName": "apply-section-interview-health-close",
"description": "bank-century-picture-weight-reason",
"grossPricePerUnit": 142.19,
"id": 30410277,
"internalName": "his-lawyer-like-who-hard",
"marketName": "end-listen-still-plant-may",
"notes": "bill-plan-lot-fact-paper",
"pricePerUnit": 463.13,
"productType": GoodsProductType
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 93,
"edges": [GoodsProductConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 36
}
GoodsProductConnectionTypeEdge
A Relay edge containing a GoodsProductConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "oil-company-while-up-alone",
"node": GoodsProduct
}
Example
{
"code": "PM-decade-man-television-why",
"internalName": "thought-front-family-may-color"
}
Fields
| Name | Description |
|---|---|
|
Client parameters of the purchase. |
|
Purchase code. |
|
Grants that apply in this purchase. |
|
Sale items in this purchase. |
|
Ledger ID associated to the purchase. |
|
Deprecated The 'ledgerId' field is deprecated. |
|
|
The ledger number associated to the purchase. |
|
Market name of the purchase. |
|
Market parameters of the purchase. |
Example
{
"clientParams": {"key": "value"},
"code": "when-finish-four-feeling-always",
"goodsGrants": [GoodsGrant],
"goodsSaleItems": [GoodsSaleItem],
"ledgerNumber": "act-recognize-mention-factor-how",
"marketName": "system-future-ok-window-shoulder",
"marketParams": {"key": "value"}
}
Fields
| Name | Description |
|---|---|
|
Code of the quote. |
|
Products of this quote. |
|
Indicates whether or not the quote is expired. |
|
ID of the quote. |
|
Date and time when the quote was created. |
|
Total net amount of the quote in cents. |
Example
{
"code": "race-those-spring-career-bag",
"goodsQuotedProducts": [GoodsQuotedProduct],
"hasQuoteExpired": true,
"id": "96298407",
"quotedAt": "2026-06-07T23:36:05.292812+00:00",
"totalNetAmount": 72
}
Fields
| Name | Description |
|---|---|
|
Currency. |
|
Net amount. |
|
Number of units. |
|
Price per unit. |
|
Product code. |
Example
{
"currency": "approach-lead-your-such-necessary",
"netAmount": 69,
"numberOfUnits": 82,
"pricePerUnit": 11,
"product": "myself-note-above-deal-both"
}
Fields
| Name | Description |
|---|---|
|
The ID of the quote share. |
Example
{
"id": "60149017"
}
Fields
| Name | Description |
|---|---|
|
Currency. |
|
Gross amount. |
|
Net amount. |
|
Number of units. |
|
Price per unit. |
|
Product code. |
Example
{
"currency": "news-standard-meeting-story-voice",
"grossAmount": 761.9,
"netAmount": 759.47,
"numberOfUnits": 20,
"pricePerUnit": 676.67,
"product": "true-tell-life-treat-enough"
}
GrantUserAccessToBusiness
Grant user access to the business using the provided role.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
}
Example
{
"savedCo2InKgs": 44,
"savedTrees": 42
}
Fields
| Name | Description |
|---|---|
|
The current power being imported from or exported to the grid in kW. A negative value indicates power is being imported from the grid; a positive value indicates power is being exported to the grid. |
Example
{
"powerInKw": "1.0"
}
GroupType
Represents a group of components presented as a choice.
Fields
| Name | Description |
|---|---|
|
Customer-facing description of the group. |
|
Customer-facing name for the group. |
|
Unique identifier of the group. |
|
Internal name for the group. |
|
Maximum number of components that can be selected from this group. |
|
Minimum number of components that must be selected from this group. |
|
Nested offering components within this group. |
|
Product components within this group. |
Example
{
"customerDescription": "out-condition-economic-study-sound",
"customerName": "keep-subject-five-product-industry",
"identifier": "21887826",
"internalName": "keep-you-more-series-visit",
"maxCardinality": 90,
"minCardinality": 73,
"offeringComponents": [OfferingComponentType],
"productComponents": [ProductComponentType]
}
GuaranteeOfOriginConfigurationType
Configuration for Guarantee of Origin term, defining percentage of energy from renewable sources.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The percentage of the guarantee of origin. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The type of the term. |
Example
{
"description": "person-huge-along-article-campaign",
"displayName": "respond-include-well-interesting-laugh",
"guaranteeOfOriginPercentage": "ZERO",
"identifier": "63979201",
"isVariable": true,
"type": "bad-author-or-fine-believe"
}
Fields
| Name | Description |
|---|---|
|
Information on how agile unit rates have been calculated. The possible errors that can be raised are:
|
|
|
|
|
|
|
|
|
|
Whether the tariff is for exporting energy. |
|
|
|
|
|
|
|
Tags associated with the tariff. |
|
Describes a particular tariff by combining the product code, number of rates, available from date and GSP code. |
|
Example
{
"agileCalculationInfo": AgileCalculationInfo,
"description": "serious-why-technology-most-arrive",
"displayName": "future-foreign-team-special-behind",
"fullName": "next-return-market-choice-important",
"id": "85709682",
"isExport": true,
"preVatStandingCharge": 912.2,
"productCode": "message-page-medical-open-up",
"standingCharge": 543.31,
"tags": "edge-American-hold-best-citizen",
"tariffCode": "report-imagine-crime-learn-identify",
"unitRates": [UnitRate]
}
HardshipAgreementType
Represents a Hardship Agreement for a particular Account.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
Extra details for the exit reason |
|
These are internal notes detailing the hardship. |
|
|
|
|
|
|
|
|
|
Example
{
"createdAt": "1986-02-28T19:13:23.242896+00:00",
"endDate": "1983-02-21",
"exitReason": "INITIAL_PAYMENT_PLAN_NOT_ESTABLISHED",
"exitReasonDetails": "above-well-treatment-beat-myself",
"hardshipDetails": "finish-cause-benefit-as-method",
"hardshipEntryReason": "SELF_IDENTIFIED",
"hardshipType": "DEATH_IN_FAMILY",
"id": "36249165",
"paymentPlanDetails": "team-look-their-television-south",
"startDate": "1989-03-18"
}
Fields
| Name | Description |
|---|---|
|
Any fault codes present on the device. |
|
The hardware version. |
|
Whether the system has a hot water cylinder (tank) which is compatible with heat pumps. |
|
The flow temperature set for heating. |
|
The last time the heat pump metrics were reset to zero. |
|
Whether the system has a manifold set up. |
|
The maximum temperature which the hot water can be set to. |
|
The minimum temperature which the hot water can be set to. |
|
The heat pump model (eg. COSY). |
|
Whether quieter mode is enabled for this heat pump controller. |
|
The serial number of the heat pump. |
|
The current weather compensation settings. |
Example
{
"faultCodes": "development-image-feel-military-second",
"hardwareVersion": "player-every-beautiful-course-beat",
"hasHeatPumpCompatibleCylinder": true,
"heatingFlowTemperature": FlowTemperatureConfiguration,
"latestCounterReset": "1998-08-02T21:29:19.295364+00:00",
"manifoldEnabled": true,
"maxWaterSetpoint": 184.92,
"minWaterSetpoint": 499.32,
"model": "seven-he-accept-support-participant",
"quieterModeEnabled": true,
"serialNumber": "moment-yard-inside-attorney-more",
"weatherCompensation": WeatherCompensationConfiguration
}
Fields
| Name | Description |
|---|---|
|
Always HEAT_PUMPS. |
|
Deprecated The 'deviceType' field is deprecated. |
|
|
|
|
|
|
Deprecated The 'params' field is deprecated. |
|
|
The third party that provides control of this heat pump. |
Example
{
"krakenflexDeviceId": "52380838",
"provider": "BMW_GROUP"
}
Fields
| Name | Description |
|---|---|
|
|
|
Whether the heat pump is currently connected to the provider. |
|
Example
{
"climateControlStatus": ClimateControlDetailsType,
"isConnected": true,
"waterTemperatureStatus": WaterTemperatureDetailsType
}
Example
{
"heatPumpId": "42847816",
"isDeprecated": true,
"model": "direction-first-deal-something-practice",
"powerInKw": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
Example
{
"make": "power-general-ready-teacher-leave",
"models": [HeatPumpVariantModelsType]
}
Fields
| Name | Description |
|---|---|
|
The make (manufacturer) of the device. |
|
The model of the device. |
Example
{
"make": "produce-Mrs-movie-court-though",
"model": "much-more-low-student-occur"
}
Fields
| Name | Description |
|---|---|
|
Whether a statement is currently held. |
|
Reason for statement being held. |
Example
{
"isHeld": true,
"reason": "public-follow-group-our-end"
}
ImageType
A media element containing an image.
Fields
| Name | Description |
|---|---|
|
Whether the element is hidden from view. |
|
Accessible description of the element. |
|
The horizontal alignment of the media. |
|
Unique identifier of the object. |
|
The resource URL of the media. |
|
The name of the object's type. |
|
The measurement of the element. |
Example
{
"accessibilityHidden": true,
"accessibilityLabel": "success-less-history-fast-do",
"horizontalAlignment": "START",
"id": "90923993",
"mediaUrl": "heavy-reach-pick-bed-mind",
"typename": "mean-hand-throughout-site-every",
"width": FractionSizeType
}
ImportReadingsConnection
Pagination for readings representing incoming utility flow e.g., usage or consumption..
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 48,
"edges": [ImportReadingsEdge],
"pageInfo": PageInfo,
"totalCount": 86
}
ImportReadingsEdge
A Relay edge containing a ImportReadings and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "building-also-wait-according-generation",
"node": Reading
}
ImportTrancheRate
The possible errors that can be raised are:
- KT-CT-1111: Unauthorized.
- KT-CT-15111: Tranche target not found.
- KT-CT-15112: A tranche rate already exists for this target and calculation period.
- KT-CT-15113: Invalid tranche rate input.
- KT-CT-15114: The provided calculation period does not line up with the calculation period frequency for this tranche target.
- KT-CT-15115: Contract not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
Unique identifier that references the new tranche rate. |
Example
{
"rateIdentifier": "60476925"
}
Fields
| Name | Description |
|---|---|
|
The average number of seconds passed before an inbound call with the given routing attributes is answered. This value represents the calls received in the last 30 minutes. The possible errors that can be raised are:
|
|
The average number of seconds passed before an inbound call with the given routing attributes is answered. This value represents the calls received on the previous day. The possible errors that can be raised are:
|
Example
{
"recent": 2,
"yesterday": 82
}
Fields
| Name | Description |
|---|---|
|
The average number of seconds passed before an inbound call is answered. This value represents the calls received in the last 30 minutes. |
|
The average number of seconds passed before an inbound call is answered. This value represents the calls received on the previous day. |
Example
{
"recent": 17,
"yesterday": 61
}
Fields
| Name | Description |
|---|---|
|
If known, this is the account that a call is about. For inbound calls, we attempt to identify the account based on the phone number of the incoming call. For outbound calls, the account will be automatically set if the call was initiated from an account page. For all call types, the account can be updated, for example to correct a misidentification of an incoming call. |
|
The ID of the call. |
|
When an inbound call is received, we identify all entities linked to the phone number of the caller. |
|
Metadata related to the call, for example metrics or data passed via an interactive voice response (IVR). |
Example
{
"account": AccountType,
"id": "16354112",
"initialCallerIdentification": PhoneNumberIdentificationType,
"metadata": [CallMetadataItemType]
}
Fields
| Name | Description |
|---|---|
|
The escalation start date for the product rate override configuration. |
|
The index code for the product rate override configuration. |
Example
{
"escalationStartAt": "2021-10-06T10:20:34.547372+00:00",
"indexCode": "ready-page-our-particularly-eight"
}
Fields
| Name | Description |
|---|---|
|
The account number of the newly created account or the existing account to be re-used. |
|
Was a new account created. |
Example
{
"accountNumber": "A-850A351A",
"isNewAccount": true
}
Fields
| Name | Description |
|---|---|
|
Was a new user created. |
|
The user number of the newly created user or the existing user to be re-used. |
Example
{
"isNewUser": true,
"userNumber": "glass-offer-whom-upon-respond"
}
InitiateCreditTransferMutation
Initiate a credit transfer between two devices.
Fields
| Name | Description |
|---|---|
|
The initiated credit transfer process id. |
Example
{
"result": InitiateCreditTransferResult
}
Fields
| Name | Description |
|---|---|
|
The process id of the created credit transfer. |
Example
{
"processId": "97968215"
}
InitiateHostedStandalonePayment
Initiate a standalone payment and return the url where the customer can complete it.
Fields
| Name | Description |
|---|---|
|
The details required to refer to and complete a hosted payment. |
Example
{
"payment": InitiateHostedStandalonePaymentOutput
}
InitiateHostedStandalonePaymentOutput
Tokens required to collect and retrieve a standalone payment.
Fields
| Name | Description |
|---|---|
|
The retrieval token for this standalone payment. |
|
The url for the customer to complete the payment. |
Example
{
"retrievalToken": "loss-include-tonight-whole-news",
"url": "crime-yet-door-than-husband"
}
InitiateProductSwitch
Do a product switch for a user.
Fields
| Name | Description |
|---|---|
|
The selected product for a specific product switch. |
|
The date at which the product switch becomes effective. |
Example
{
"productCode": "concern-never-seat-point-certainly",
"switchDate": "2001-01-24"
}
InitiateStandalonePayment
Initiate a standalone payment and return the client secret required to complete it.
Fields
| Name | Description |
|---|---|
|
Example
{
"payment": InitiateStandalonePaymentOutput
}
InitiateStandalonePaymentOutput
Tokens required to collect and retrieve a standalone payment.
Fields
| Name | Description |
|---|---|
|
The retrieval token for this standalone payment. |
|
The secret used to collect the payment. |
Example
{
"retrievalToken": "test-sometimes-difference-every-begin",
"secretToken": "need-whom-region-eat-side"
}
InitiateUnauthenticatedStandalonePayment
Initiate an unauthenticated standalone payment and return the client secret required to complete it.
Fields
| Name | Description |
|---|---|
|
The payment's retrieval and secret tokens. |
Example
{
"payment": InitiateUnauthenticatedStandalonePaymentOutput
}
Fields
| Name | Description |
|---|---|
|
The retrieval token for this standalone payment. |
|
The secret used to collect the payment. |
Example
{
"retrievalToken": "relate-quickly-top-hope-far",
"secretToken": "prove-any-sort-system-point"
}
Fields
| Name | Description |
|---|---|
|
The icon code point. |
|
The ID of the object |
|
The ink bucket name. |
Example
{
"icon": "court-who-administration-charge-place",
"id": "35782541",
"name": "reach-sea-drug-majority-before"
}
Fields
| Name | Description |
|---|---|
|
All contacts for this conversation. |
|
|
The default contact for this conversation. |
Example
{
"all": [InkContactChannelIdentity],
"default": InkContactChannelIdentity
}
Fields
| Name | Description |
|---|---|
|
The channel of the contact. |
|
The name to display to the user. |
|
The handle. |
Example
{
"channel": "EMAIL",
"displayName": "language-movement-join-recognize-language",
"handle": "catch-read-race-set-black"
}
Fields
| Name | Description |
|---|---|
|
The number of the Kraken account that the conversation is from. |
|
The account users on the conversation. |
|
The buckets the conversation is currently in. |
|
The contact channel identities associated with this conversation. |
|
Conversation events. |
|
|
|
The timestamp of the most recent message in the conversation. |
|
The status of the conversation. |
|
The tags on the conversation. |
Example
{
"accountNumber": "A-502D692B",
"accountUsers": [AccountUserType],
"buckets": [InkBucket],
"contactChannelIdentities": InkContactChannelIdentities,
"events": InkConversationEventsConnection,
"id": "27014746",
"lastMessageAt": "2025-05-12T00:22:06.347192+00:00",
"status": "OPEN",
"tags": [InkTag]
}
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
Example
{
"edges": [InkConversationEventsEdge],
"pageInfo": PageInfo
}
InkConversationEventsEdge
A Relay edge containing a InkConversationEvents and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "yourself-your-product-method-different",
"node": InkNewMessage
}
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
Example
{
"edges": [InkConversationsEdge],
"pageInfo": PageInfo
}
InkConversationsEdge
A Relay edge containing a InkConversations and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "price-computer-paper-three-improve",
"node": InkConversation
}
InkEmail
This type wraps around the Message type for emails.
Fields
| Name | Description |
|---|---|
|
Attachments on the message. |
|
CC recipients on the message. |
|
The contact channel identity. |
|
The integer ID of the conversation this message belongs to. |
|
The relay ID of the conversation this message belongs to. |
|
The delivery status of the message. |
|
The direction of the email. |
|
The content of the current email (without previous emails from the email thread). |
|
From email address. |
|
The full email, including previous emails from the email thread if available, in HTML. |
|
The full email, including previous emails from the email thread if available, in plain text format. |
|
Is this an message an email. |
|
The time the message was sent/received. |
|
The email subject. |
|
All Tags associated with a message. |
|
The addresses that the message was sent to. |
Example
{
"attachments": [InkMessageAttachment],
"cc": "loss-send-top-in-two",
"contactChannelIdentity": InkContactChannelIdentity,
"conversationId": 94010229,
"conversationRelayId": "48173216",
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"displayContent": "along-quickly-suddenly-total-one",
"fromHandle": "performance-never-force-major-may",
"fullContentHtml": "half-type-school-ok-require",
"fullContentPlainText": "company-career-box-western-around",
"isChannelEmail": true,
"occurredAt": "1976-01-23T04:53:32.135378+00:00",
"subject": "western-home-generation-able-manager",
"tags": [InkTag],
"toHandles": "shoulder-old-easy-country-minute"
}
InkGenericMessage
This message type is used for messages that belong to contact channels without a more granular message type.
Fields
| Name | Description |
|---|---|
|
The contact channel identity. |
|
The integer ID of the conversation this message belongs to. |
|
The relay ID of the conversation this message belongs to. |
|
The delivery status. |
|
The direction of the message. |
|
The content of the message. |
|
The identity the message was sent from. |
|
The ID of the object |
|
The time the message was sent/received at. |
|
The identity the message was sent to. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"conversationId": 25946280,
"conversationRelayId": "32398375",
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"displayContent": "likely-whatever-bank-here-first",
"fromHandle": "be-although-while-nearly-in",
"id": "23707289",
"occurredAt": "2016-07-09T02:39:57.373728+00:00",
"toHandle": "leave-lose-once-medical-before"
}
InkLine
This type wraps around the Message type for LINE message.
Fields
| Name | Description |
|---|---|
|
Attachments on the LINE message. |
|
The contact channel identity. |
|
The delivery status of the message. |
|
The direction of the message. |
|
From LINE id. |
|
Is this a LINE message. |
|
The line message content. |
|
The time the message was sent/received. |
|
All Tags associated with a message. |
|
To LINE id. |
Example
{
"attachments": [InkMessageAttachment],
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"fromHandle": "defense-music-science-hit-soon",
"isChannelLine": true,
"lineMessage": LineImageMessage,
"occurredAt": "2001-02-03T00:15:14.673874+00:00",
"tags": [InkTag],
"toHandle": "citizen-appear-avoid-probably-together"
}
InkLiveChatConversation
Ink live chat
Fields
| Name | Description |
|---|---|
|
The relay ID of the live chat conversation. |
Example
{
"relayId": "45417247"
}
InkLiveChatMessage
This type wraps around the Message type for a Live Chat message.
Fields
| Name | Description |
|---|---|
|
The contact channel identity. |
|
The delivery status. |
|
The direction of the message. |
|
The content of the message. |
|
The identity the message was sent from. |
|
The ID of the object |
|
The time the message was sent/received at. |
|
The identity the message was sent to. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"displayContent": "ability-star-member-might-wrong",
"fromHandle": "girl-heart-direction-trade-especially",
"id": "21031697",
"occurredAt": "2010-02-15T11:11:09.122586+00:00",
"toHandle": "science-improve-hotel-accept-wall"
}
Fields
| Name | Description |
|---|---|
|
The url for fetching the attachment. |
|
The filename. |
|
The size in bytes. |
Example
{
"fetchUrl": "miss-TV-church-world-law",
"filename": "find-away-family-determine-top",
"sizeInBytes": 2
}
Fields
| Name | Description |
|---|---|
|
The list of accounts related to the message. |
|
The type of the account linked to the conversation of the message. |
|
The list of the buckets the message is in. |
|
The ID of the conversation this message belongs to. |
|
The hour at which the message arrived in Ink. |
|
The number of hours the customer has been waiting for a response to their previous message. |
|
Whether the conversation that the message belongs to is assigned to a user bucket. |
|
Whether the message is the first one sent by the contact. |
|
Whether the message starts a new thread in its conversation. |
|
The operation team that handles the message. |
|
The codes of the auto replies that have been sent to the contact in the last 6 months. |
|
The body of the latest comms SMS message sent to the customer, if the message is an sms. |
|
The week day at which the message arrived in Ink. |
Example
{
"accounts": "bag-attorney-moment-discuss-side",
"accountType": "book-when-happen-rise-response",
"buckets": "sport-none-sport-college-behavior",
"conversationId": 46637749,
"hourOccurredAt": 11,
"hoursWaiting": 87,
"isAssignedToUserBucket": true,
"isFirstFromContact": true,
"isNewThread": true,
"opsTeam": "morning-second-as-play-task",
"recentlyReceivedAutoReplies": "poor-main-and-appear-surface",
"replyToCommsSms": "range-treat-purpose-score-side",
"weekDayOccurredAt": 98
}
Fields
| Name | Description |
|---|---|
|
Message delivery status. |
Example
{
"status": "PENDING"
}
InkNewMessage
This types is used for both the message-received and message-sent conversation events.
Fields
| Name | Description |
|---|---|
|
The message. |
|
The time the conversation event occurred. |
Example
{
"message": InkEmail,
"occurredAt": "1992-02-27T01:34:51.396847+00:00"
}
Fields
| Name | Description |
|---|---|
|
The content of the ink note. |
|
The ID of the object |
|
The note is pinned, so that it's always visible in the conversation. |
|
The datetime at which the conversation note occurred. |
Example
{
"content": "why-base-event-here-reduce",
"id": "94390191",
"isPinned": true,
"occurredAt": "1972-07-06T14:31:10.745124+00:00"
}
InkPost
This type wraps around the Message type for Post.
Fields
| Name | Description |
|---|---|
|
The contact channel identity. |
|
The integer ID of the conversation this message belongs to. |
|
The relay ID of the conversation this message belongs to. |
|
The notes left when a message was uploaded. |
|
The from property id. |
|
Determine if the message is a post message. |
|
The content of the message. |
|
The to property id. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"conversationId": 76131013,
"conversationRelayId": "13479864",
"displayContent": "while-campaign-worry-young-center",
"fromHandle": "young-hot-ahead-door-least",
"isChannelPost": true,
"rawPlainTextContent": "group-your-stay-through-simply",
"toHandle": "generation-card-memory-grow-Democrat"
}
InkSMS
This type wraps around the Message type for SMS.
Fields
| Name | Description |
|---|---|
|
The contact channel identity. |
|
The delivery status. |
|
The direction of the message. |
|
The content of the message. |
|
The phone number the message was sent from. |
|
Is this an SMS message. |
|
The time the message was sent/received at. |
|
All Tags associated with a message. |
|
The phone number the message was sent to. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"displayContent": "significant-coach-Mr-knowledge-employee",
"fromHandle": "about-should-see-state-event",
"isChannelSms": true,
"occurredAt": "2025-12-21T12:27:48.691178+00:00",
"tags": [InkTag],
"toHandle": "others-tree-bar-defense-girl"
}
Fields
| Name | Description |
|---|---|
|
The analyzer results for this storyline. |
|
|
|
The entries in the storyline. |
|
When the storyline was generated. |
|
The ID of the object |
|
|
|
|
|
|
|
|
|
|
|
Example
{
"analyzerResults": [InkStorylineAnalyzerResult],
"createdAt": "2019-04-14T11:02:53.747036+00:00",
"entries": [InkStorylineEntry],
"generatedAt": "1991-02-28T21:42:52.634871+00:00",
"id": "76662465",
"knowledgeArticleIds": 1,
"neuralinkRequestId": "22b930c3-6d4b-415c-b29a-8ca8d04b60de",
"summary": "trade-matter-deep-best-road",
"topic": "animal-great-begin-movement-number",
"triggerId": "10771310",
"updatedAt": "1989-09-24T03:28:35.565622+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
The ID of the object |
|
|
|
Example
{
"analyzerType": "age-civil-not-camera-wait",
"createdAt": "2000-06-15T21:05:43.434608+00:00",
"data": {"key": "value"},
"id": "84515464",
"schemaVersion": "charge-hair-military-rock-conference",
"updatedAt": "1984-10-19T20:06:07.526086+00:00"
}
Fields
| Name | Description |
|---|---|
|
The content of the storyline entry. |
|
The optional related object ID of the entry. |
|
The type of the storyline entry. |
|
The ID of the object |
|
Whether this entry is identified as the root cause of the issue. |
|
The time the storyline entry occurred. |
|
Optional URL related to the storyline entry. |
Example
{
"content": "first-health-president-race-for",
"contentId": 1,
"entryType": "these-race-born-staff-wish",
"id": "73697432",
"isRootCause": true,
"occurredAt": "2019-11-28T15:04:38.828591+00:00",
"url": "sea-view-painting-goal-technology"
}
Example
{
"id": "55285693",
"name": "change-arrive-finally-table-change"
}
InkTwilioWhatsApp
This type wraps around the Message type for a Twilio WhatsApp message.
Fields
| Name | Description |
|---|---|
|
Twilio WhatsApp message contact channel identity. |
|
Message delivery status. |
|
The direction of the message. |
|
From WhatsApp number. |
|
Date when the conversation event was created. |
|
All Tags associated with a message. |
|
To WhatsApp number. |
|
The vendor id. |
|
Whatsapp message content. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"fromHandle": "machine-pay-generation-science-sport",
"occurredAt": "1972-03-22T16:13:09.598390+00:00",
"tags": [InkTag],
"toHandle": "bill-specific-imagine-specific-Republican",
"vendorId": "94850152",
"whatsappContent": WhatsAppTextMessage
}
InkWhatsApp
This type wraps around the Message type for WhatsApp message.
Fields
| Name | Description |
|---|---|
|
Whatsapp message contact channel identity. |
|
Whatsapp message delivery status. |
|
The direction of the message. |
|
From WhatsApp phone number. |
|
Whether or not the message is a whatsapp message. |
|
Date when the conversation event was created. |
|
All Tags associated with a message. |
|
Whatsapp contact phone number. |
|
The vendor id. |
|
Whatsapp message content. |
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"fromHandle": "decide-cut-and-area-walk",
"isChannelWhatsapp": true,
"occurredAt": "2003-09-09T09:28:04.773726+00:00",
"tags": [InkTag],
"toHandle": "money-music-history-middle-set",
"vendorId": "23400798",
"whatsappContent": WhatsAppTextMessage
}
InputFieldErrorType
Represents a validation error for a specific input field.
Fields
| Name | Description |
|---|---|
|
The error message to display for this field. |
|
The key of the input field with the error. |
|
The value that was submitted for the field. |
Example
{
"errorMessage": "near-hotel-suggest-practice-get",
"inputFieldKey": "address-they-either-building-wide",
"inputFieldValue": "meeting-fund-only-head-of"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"declaredNetCapacity": "1.0",
"extensionReference": "kitchen-indicate-chance-again-just",
"installedCapacity": "1.0"
}
Fields
| Name | Description |
|---|---|
|
FIT ID of the installation. |
|
Date fit terms were agreed to. |
|
Meter inspection date. |
|
Details of any meters attached to the installation. |
|
Address of the property linked to the installation. |
|
Installation technology type. |
Example
{
"fitId": "35652480",
"fitTermsAgreedAt": "2003-12-03T16:54:49.474289+00:00",
"inspectionAt": "1985-06-26T01:25:59.117779+00:00",
"meters": [FitMeterType],
"propertyAddress": PropertyAddressType,
"technologyType": "ANAEROBIC_DIGESTION"
}
Fields
| Name | Description |
|---|---|
|
The product characteristic. |
|
The integer value of the characteristic. |
|
A string representation of a characteristic value, for convenience. |
Example
{
"characteristic": CharacteristicType,
"integerValue": 36,
"value": "simply-point-education-look-thus"
}
IntegerType
Graphene type object to represent integer values
Fields
| Name | Description |
|---|---|
|
Value of this field. |
Example
{
"integerValue": 24
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 1,
"edges": [InternalCompanyConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 27
}
InternalCompanyConnectionTypeEdge
A Relay edge containing a InternalCompanyConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "real-quite-everyone-tree-week",
"node": InternalCompanyType
}
InternalCompanyType
Represents an internal company.
Fields
| Name | Description |
|---|---|
|
The internal company's displayable number, which is a human-friendly identifier. |
|
The internal company's ID. |
|
The legal address of the internal company. |
|
The internal company's name. |
|
The primary registration number of the internal company. |
|
The primary tax identifier number of the internal company. |
|
The secondary registration number of the internal company. |
Example
{
"displayableNumber": "behind-offer-exactly-conference-whether",
"id": "90946213",
"legalAddress": RichAddressType,
"name": "white-matter-he-newspaper-ahead",
"primaryRegistrationNumber": "must-mother-option-direction-ok",
"primaryTaxIdentifierNumber": "amount-big-fly-live-involve",
"secondaryRegistrationNumber": "deep-capital-soon-country-establish"
}
IntervalCostOfUsageType
Usage and cost between two points in time.
Fields
| Name | Description |
|---|---|
|
Cost per time interval. |
|
Interval end datetime. |
|
Interval start datetime. |
|
Usage per time interval. |
Example
{
"cost": 63,
"endAt": "1995-10-15T06:12:44.363011+00:00",
"startAt": "2002-03-27T00:36:34.143631+00:00",
"usageKwh": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
Deprecated The 'accumulation' field is deprecated. |
|
|
The duration of the measurement. |
|
The end datetime of the measurement. |
|
This type will return more granular data about the measurement. |
|
The datetime the measurement was taken. |
|
The data source of the measurement. |
|
The start datetime of the measurement. |
|
The unit of the measurement. |
|
The value of the measurement. |
Example
{
"durationInSeconds": 48,
"endAt": "1995-10-17T05:07:17.958436+00:00",
"metaData": MeasurementsMetadataOutput,
"readAt": "2023-11-15T18:01:06.395550+00:00",
"source": "president-health-marriage-for-sell",
"startAt": "1970-01-05T13:44:19.882073+00:00",
"unit": "control-always-process-blue-chance",
"value": "1.0"
}
InvalidatePaymentInstruction
Invalidates a payment instruction.
Fields
| Name | Description |
|---|---|
|
Example
{
"instruction": InvalidatePaymentInstructionOutput
}
InvalidatePaymentInstructionOutput
Output for invalidating an arbitrary payment instruction.
Fields
| Name | Description |
|---|---|
|
Example
{
"id": 53693463
}
InvalidatePreSignedToken
Invalidate a previously issued expiring/pre-signed token.
To invalidate tokens issued to a particular user, use InvalidatePreSignedTokensForUser mutation.
Fields
| Name | Description |
|---|---|
|
Example
{
"token": PreSignedToken
}
InvalidatePreSignedTokensForUser
Invalidate pre-signed tokens previously issued to a particular user.
This mutation can invalidate all pre-signed tokens issued to a customer, or only tokens of a given scope.
Fields
| Name | Description |
|---|---|
|
Example
{
"tokens": [PreSignedToken]
}
InvalidateRefreshToken
Invalidate a previously issued refresh token.
To invalidate tokens issued to a particular user, use InvalidateRefreshTokensForUser.
Fields
| Name | Description |
|---|---|
|
Example
{
"token": RefreshToken
}
InvalidateRefreshTokensForUser
Invalidate all refresh tokens previously issued to a particular user.
Fields
| Name | Description |
|---|---|
|
Example
{
"tokens": [RefreshToken]
}
Fields
| Name | Description |
|---|---|
|
Whether the inverter is currently connected (online/offline). |
|
The current power flowing through the inverter in kW. A negative value indicates that power is being drawn in to charge the battery; a positive value indicates power is being exported to the property (and, possibly, the grid) from the battery and/or solar panels. |
Example
{
"connectionStatus": "ONLINE",
"powerInKw": "1.0"
}
Fields
| Name | Description |
|---|---|
|
The make (manufacturer) of the device. |
Example
{
"make": "thing-policy-clearly-machine-service"
}
InvoiceBillingDocumentConnectionTypeConnection
An invoice is a bill that contains individual transactions (i.e. charges, credits, payments, and repayments). These may come from any period of time.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 7,
"edges": [InvoiceBillingDocumentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 24
}
InvoiceBillingDocumentConnectionTypeEdge
A Relay edge containing a InvoiceBillingDocumentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "PM-capital-grow-wait-hospital",
"node": InvoiceBillingDocumentType
}
InvoiceBillingDocumentType
An invoice is a bill that contains individual transactions (i.e. charges, credits, payments, and repayments). These may come from any period of time.
Fields
| Name | Description |
|---|---|
|
Billing document that annuls this invoice. |
|
Position of the billing document in the delinquent debt tracking system. |
|
The final date before missing payment is considered overdue. |
|
First time the invoice was issued. |
|
Unique identifier for the invoice billing document. |
|
The invoiced amount of the billing document. |
|
Whether the billing document is currently held. |
|
The unique billing document's reference that can be used for identifying it externally. |
|
The date due for payment for the invoice. |
|
Deprecated The 'paymentDueDate' field is deprecated. |
|
|
URL to the PDF of the Invoice. |
|
The planned date for payment (may be before the due_date). |
|
The total amounts for all charges on the invoice. |
|
The total amounts for all credits on the invoice. |
|
Transactions on the invoice |
Arguments
The order in which to return the transactions. |
|
Example
{
"annulledBy": AnnulmentBillingDocumentType,
"documentDebtPosition": BillingDocumentPositionType,
"dueDate": "2025-12-17",
"firstIssued": "2026-02-01T12:31:40.239444+00:00",
"id": 87677350,
"invoicedAmount": 44,
"isHeld": true,
"number": "society-house-little-dinner-hotel",
"pdfUrl": "drug-poor-out-peace-industry",
"scheduledPaymentDate": "2021-06-17",
"totalCharges": InvoiceTotalType,
"totalCredits": InvoiceTotalType,
"transactions": BillTransactionConnectionTypeConnection
}
Fields
| Name | Description |
|---|---|
|
The gross total amount for the statement (in minor currency units). |
|
The net total amount for the statement (in minor currency units). |
|
The total amount of tax on the statement (in minor currency units). |
Example
{
"grossTotal": 25,
"netTotal": 100,
"taxTotal": 72
}
Fields
| Name | Description |
|---|---|
|
|
|
The type of the bill. |
|
The date of the bill is covered from. |
|
This field returns the total gross amount of the bill in pence. |
|
The ID of the bill. |
|
The unique identifier of a bill. It will usually be present on the billing document itself. Note: a bill that hasn't been issued yet will not have an identifier; and not all issued bills will have an identifier assigned to them, in which case this will be null. |
|
Whether the billing document has been annulled. |
|
Whether the billing document is currently held. |
|
The date the bill was sent to the customer. |
|
|
|
How many charges have been reversed after the close date. |
|
Requesting this field generates a temporary URL at which bill is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). This field can raise an error with errorClass NOT_FOUND if the bill document has not been created/issued yet. This field is deprecated use 'attachments' field instead. |
|
Deprecated The 'temporaryUrl' field is deprecated. |
|
|
The date of the bill is covered to. |
|
The total amounts for all charges on the invoice. |
|
The total amounts for all credits on the invoice. |
|
The sum of all previous payments made that are included towards this invoice. |
|
Transactions on the given billing document. |
Arguments
When provided, only entries that are linked to that ledger are returned.
The order in which to return the transactions.
Include only these specific transaction types in the result. |
|
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"fromDate": "2014-11-11",
"grossAmount": 85,
"id": "85501573",
"identifier": "41415938",
"isAnnulled": true,
"isHeld": true,
"issuedDate": "1999-04-19",
"representations": BillRepresentationConnectionTypeConnection,
"reversalsAfterClose": "ALL",
"toDate": "2014-11-29",
"totalCharges": InvoiceTotalType,
"totalCredits": InvoiceTotalType,
"totalPayments": 46,
"transactions": BillTransactionConnectionTypeConnection
}
JoinConsumerDevice
('Triggers the orchestration to join the PPMID, IHD, CAD or Alt HAN device to the ESME, GSME, GPF and/or CHF. This should be called after a meter has been commissioned.',)
Fields
| Name | Description |
|---|---|
|
The reference of the join PPMID, IHD, CAD or Alt HAN request in Kraken. |
Example
{
"requestReference": "natural-low-trouble-stock-act"
}
JoinDeviceToNetwork
Send a request to the DCC to join a smart device to a HAN (Home Area Network).
Fields
| Name | Description |
|---|---|
|
Example
{
"requestReference": "list-woman-return-western-political"
}
JoinOctoplusCampaign
Sign an account up to Octoplus.
Fields
| Name | Description |
|---|---|
|
Outcome of the Octoplus enrollment. |
|
Returns mutation success. |
|
Deprecated The 'success' field is deprecated. |
|
Example
{
"outcome": EnrolmentOutcome
}
JoinSupplierAcceptTermsAndConditions
Accept terms and conditions for a join supplier process.
Fields
| Name | Description |
|---|---|
|
Indicator that the mutation has completed successfully. |
Example
{
"success": true
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 55,
"edges": [JoinSupplierLedgerAssignmentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 21
}
JoinSupplierLedgerAssignmentConnectionTypeEdge
A Relay edge containing a JoinSupplierLedgerAssignmentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "officer-thought-leave-black-computer",
"node": JoinSupplierLedgerAssignmentType
}
JoinSupplierLedgerAssignmentType
A ledger with its associated supply points.
Multiple supply points may be assigned to the same ledger. This type groups them for convenient querying.
Fields
| Name | Description |
|---|---|
|
The ledger name. |
|
The ledger number. |
|
The supply points associated with the ledger. |
|
The ledger type. |
Example
{
"ledgerName": "since-new-perhaps-reach-mission",
"ledgerNumber": "couple-race-marriage-sit-while",
"ledgerSupplyPoints": [LedgerSupplyPointType],
"ledgerType": "single-six-fall-someone-fear"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 25,
"edges": [JoinSupplierProcessConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 24
}
JoinSupplierProcessConnectionTypeEdge
A Relay edge containing a JoinSupplierProcessConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "listen-girl-despite-conference-including",
"node": JoinSupplierProcessType
}
Fields
| Name | Description |
|---|---|
|
Affiliate link for the join supplier journey. |
|
The note associated with this join supplier process data. |
|
Unique identifier for the offer group. |
|
The payment schedule details chosen for this join supplier journey. |
|
When the journey was requested. |
|
Sales channel. |
|
Sales subchannel. |
|
Reference to the stored payment method details. |
|
The supply point context data. |
Example
{
"affiliateLink": AffiliateLinkType,
"note": "surface-suddenly-time-attorney-analysis",
"offerGroupIdentifier": "92828714",
"paymentScheduleData": PaymentScheduleDataType,
"requestedAt": "2018-06-17T20:26:59.678984+00:00",
"salesChannel": "second-word-fight-growth-indicate",
"salesSubchannel": "human-seven-marriage-manager-team",
"storedPaymentMethodDetailsReference": "enough-perform-girl-animal-chair",
"supplyPointContexts": SupplyPointContextDataInterface
}
JoinSupplierProcessType
Represents a Join Supplier process.
Fields
| Name | Description |
|---|---|
|
Contract identifiers associated with this join supplier process. |
|
The current process data associated with the Join Supplier process. |
|
The ID or the primary key of the lifecycle process. |
|
The ledgers associated with the supply points in the process. |
|
The unique identifier of the process. |
|
Current stage of the join supplier journey. |
|
The status of the process. |
|
The subtype of the process. |
|
The supply points associated with the process. |
Example
{
"contractIdentifiers": "fill-along-product-southern-bad",
"currentProcessData": JoinSupplierProcessDataType,
"id": "84588155",
"ledgerAssignments": JoinSupplierLedgerAssignmentConnectionTypeConnection,
"number": "old-memory-contain-I-out",
"stage": "language-law-man-fill-lot",
"status": "PENDING",
"subtype": "build-base-his-base-he",
"supplyPoints": SupplyPointConnectionTypeConnection
}
Fields
| Name | Description |
|---|---|
|
The unique identifier for the sales record. |
|
The opportunity code associated with the sales record. |
Example
{
"identifier": "39814570",
"opportunityNumber": "information-be-such-help-recognize"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
The third party that provides control over this device. |
|
Maximum state of charge (SoC) limit telemetry. |
|
|
|
|
|
The reason for the most recent failed test dispatch (if any). |
|
|
|
|
|
Example
{
"chargePointMake": "ball-safe-develop-away-night",
"chargePointModel": "control-third-two-billion-despite",
"chargePointPowerInKw": "1.0",
"createdAt": "2017-05-22T01:27:21.655540+00:00",
"hasToken": true,
"krakenflexDeviceId": "81321076",
"provider": "BMW_GROUP",
"stateOfChargeLimit": StateOfChargeLimit,
"status": "lay-form-draw-American-theory",
"suspended": true,
"testDispatchFailureReason": "NONE",
"vehicleBatterySizeInKwh": "1.0",
"vehicleMake": "life-suffer-experience-leave-question",
"vehicleModel": "court-fish-seven-night-financial"
}
Fields
| Name | Description |
|---|---|
|
The name of the affiliate organisation associated with the sales record. |
|
The unique identifier for the sales record. |
|
The sales channel associated with the sales record. |
Example
{
"affiliateOrganisationName": "us-good-southern-for-marriage",
"identifier": "53333876",
"salesChannel": "data-forget-heavy-claim-majority"
}
KrakenVersionType
Information about what version of Kraken is being executed by this service.
Fields
| Name | Description |
|---|---|
|
Whether this version is pinned to a specific version. |
|
The version number that is being executed. |
|
The git commit SHA that is being executed. |
Example
{
"isPinned": true,
"number": "including-foot-set-focus-character",
"SHA": "lay-recently-around-view-case"
}
LatePaymentFeesType
Represents later payment fees to be applied in a contract.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The flat fee amount for late payment. |
|
The identifier of the term. |
|
The interest policy to use for late payment fee calculations. |
|
Whether the term is variable. |
|
The percentage fee for late payment. |
|
The interval in days for the percentage fee (1=daily, 7=weekly, 30=monthly, 365=yearly). |
|
The type of the term. |
Example
{
"description": "item-enough-put-upon-development",
"displayName": "soldier-consumer-result-door-run",
"flatFeeAmount": 82,
"identifier": "28066184",
"interestPolicyName": "nature-return-college-management-affect",
"isVariable": true,
"percentageFee": "1.0",
"percentageIntervalDays": 75,
"type": "almost-chair-serious-use-during"
}
Fields
| Name | Description |
|---|---|
|
Affiliate organization assigned to this lead. |
|
Deprecated The 'assignedToOrganization' field is deprecated. |
|
|
The identifier of the team the lead is assigned to. |
|
Deprecated The 'assignedToTeamIdentifier' field is deprecated. |
|
|
The identifier of the user the lead is assigned to. |
|
Deprecated The 'assignedToUserIdentifier' field is deprecated. |
|
|
The username of the user the lead is assigned to. |
|
Deprecated The 'assignedToUsername' field is deprecated. |
|
|
The contacts for the lead. |
Arguments
Input fields for retrieving contacts. |
|
|
The type of the lead. |
|
National Identifier of the lead. |
|
Lead number. |
|
List of opportunities for the lead. |
Arguments
Input fields for retrieving opportunities. |
|
|
The sales channel that this lead was captured by. |
|
Deprecated The 'salesChannel' field is deprecated. |
|
|
The sales funnel this lead is in. |
|
The current stage of the sales funnel that this lead is in. |
Example
{
"contacts": [LeadContactDetailsType],
"leadType": "law-sometimes-realize-help-candidate",
"nationalId": "29823067",
"number": "best-majority-think-style-particularly",
"opportunities": [OpportunityOutput],
"salesFunnel": SalesFunnel,
"stage": SalesFunnelStage
}
Fields
| Name | Description |
|---|---|
|
List of block list hits found. |
|
Indicates if the block list validation passed. |
Example
{
"blockListHits": "machine-sort-charge-very-price",
"valid": true
}
Fields
| Name | Description |
|---|---|
|
List of consents for the contact. |
|
The address of the contact. |
|
The email address of the contact. |
|
The family name of the contact. |
|
The given name of the contact. |
|
The phone number of the contact. |
|
The preferred language of the contact as an ISO code (e.g. 'es-es'). |
|
The roles of the contact. |
Example
{
"consents": [ConsentOutput],
"contactAddress": RichAddressType,
"email": "point-television-relate-free-all",
"familyName": "Lawson",
"givenName": "Patrick",
"phoneNumber": "about-head-film-owner-point",
"preferredLanguage": "another-computer-cell-later-soon",
"roles": "LEGAL_CONTACT"
}
Fields
| Name | Description |
|---|---|
|
The ID of the lead. |
|
Deprecated The 'leadId' field is deprecated. |
|
|
The number of the lead. |
Example
{
"number": "kind-author-half-discussion-green"
}
Fields
| Name | Description |
|---|---|
|
Lead's linked account number. |
|
The affiliate's name this opportunity is assigned to. |
|
Deprecated The 'assignedToAffiliateNumber' field is deprecated. |
|
|
Team assigned to this lead. |
|
Deprecated The 'assignedToTeam' field is deprecated. |
|
|
The identifier of the team assigned to this lead. |
|
Deprecated The 'assignedToTeamIdentifier' field is deprecated. |
|
|
User assigned to this lead. |
|
Deprecated The 'assignedToUser' field is deprecated. |
|
|
The identifier of the user assigned to this lead. |
|
Deprecated The 'assignedToUserIdentifier' field is deprecated. |
|
|
Lead billing address. |
|
Deprecated The 'billingAddress' field is deprecated. |
|
|
Lead billing name. |
|
Deprecated The 'billingName' field is deprecated. |
|
|
Lead billing rich address. |
|
Deprecated The 'billingRichAddress' field is deprecated. |
|
|
Lead brand. |
|
The contacts for the lead. |
Arguments
Input fields for filtering contacts. |
|
|
Lead account holder email. |
|
Extra details about the lead as key/value pairs. |
|
Extra details about the lead. |
|
Deprecated The 'extraDetails' field is deprecated. |
|
|
Lead legal family name. |
|
The lead funnel this lead is in. |
|
Lead legal given name. |
|
Lead ID. |
|
The type of the lead. |
|
National Identifier of the lead. |
|
Lead number. |
|
Lead account holder phone number. |
|
Lead sales channel. |
|
Deprecated The 'salesChannel' field is deprecated. |
|
|
Current stage in a funnel. |
Example
{
"accountNumber": "A-FDDAEEB1",
"brand": "rule-player-sound-share-hold",
"contacts": [LeadContactDetailsType],
"email": "listen-year-ground-debate-southern",
"extraDetailItems": [ExtraDetail],
"familyName": "Jackson",
"funnel": SalesFunnel,
"givenName": "Jennifer",
"leadId": "61070861",
"leadType": "huge-book-his-card-about",
"nationalId": "72532826",
"number": "of-institution-education-wish-allow",
"phoneNumber": "information-apply-hear-agree-mind",
"stage": "quite-anyone-Democrat-gun-beat"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
LeadsEdge
A Relay edge containing a Leads and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "able-rock-laugh-focus-once",
"node": Lead
}
LeadsFileAttachmentDownloadPresignedUrlType
Metadata returned when generating a pre-signed download URL for a leads file attachment.
Fields
| Name | Description |
|---|---|
|
The pre-signed S3 download URL. |
Example
{
"preSignedUrl": "maybe-control-team-prevent-find"
}
LeadsFileAttachmentPresignedPostType
Metadata returned when generating a pre-signed post URL for a leads file attachment.
Fields
| Name | Description |
|---|---|
|
The S3 bucket. |
|
The fields to be included in the pre-signed post. |
|
The S3 bucket key. |
|
The pre-signed S3 URL. |
Example
{
"bucket": "movement-tax-science-show-paper",
"fields": {"key": "value"},
"key": "network-success-themselves-crime-half",
"preSignedUrl": "admit-miss-together-indicate-small"
}
Fields
| Name | Description |
|---|---|
|
Supply point identifier. |
|
Market code of the supply point. |
Example
{
"externalIdentifier": "45331631",
"marketName": "range-society-bag-hold-investment"
}
Fields
| Name | Description |
|---|---|
|
The lead number. |
Example
{
"number": "describe-write-so-cost-couple"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 72,
"edges": [LeavePropertyProcessConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 3
}
LeavePropertyProcessConnectionTypeEdge
A Relay edge containing a LeavePropertyProcessConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "month-alone-head-involve-worker",
"node": LeavePropertyProcessType
}
LeavePropertyProcessType
Represents a Leave Property process.
Fields
| Name | Description |
|---|---|
|
The ID or the primary key of the lifecycle process. |
|
The status of the process. |
|
The supply points associated with the process. |
Example
{
"id": "54057232",
"status": "PENDING",
"supplyPoints": SupplyPointConnectionTypeConnection
}
LeaveSupplierCancelled
Output of a LeaveSupplier journey cancellation.
Fields
| Name | Description |
|---|---|
|
The message to display to the user on cancellation. |
Example
{
"message": "compare-writer-story-practice-generation"
}
LeaveSupplierInstigated
Termination was successfully initiated.
Fields
| Name | Description |
|---|---|
|
The ID of the newly created or existing leave supplier process. |
|
Deprecated The 'leaveSupplierProcessId' field is deprecated. |
|
|
The message to display to the user on termination initiation. |
|
The number of the newly created or existing leave supplier process. |
Example
{
"message": "yard-cause-wish-scene-deal",
"number": "58176234"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 89,
"edges": [LeaveSupplierProcessConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 26
}
LeaveSupplierProcessConnectionTypeEdge
A Relay edge containing a LeaveSupplierProcessConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "where-down-service-realize-view",
"node": LeaveSupplierProcessType
}
LeaveSupplierProcessType
Represents a Leave Supplier process. Conceptually, it contains information related to supply points that are associated with a Leave Supplier journey.
Fields
| Name | Description |
|---|---|
|
The ID or the primary key of the lifecycle process. |
|
The unique identifier of the process. |
|
Current stage of the leave supplier journey. |
|
The status of the process. |
|
The subtype of the process. |
|
The supply points associated with the process. |
Example
{
"id": "30876620",
"number": "deep-several-include-computer-game",
"stage": "short-oil-popular-close-art",
"status": "PENDING",
"subtype": "player-media-less-phone-part",
"supplyPoints": SupplyPointConnectionTypeConnection
}
LeaveSupplierReversed
Output of a LeaveSupplier journey reversal.
Fields
| Name | Description |
|---|---|
|
The message to display to the user on reversal. |
Example
{
"message": "hot-region-beautiful-relate-front"
}
LeaveSupplierUpdated
Leave supplier was successfully updated.
Fields
| Name | Description |
|---|---|
|
The message to display to the user on leave supplier update. |
Example
{
"message": "mind-put-table-feel-must"
}
Fields
| Name | Description |
|---|---|
|
The total amount of delinquent debt for this ledger (in minor currency units, e.g. pence/cents). A value of 0 means the ledger has no delinquent debt. Null if the status is not OK. |
|
The ledger number. |
|
The status of the debt position for this ledger. OK means the delinquent_debt_amount is available and accurate. UNAVAILABLE means the position could not be determined. |
Example
{
"delinquentDebtAmount": 80,
"ledgerNumber": "letter-too-Republican-pressure-agent",
"status": "OK"
}
Fields
| Name | Description |
|---|---|
|
Supply point external identifier. Empty string if not set. |
|
Market name for the supply point. |
Example
{
"externalIdentifier": "40263104",
"marketName": "skill-machine-generation-dog-create"
}
LedgerType
Ledgers provide the foundation of Kraken’s bookkeeping functionality. Similar to a bank account, they allow us to keep track of financial activity on a particular Kraken account.
Fields
| Name | Description |
|---|---|
|
Whether payments can be posted onto this ledger. |
|
Whether this ledger's balance contributes to the account's balance. |
|
The charged supply agreements of the ledger. |
|
The amount owed from the customer perspective. A positive value implies the customer owes the business, while a negative amount implies the customer is in credit. |
|
The current balance on the ledger in minor units of currency. |
|
The active billing trigger configuration for the ledger. The possible errors that can be raised are:
|
|
Permissions data for credit transfers involving the given ledger. |
|
True if the current direct debit instruction has been invalidated by vendor. False otherwise. |
|
The debt ledger assigned to this ledger. |
|
|
|
Deprecated The 'ledgerId' field is deprecated. |
|
|
An invoice is a bill that contains individual transactions (i.e. charges, credits, payments, and repayments). These may come from any period of time. |
|
Arguments |
|
|
The ledger type code. |
|
The display name of the ledger. |
|
The canonical name of the ledger. |
|
|
|
The customer's preferred payment method at a point in time. The possible errors that can be raised are:
|
Arguments
The time at which to know the payment preference. |
|
|
The customer's preferred payment methods. |
|
Payments with non-concluded re-presentation. |
|
Refund requests for a given ledger. |
|
Repayment requests for a given ledger. |
|
A statement is a billing document that contains all entries on a ledger during a period of time. A customer can understand how their ledger's balance has changed by looking at each statement in series. |
|
Is it possible for this ledger to contain invoices. |
|
Is it possible for this ledger to contain statements. |
|
Transactions on the given ledger. |
Arguments
Optional date representing the beginning of the postedDate range filter. This date value is inclusive.
The order in which to return the transactions.
Optional date representing the end of the postedDate range filter. This date value is exclusive.
Include only these specific transaction types in the result. |
|
|
The usable payment instructions for this ledger. |
Example
{
"acceptsPayments": true,
"affectsAccountBalance": true,
"agreements": AgreementConnection,
"amountOwedByCustomer": 24,
"balance": 92,
"billingTriggerConfiguration": BillingTriggerConfiguration,
"creditTransferPermissionsData": CreditTransferPermissionsDataType,
"currentDirectDebitInstructionInvalidatedWithVendor": true,
"debtLedger": LedgerType,
"invoices": InvoiceBillingDocumentConnectionTypeConnection,
"ledgerType": "important-character-piece-read-simply",
"name": "participant-wall-financial-month-key",
"number": "how-impact-listen-bag-design",
"paymentAdequacy": PaymentAdequacyDetailsType,
"paymentPreferenceAtTime": PreferredInstruction,
"paymentPreferences": PaymentPreferenceConnectionTypeConnection,
"paymentsWithNonConcludedRePresentation": PaymentWithNonConcludedRePresentationConnectionTypeConnection,
"refundRequests": RefundRequestConnectionTypeConnection,
"repaymentRequests": RepaymentRequestConnectionTypeConnection,
"statements": StatementBillingDocumentConnectionTypeConnection,
"supportsInvoices": true,
"supportsStatements": true,
"transactions": TransactionConnectionTypeConnection,
"usablePaymentInstructions": PaymentInstructionConnectionTypeConnection
}
LegacyItemProfileType
Represents the characteristics and configuration of an ordered item.
Fields
| Name | Description |
|---|---|
|
The characteristic values for this item profile. |
Example
{
"characteristics": {"key": "value"}
}
LegacyOrderDetailsType
Represents the details of an Order.
Fields
| Name | Description |
|---|---|
|
The order details. The possible errors that can be raised are:
|
|
The resources associated with the order. The possible errors that can be raised are:
|
|
The current status of the order. The possible errors that can be raised are:
|
Example
{
"order": LegacyOrderType,
"resources": [LegacyOrderResource],
"status": "PENDING"
}
LegacyOrderItemType
Represents an item being ordered.
Fields
| Name | Description |
|---|---|
|
The code identifying the item. |
|
Market-specific data for the item. |
|
The profile containing characteristics of the item. |
Example
{
"code": "more-here-politics-show-total",
"marketData": {"key": "value"},
"profile": LegacyItemProfileType
}
LegacyOrderLineDateRangeType
Represents a period defined by specific start and end dates.
Fields
| Name | Description |
|---|---|
|
The end date and time of the period. Null indicates an infinite/rolling period. |
|
The start date and time of the period. |
Example
{
"end": "1996-01-01T13:31:31.477844+00:00",
"start": "2020-08-19T13:09:15.286364+00:00"
}
LegacyOrderLineDurationType
Represents a period defined by duration in seconds.
Fields
| Name | Description |
|---|---|
|
The duration in seconds. |
Example
{
"duration": 850.7
}
LegacyOrderLineType
Represents a line item in an order.
Fields
| Name | Description |
|---|---|
|
The item being ordered. |
|
The period for which this order line is valid. Can be a range or a duration. |
|
The target customer for this order line. |
|
The terms applicable to this order line. |
Example
{
"item": LegacyOrderItemType,
"period": LegacyOrderLineDateRangeType,
"target": AccountType,
"terms": TermInterface
}
LegacyOrderResource
Represents a resource associated with an order.
Fields
| Name | Description |
|---|---|
|
The unique identifier of the resource. |
|
The type of the resource. |
Example
{
"resourceIdentifier": "80082191",
"resourceType": "land-meet-us-cut-job"
}
LegacyOrderType
Represents an order in the system.
Fields
| Name | Description |
|---|---|
|
The customer who placed the order. |
|
Unique identifier for the order. |
|
The order lines in this order. |
|
The date and time when the order was placed. |
|
The sales record associated with this order, if any. |
|
The source offering that generated this order. |
|
The terms applicable to this order. |
Example
{
"customer": AccountType,
"identifier": "88435156",
"lines": [LegacyOrderLineType],
"orderedAt": "2002-07-03T06:27:40.094619+00:00",
"sale": ExternalSalesInfoType,
"source": "hospital-American-thing-drop-debate",
"terms": TermInterface
}
LegacyProcessOrderOutput
Output type for the result of processing an order.
Fields
| Name | Description |
|---|---|
|
The unique identifier of the processed order. |
|
The resources associated with the processed order. |
|
The status of the order processing. |
Example
{
"identifier": "81412836",
"resources": [LegacyOrderResource],
"status": "PENDING"
}
Fields
| Name | Description |
|---|---|
|
List of JoinSupplierProcess for an account. |
|
List of LeavePropertyProcess for an account. |
|
List of LeaveSupplierProcess for an account. |
|
List of OccupyPropertyProcess for an account. |
Example
{
"joinSupplierProcesses": JoinSupplierProcessConnectionTypeConnection,
"leavePropertyProcesses": LeavePropertyProcessConnectionTypeConnection,
"leaveSupplierProcesses": LeaveSupplierProcessConnectionTypeConnection,
"occupyPropertyProcesses": OccupyPropertyProcessConnectionTypeConnection
}
LifecycleType
Represents the lifecycle of an offering.
Fields
| Name | Description |
|---|---|
|
DateTime when the offering was activated. |
|
Unique lifecycle code. |
|
Maximum version number reached. |
|
Identifier of the previous version of this offering. |
|
Current status of the offering. |
|
Current version of the offering. |
Example
{
"activatedAt": "1986-07-05T00:11:55.628167+00:00",
"code": "fast-remain-unit-culture-consumer",
"maxVersion": 67,
"previousOffering": "91316043",
"status": "DRAFT",
"version": 10
}
LineCommonError
A base error type. Should be used for general application or lower level errors.
Fields
| Name | Description |
|---|---|
|
The field that for which this error should be associated. |
|
The error message to display to the user. |
Example
{
"field": "hit-include-quickly-campaign-order",
"message": "its-person-think-hospital-product"
}
LineEmoji
A LINE specific emoji object. refs: https://developers.line.biz/en/reference/messaging-api/#text-message
Fields
| Name | Description |
|---|---|
|
The emoji id. |
|
The location of the emoji in the message. |
|
The length of the emoji string placeholder. |
|
The product id. |
Example
{
"emojiId": "50604139",
"index": 66,
"length": 60,
"productId": "49944103"
}
LineItemConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
Example
{
"edges": [LineItemEdge],
"pageInfo": PageInfo
}
LineItemEdge
A Relay edge containing a LineItem and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "administration-thank-beat-popular-treatment",
"node": LineItemType
}
LineItemType
A record of spend on consumption between two points in time.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"endAt": "2006-05-11T14:05:47.701182+00:00",
"itemType": "always-occur-hope-radio-grow",
"netAmount": "1.0",
"numberOfUnits": "1.0",
"settlementUnit": "door-then-early-attorney-fill",
"startAt": "1985-05-10T11:41:41.078594+00:00"
}
LineLinkRedirectResponse
Link Successful. Complete link process with LINE.
Fields
| Name | Description |
|---|---|
|
Example
{
"redirectUrl": "buy-west-conference-education-artist"
}
Fields
| Name | Description |
|---|---|
|
Keywords describing the sticker. |
|
Sticker package id. |
|
Sticker resource type. |
|
Sticker id. |
|
Text used to customize some stickers. |
Example
{
"keywords": "real-popular-pull-try-interview",
"packageId": "73420159",
"resourceType": "family-machine-writer-which-unit",
"stickerId": "94886562",
"text": "wrong-ten-citizen-whatever-score"
}
Fields
| Name | Description |
|---|---|
|
The display content. |
|
The emojis in the message. |
Example
{
"displayContent": "every-stage-value-magazine-once",
"emojis": [LineEmoji]
}
Fields
| Name | Description |
|---|---|
|
Example
{
"message": "could-recently-hold-threat-over"
}
LinkAccountToBusiness
Link an account to a business.
Fields
| Name | Description |
|---|---|
|
The business the account was linked to. |
Example
{
"business": BusinessType
}
LinkActionType
An action which navigates to any URL.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the object. |
|
The name of the object's type. |
|
The name of the action object's type. |
|
The URL to navigate to. |
Example
{
"id": "13418276",
"typename": "significant-population-study-education-that",
"typeName": "able-surface-if-represent-site",
"url": "nor-themselves-run-yeah-agent"
}
LinkTokenNotFound
Returned when no LineAccountLink record matching the parameters exists.
Fields
| Name | Description |
|---|---|
|
The type of error that occurred. |
Example
{
"type": "NO_MATCHING_LINE_LINK"
}
Fields
| Name | Description |
|---|---|
|
The combined average montly cost for all markets based on usage. |
|
Suggested temporary adjustment to ongoing usage amount to cover debt or overpayment. |
|
Breakdown of customer's estimated or real usage per market and per month. |
|
The balance the ledger has at the time of review. |
|
The amount the customer is paying monthly at the time of the review. |
|
The date that we used to calculate the review of the ledger. |
|
The suggested monthly payment amount in minor currency following the payment adequacy review. |
|
The balance we expect the ledger to have at the end period of the review. |
Example
{
"averageMonthlyCharge": 21,
"balanceAdjustment": 37,
"consumption": ConsumptionBreakdownConnectionTypeConnection,
"currentBalance": 5,
"existingMonthlyAmount": 76,
"reviewedOn": "1973-06-05",
"suggestedNewMonthlyAmount": 41,
"targetBalance": 49
}
Fields
| Name | Description |
|---|---|
|
How much balance we expect the account to have at this time of year. |
|
Breakdown of customer's usage per source and per month. |
|
The suggested monthly payment amount in pence following the payment adequacy review. |
|
The date that we used to calculate the review of the account. |
|
How much balance we expect the account to have at this time of year. |
Example
{
"currentBalance": 20,
"estimatedConsumption": [ConsumptionBreakdown],
"recommendedPayment": PaymentBreakdown,
"reviewedOn": "1993-09-27",
"targetBalance": 46
}
Fields
| Name | Description |
|---|---|
|
The property ID of the location. |
Example
{
"propertyId": "16920277"
}
LoyaltyCardType
A loyalty card.
Fields
| Name | Description |
|---|---|
|
|
|
The number of the loyalty card. |
|
The scheme of the loyalty card. |
|
The status of the loyalty card. |
Example
{
"id": "38842847",
"number": "forget-add-form-me-up",
"scheme": "fine-east-foot-whose-car",
"status": "always-majority-drug-strong-back"
}
LoyaltyPointLedgerEntryType
A Loyalty Point ledger entry.
Fields
| Name | Description |
|---|---|
|
The account number associated with the entry. |
|
Equal to the |
|
Equal to the |
|
|
|
A unique idempotency key for the operation. |
|
The |
|
The date the points were added to the ledger. |
|
The reason the entry was being added. |
|
The value of the charge or credit. |
Example
{
"accountNumber": "A-F9685CC8",
"balanceBroughtForward": "challenge-play-officer-can-ready",
"balanceCarriedForward": "prepare-central-role-deal-type",
"id": "25399295",
"idempotencyKey": "efb5cbee-dd9d-4285-a188-b29dba9a035c",
"ledgerType": "no-then-east-mission-computer",
"postedAt": "1994-04-04T20:55:32.149362+00:00",
"reasonCode": "find-protect-example-little-picture",
"value": "then-tree-need-sit-happy"
}
Fields
| Name | Description |
|---|---|
|
Whether the account is eligible to join the loyalty points program. |
|
The primary reason for ineligibility, if any. |
Example
{
"isEligible": true,
"primaryIneligibilityReason": "speak-them-smile-side-what"
}
MarketSupplyQuotedProductConnectionTypeConnection
Pagination for quoted products.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 53,
"edges": [MarketSupplyQuotedProductConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 53
}
MarketSupplyQuotedProductConnectionTypeEdge
A Relay edge containing a MarketSupplyQuotedProductConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "large-someone-particular-would-cell",
"node": MarketSupplyQuotedProductType
}
MarketSupplyQuotedProductType
A product quoted for a supply point.
Fields
| Name | Description |
|---|---|
|
A JSON object containing client parameters on the quoted product. |
|
|
|
The product associated with the quoted product. |
|
Example
{
"clientParams": {"key": "value"},
"id": "32810953",
"product": SupplyProductType,
"wasSelected": true
}
MarketSupplyQuotedSupplyPointConnectionTypeConnection
Pagination for quoted supply points.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 34,
"edges": [MarketSupplyQuotedSupplyPointConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 28
}
MarketSupplyQuotedSupplyPointConnectionTypeEdge
A Relay edge containing a MarketSupplyQuotedSupplyPointConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "hold-soldier-young-value-trial",
"node": MarketSupplyQuotedSupplyPointType
}
MarketSupplyQuotedSupplyPointType
A supply point quoted as part of a quote request.
Fields
| Name | Description |
|---|---|
|
A JSON object containing client parameters on the quoted product. |
|
The ID of the quoted supply point. |
|
The identifier of the quoted supply point, if one exists. |
|
The market this supply point belongs to. |
|
Details of all products quoted for this supply point. |
|
The supply point being quoted. |
Example
{
"clientParams": {"key": "value"},
"id": "47916644",
"identifier": "33909390",
"marketName": "rule-summer-trip-against-speech",
"quotedProducts": MarketSupplyQuotedProductConnectionTypeConnection,
"supplyPoint": SupplyPointType
}
MarketSupplyQuoteRequestType
A quote request.
Fields
| Name | Description |
|---|---|
|
|
|
The code of the created quote. |
|
List of quoted supply points. |
|
|
|
List of terms and conditions applicable to the quote. |
Example
{
"acceptedAt": "1979-11-01T19:47:02.808937+00:00",
"code": "one-cost-pick-north-process",
"quotedSupplyPoints": MarketSupplyQuotedSupplyPointConnectionTypeConnection,
"requestedAt": "2002-04-05T19:58:27.864314+00:00",
"termsAndConditions": TermsAndConditionsConnectionTypeConnection
}
MarkPrintBatchAsProcessed
Mark a closed print batch as processed.
Fields
| Name | Description |
|---|---|
|
Example
{
"printBatch": PrintBatchType
}
MasqueradeAuthentication
Provide a temporary token to get an auth token. This is intended to allow support users to view customer data through the brand interface.
Fields
| Name | Description |
|---|---|
|
A list of any errors that occurred while running this mutation. |
|
A Kraken Token that can be used to authenticate to the API, masquerading as the desired user. |
Example
{
"errors": [ErrorType],
"token": "soon-long-work-meet-service"
}
Fields
| Name | Description |
|---|---|
|
The maximum amount available to be requested as a refund. |
|
The reason why a specific amount is the maximum available to be requested as a refund. |
|
The recommended minimum balance an account should have when asking for a refund. |
Example
{
"amount": 86,
"reasonToRecommendAmount": "MAX_AVAILABLE_AMOUNT",
"recommendedBalance": 14
}
Fields
| Name | Description |
|---|---|
|
First line of the installation address. |
|
Second line of the installation address. |
|
Third line of the installation address. |
|
The MCS certificate number. |
|
Date the installation was commissioned. |
|
County code. |
|
Human-readable county name. |
|
Date the certificate was created. |
|
Declared net capacity in kW. |
|
DNO notification compliance code. |
|
Human-readable DNO notification compliance description. |
|
Estimated annual generation in kWh. |
|
Last generation meter reading. |
|
Serial number of the generation meter. |
|
Installation type value. |
|
Human-readable installation type description. |
|
The import MPAN associated with the installation. |
|
Postcode of the installation address. |
|
Status code of the installation. |
|
Human-readable status description. |
|
Technology type code. |
|
Human-readable technology type description. |
|
Total installed capacity in kW. |
Example
{
"addressLine1": "information-maybe-region-father-have",
"addressLine2": "read-interview-measure-real-many",
"addressLine3": "tough-security-back-or-history",
"certificateNumber": "worker-executive-drop-whole-son",
"commissioningDate": "2000-03-13",
"county": 94,
"countyDescription": "section-worry-dark-per-front",
"createdDate": "1984-02-01T20:18:06.933531+00:00",
"declaredNetCapacity": 810.89,
"dnoNotificationCompliance": 1,
"dnoNotificationComplianceDescription": "fall-score-world-conference-quite",
"estimatedAnnualGeneration": 375.57,
"generationMeterReading": "eight-scientist-she-form-food",
"generationMeterSerialNumber": "reflect-case-away-data-interest",
"installationType": "cup-turn-media-line-speech",
"installationTypeDescription": "might-serve-available-practice-ahead",
"mpan": "brother-evidence-toward-whole-arrive",
"postcode": "he-deal-store-argue-put",
"status": 72,
"statusDescription": "result-network-step-hand-country",
"technology": 72,
"technologyDescription": "hotel-soldier-clearly-choose-hear",
"totalCapacity": 129.42
}
MeasurementConnection
Pagination for measurements.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 32,
"edges": [MeasurementEdge],
"pageInfo": PageInfo,
"totalCount": 76
}
MeasurementEdge
A Relay edge containing a Measurement and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "cut-food-window-unit-idea",
"node": MeasurementInterface
}
Fields
| Name | Description |
|---|---|
|
Extras relating to the parent measurement node. |
|
Statistics relating to the parent measurement node. |
|
The source information relating to the parent measurement node. |
Example
{
"extras": [ExtrasOutput],
"statistics": [StatisticOutput],
"utilityFilters": ElectricityFiltersOutput
}
Fields
| Name | Description |
|---|---|
|
This type will return more granular data about the measurement. |
|
The datetime the measurement was taken. |
|
The data source of the measurement. |
|
The unit of the measurement. |
|
The value of the measurement. |
Example
{
"metaData": MeasurementsMetadataOutput,
"readAt": "2019-02-02T04:45:58.220286+00:00",
"source": "wall-expect-home-whom-interesting",
"unit": "whose-cold-environment-modern-here",
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
The account associated with this transactional message. |
|
The account user associated with this transactional message. |
|
The channel that the message was sent through. |
|
The date/time that Kraken dispatched the message to the vendor. |
|
The date/time that the message was confirmed as having failed to send. |
|
The ID of the transactional message. |
Example
{
"account": AccountType,
"accountUser": AccountUserType,
"channel": "EMAIL",
"dispatchedAt": "2009-10-15T20:06:45.921163+00:00",
"failedAt": "2005-02-08T20:32:26.494589+00:00",
"id": "90818207"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 57,
"edges": [MessageEdge],
"pageInfo": PageInfo,
"totalCount": 23
}
MessageEdge
A Relay edge containing a Message and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "million-stuff-tough-month-dream",
"node": Message
}
Fields
| Name | Description |
|---|---|
|
The key for the metadata. |
|
The metadata value. |
Example
{
"key": "look-him-field-trip-officer",
"value": {"key": "value"}
}
MeterReadingEstimationReadingConnection
Paginator for estimations of meter readings.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 62,
"edges": [MeterReadingEstimationReadingEdge],
"pageInfo": PageInfo,
"totalCount": 8
}
MeterReadingEstimationReadingEdge
A Relay edge containing a MeterReadingEstimationReading and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "strategy-pay-charge-floor-may",
"node": MeterReadingEstimationReadingType
}
Fields
| Name | Description |
|---|---|
|
The algorithm used for the estimation. |
|
The end date of the reading interval. |
|
The start date of the reading interval. |
|
Denotes if the reading was estimated. |
|
The value of the reading. |
Example
{
"estimatedByAlgorithm": "resource-when-may-these-yeah",
"intervalEnd": "1992-07-24T11:37:00.222320+00:00",
"intervalStart": "1996-02-06T10:38:12.729741+00:00",
"isNewlyEstimated": true,
"value": "1.0"
}
Fields
| Name | Description |
|---|---|
|
The type of MFA device. |
|
Whether the MFA device is confirmed or not. |
Example
{
"deviceType": "main-family-body-house-minute",
"isConfirmed": true
}
MinimumContractLengthType
Represents the minimum term of a contract.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The minimum length of the contract. |
|
The type of the term. |
|
The unit of time for the contract length. |
Example
{
"description": "explain-place-per-conference-drive",
"displayName": "nation-century-office-moment-subject",
"identifier": "18794023",
"isVariable": true,
"length": 18,
"type": "traditional-something-he-teacher-within",
"unitOfTime": "serve-hotel-where-street-decade"
}
ModelYearRange
Range of model years supported for a device model.
If end year is null, all years after start year are supported.
Fields
| Name | Description |
|---|---|
|
Latest year model is supported. If null, all years after start year are supported. |
|
Earliest year model is supported. |
Example
{
"endYear": 54,
"startYear": 73
}
Fields
| Name | Description |
|---|---|
|
|
|
The ISO-4217 code for the currency. |
Example
{
"amount": "1.0",
"currency": "hospital-hour-offer-must-question"
}
MoveToBucket
The possible errors that can be raised are:
- KT-CT-7612: The Ink conversation was not found.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
The conversation that was moved to the bucket. |
Example
{
"conversation": InkConversation
}
Fields
| Name | Description |
|---|---|
|
Identifier for meter point. |
|
List of available products for the meter point. |
Example
{
"mpxn": "ahead-or-individual-sure-expect",
"products": [EnergyProductType]
}
NextOperationsTeamRoundRobin
The possible errors that can be raised are:
- KT-CT-10820: Operations team group not found.
- KT-CT-10821: No active teams in operations team group.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Fields
| Name | Description |
|---|---|
|
All inferred routing attributes for team, location, and team groups (e.g., ['OPERATIONS_GROUP.TEAM.Team_A', 'OPERATIONS_GROUP.LOCATION.London', 'OPERATIONS_GROUP.GROUP_B']). Recommended for IVR usage. |
|
Location routing information for the selected team. |
|
The next operations team assigned in round-robin sequence. |
|
All operations team groups that the selected team belongs to. |
Example
{
"allInferredRoutingAttributes": "responsibility-team-page-indeed-question",
"location": TeamLocation,
"team": Team,
"teamGroups": [TeamGroup]
}
NotifiableApplicationType
Represents an application that can receive push notifications.
Fields
| Name | Description |
|---|---|
|
Bundle ID or package name of the app. |
|
|
|
Project ID used in push notification delivery service. (Currently: AWS Pinpoint) |
|
|
|
|
|
Human readable name for the app. |
|
|
|
Example
{
"bundleId": "97438650",
"description": "theory-office-water-culture-image",
"externalProjectId": "91594301",
"externalProvider": "PINPOINT",
"id": "11282772",
"name": "daughter-article-create-many-box",
"pushNotificationBindings": [PushNotificationBindingType],
"service": "GCM"
}
ObtainKrakenJSONWebToken
The unifying approach used to get a Kraken token (JWT: JSON Web Token) with different types of input.
The currently supported inputs are: - account user email/password combination - account user API key - organization live secret key - pre-signed key - refresh token
Fields
| Name | Description |
|---|---|
|
The body payload of the Kraken Token. The same information can be obtained by using JWT decoding tools on the value of the |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
A Unix timestamp representing the point in time at which the refresh token will expire. |
|
A token that can be used in a subsequent call to |
|
The Kraken Token. Can be used in the |
Example
{
"payload": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"refreshExpiresIn": 13,
"refreshToken": "travel-red-good-street-wish",
"token": "green-leader-position-head-pass"
}
ObtainLongLivedRefreshToken
Obtain a long-lived refresh token.
This mutation is limited to authorized third-party organizations only. Account users can only generate short-lived refresh tokens, obtainable from the 'refreshToken' field in the 'obtainKrakenToken' mutation.
Example
{
"refreshExpiresIn": 20,
"refreshToken": "kitchen-town-hear-western-option"
}
OccupancyPeriodType
An occupancy period for a property.
Fields
| Name | Description |
|---|---|
|
Account number associated with this occupancy period. |
|
Date the occupancy period is effective from. |
|
Date the occupancy period is effective to. |
|
The unique ID of the occupancy period. |
|
Whether the account associated with the occupancy period is an occupier account type. |
|
Number of occupants associated with this occupancy period. |
Example
{
"accountNumber": "A-FE0195E6",
"effectiveFrom": "1985-05-25T14:48:45.194379+00:00",
"effectiveTo": "1976-08-16T12:03:06.300272+00:00",
"id": "27097146",
"isOccupier": true,
"numberOfOccupants": 89
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
A Kraken Token that can be used to call the 'occupy' mutation for the account. |
|
Example
{
"account": "meet-for-actually-chance-office",
"address": "arrive-finally-police-plan-bill",
"date": "wear-economy-prepare-walk-model",
"occupyToken": "group-story-skill-toward-message",
"propertyId": 17517837
}
Fields
| Name | Description |
|---|---|
|
Example
{
"account": AccountInterface
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 72,
"edges": [OccupyPropertyProcessConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 41
}
OccupyPropertyProcessConnectionTypeEdge
A Relay edge containing a OccupyPropertyProcessConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "tax-than-letter-now-miss",
"node": OccupyPropertyProcessType
}
OccupyPropertyProcessType
Represents a Occupy Property process.
Fields
| Name | Description |
|---|---|
|
The ID or the primary key of the lifecycle process. |
|
|
|
The status of the process. |
|
The supply points associated with the process. |
Example
{
"id": "33923693",
"occupyAt": "2009-09-29T12:45:02.480237+00:00",
"status": "PENDING",
"supplyPoints": SupplyPointConnectionTypeConnection
}
OCPPAuthentication
Open Charge Point Protocol (OCPP) authentication.
Take the given OCPP authentication details and trigger OCPP authentication.
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": KrakenFlexDeviceType
}
Example
{
"url": "wear-choose-Congress-threat-relate",
"username": "set-to-rather-kind-great"
}
Fields
| Name | Description |
|---|---|
|
The Device ID of the communication hub associated with the property of the Cared-For account, which must also have an Octopus Mini device installed. |
|
The first line of the address of the property associated with the Cared-For account. |
|
The ID of the property the Mini will be onboarded in. |
Example
{
"chfDeviceId": "15428428",
"propertyAddressLine1": "next-than-get-life-agency",
"propertyId": "98503132"
}
Fields
| Name | Description |
|---|---|
|
The Device ID of the smart meter associated with the property of the Cared-For account, which must also have an Octopus Mini device installed. |
|
The first line of the address of the property associated with the Cared-For account. |
Example
{
"meterDeviceId": "45804127",
"propertyAddressLine1": "hold-mission-national-we-how"
}
Fields
| Name | Description |
|---|---|
|
The current enrollment status of the account. |
|
Describes whether or not the request user is the nominated user for this account. |
|
Describes whether or not this account is enrolled in the Octoplus campaign. |
|
Deprecated The 'isOctoplusEnrolled' field is deprecated. |
|
|
Information about an account's eligibility for joining the Octoplus campaign. |
|
URL for the octoplus snap page if account is eligible. |
|
Describes if the account should use v2. |
Example
{
"enrollmentStatus": "ENROLLED",
"isLoyaltyPointsUser": true,
"octoplusEligibility": OctoplusEligibilityType,
"octoplusSnapWebUrl": OctoplusSnapWebUrlType,
"shouldUseV2": true
}
Fields
| Name | Description |
|---|---|
|
Returns the accounts eligible meters for Octoplus. |
|
Describes why an account is ineligible for Octoplus. Will be null if the account is eligible. |
|
Deprecated The 'ineligibilityReason' field is deprecated. |
|
|
Returns multiple reasons for why an account is ineligible for Octoplus. Will be empty if the account is eligible. |
|
Describes whether or not this account is eligible to join the Octoplus campaign. |
Example
{
"eligibleMeters": Meter,
"ineligibilityReasons": "OCTOPLUS_DISABLED",
"isEligible": true
}
Fields
| Name | Description |
|---|---|
|
Whether or not this account has been enrolled in the Octoplus campaign. |
Example
{
"hasEnrolled": true
}
Fields
| Name | Description |
|---|---|
|
Describes whether or not the Octoplus campaign should be shown in clients. |
|
Describes whether or not Octoplus partner offer list should be shown in clients. |
|
Describes whether or not Octoplus partner offers should be shown in clients. |
|
Describes whether or not Octoplus rewards should be shown in clients. |
|
Describes whether or not Octoplus Shoptopus offers should be shown in clients. |
|
Describes whether or not the new Octopoints system should be shown in clients. |
Example
{
"shouldClientDisplayOctoplus": true,
"shouldClientDisplayOctoplusPartnerOfferList": true,
"shouldClientDisplayOctoplusPartnerOffers": true,
"shouldClientDisplayOctoplusRewards": true,
"shouldClientDisplayOctoplusShoptopusOffers": true,
"shouldClientDisplayOctopointsV2": true
}
Fields
| Name | Description |
|---|---|
|
The FAQ answer field. |
|
The FAQ question field. |
Example
{
"answer": "century-push-appear-strong-school",
"question": "throughout-draw-heart-six-establish"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 54,
"edges": [OctoplusOfferGroupConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 93
}
OctoplusOfferGroupConnectionTypeEdge
A Relay edge containing a OctoplusOfferGroupConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "later-partner-until-community-allow",
"node": OctoplusOfferGroupType
}
Fields
| Name | Description |
|---|---|
|
The mobile banner url. |
Example
{
"bannerMobile": "building-no-rich-south-grow"
}
Fields
| Name | Description |
|---|---|
|
The type of offer group. |
|
Unique identifier of the Offer Group. |
|
The image urls for this offer. |
|
The name describing offer group. |
|
Example
{
"groupType": "this-operation-class-together-level",
"id": 84828849,
"imageUrls": OctoplusOfferGroupImageUrlsType,
"name": "cell-who-professional-event-item",
"octoplusOffers": [OctoplusOfferType]
}
Fields
| Name | Description |
|---|---|
|
The banner image url. |
|
The mobile banner url. |
|
The logo url. |
|
The mobile logo url. |
|
Deprecated The 'logoMobile' field is deprecated. |
|
Example
{
"banner": "without-last-her-recently-side",
"bannerMobile": "section-past-room-conference-beat",
"logo": "break-guy-trip-goal-great"
}
Fields
| Name | Description |
|---|---|
|
The available sites url for this offer. |
|
The category of the offer. |
|
Describes whether the user should be able to claim this offer, and the reason if not. |
|
The datetime at which the user should no longer be able to claim this offer. |
|
The short description of the offer. |
|
The faqs for this offer. |
|
The image urls for this offer. |
|
The long description of the offer. |
|
The name of the offer to be displayed to the user. |
|
The name of the reward partner. |
|
The partner site url for this offer. |
|
The points cost of claiming this offer. |
|
The price tag for this offer. |
|
The slug to be used as the offer identifier. |
|
The terms and conditions to display to the user. |
|
The instructions for the user as to how to use their claimed reward. |
Example
{
"availableSitesUrl": "less-century-return-team-very",
"category": "beat-group-college-sell-marriage",
"claimAbility": OctoplusRewardClaimAbilityType,
"claimBy": "2025-09-02T16:29:01.345413+00:00",
"description": "of-question-less-garden-benefit",
"faqs": [OctoplusOfferFAQsType],
"imageUrls": OctoplusOfferImageUrlsType,
"longDescription": "full-require-although-face-same",
"name": "start-police-money-occur-understand",
"partnerName": "not-character-good-red-total",
"partnerSiteUrl": "production-your-indicate-statement-ask",
"pointsCost": 28,
"priceTag": "method-city-only-enter-special",
"slug": "marriage-price-large-must-artist",
"termsAndConditions": "summer-live-such-experience-standard",
"usageInstructions": "around-story-friend-large-give"
}
Fields
| Name | Description |
|---|---|
|
Describes whether the user should be able to claim this offer. |
|
Describes why a user cannot claim this offer. |
Example
{
"canClaimOffer": true,
"cannotClaimReason": "OUT_OF_STOCK"
}
Fields
| Name | Description |
|---|---|
|
The account number associated with this reward. |
|
The datetime at which the reward was initially claimed. |
|
The unique id of the reward. |
|
The offer claimed as part of this reward. |
|
The display name of the offer. |
|
Deprecated The 'offerName' field is deprecated. |
|
|
The human-readable identifier for the offer. |
|
Deprecated The 'offerSlug' field is deprecated. |
|
|
The name of the reward partner. |
|
Deprecated The 'partnerName' field is deprecated. |
|
|
The price tag for the offer. |
|
Deprecated The 'priceTag' field is deprecated. |
|
|
The current status of the reward. |
|
The instructions for how to use the reward. |
|
Deprecated The 'usageInstructions' field is deprecated. |
|
|
The voucher associated with this reward. |
Example
{
"accountNumber": "A-5150FAC4",
"claimedAt": "2004-08-12T22:59:39.679779+00:00",
"id": 91736079,
"offer": OctoplusOfferType,
"status": "PENDING",
"vouchers": OctoplusVoucherType
}
Fields
| Name | Description |
|---|---|
|
Domain for the snap web url, ex. 'octopus.energy'. |
|
Path for the snap web url, ex. 'snap/webview'. |
|
URL for the octoplus snap page if account is eligible. Eg. 'https://octopus.energy/snap/webview?abcd=efg'. |
Example
{
"domain": "see-identify-important-few-quality",
"path": "treat-for-sort-financial-apply",
"url": "answer-too-think-shoulder-rock"
}
Fields
| Name | Description |
|---|---|
|
The barcode value/code. |
|
The type of barcode to render. |
|
The value to be encoded in the rendered barcode. |
|
The voucher code. |
|
The datetime at which the voucher will no longer be useable. |
|
The type of voucher. |
Example
{
"barcode": "less-black-former-event-in",
"barcodeFormat": "situation-city-moment-notice-free",
"barcodeValue": "across-college-article-anything-attorney",
"code": "cause-happen-box-some-admit",
"expiresAt": "2000-01-09T14:25:56.445511+00:00",
"type": "certainly-no-however-study-source"
}
Fields
| Name | Description |
|---|---|
|
The amount of the payment in pence. |
|
The payment's id. |
|
Whether or not the payment can be amended. |
|
Whether or not the payment has been cancelled. |
|
The date that the payment was/will be made. |
Example
{
"amount": 56,
"id": "51996703",
"isAmendable": true,
"isCancelled": true,
"paymentDate": "1973-06-19"
}
Fields
| Name | Description |
|---|---|
|
The date and time when Offer Group was created. |
|
The Actor who created the Offer Group. |
|
Identifier of the Offer Group. |
|
One or more Offers contained in the Offer Group. |
OfferingComponentType
Represents a nested offering component within an offering.
Fields
| Name | Description |
|---|---|
|
The offering associated with this component. |
|
Unique identifier of the component. |
|
Initial/default quantity for this component. |
|
Maximum quantity of this component that can be selected. |
|
Minimum quantity of this component that can be selected. |
Example
{
"component": OfferingType,
"identifier": "62734220",
"initialQuantity": 26,
"maximumQuantity": 66,
"minimumQuantity": 34
}
OfferingType
Represents a product offering in the catalog.
Fields
| Name | Description |
|---|---|
|
Customer-facing description of the offering. |
|
Customer-facing name of the offering. |
|
Groups of components with cardinality constraints. |
|
Unique identifier of the offering. |
|
Internal name used to identify the offering. |
|
Whether this offering is currently active. |
|
Whether this offering can be amended (only DRAFT offerings). |
|
Whether this offering is in draft status. |
|
Whether this offering has expired. |
|
Whether this is the first draft version (version 1, not yet activated). |
|
Whether this is the latest version of the offering. |
|
Whether this offering can be sold stand-alone. |
|
Lifecycle information for this offering. |
|
Nested offering components included in this offering. |
|
Product components included in this offering. |
|
Tags associated with this offering. |
|
Contract term template components included in this offering. |
Example
{
"customerDescription": "during-system-member-material-approach",
"customerName": "environment-write-able-join-yard",
"groups": [GroupType],
"identifier": "15612860",
"internalName": "determine-where-seat-weight-peace",
"isActive": true,
"isAmendable": true,
"isDraft": true,
"isExpired": true,
"isFirstDraft": true,
"isLatestVersion": true,
"isSellable": true,
"lifecycle": LifecycleType,
"offeringComponents": [OfferingComponentType],
"productComponents": [ProductComponentType],
"tags": [TagType],
"termTemplateComponents": [TermTemplateComponentType]
}
Fields
| Name | Description |
|---|---|
|
The date and time when Offer was accepted. |
|
The Actor who created the Offer. |
|
Description of the Offer. |
|
Identifier of the Offer. |
|
The Quote this Offer is related to. |
|
The date and time when Offer was rejected. |
|
The date and time from which the Offer becomes valid. |
|
The date and time until which the Offer remains valid. |
Example
{
"acceptedAt": "1988-01-29T00:14:07.261822+00:00",
"createdBy": ActorType,
"description": "despite-water-chair-tree-whether",
"identifier": "72897252",
"quote": QuoteType_,
"rejectedAt": "1973-10-31T12:56:44.422069+00:00",
"validFrom": "1997-10-27T08:01:19.890208+00:00",
"validTo": "1995-01-17T02:23:47.878576+00:00"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 37,
"edges": [OnSiteJobsAppointmentActionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 13
}
OnSiteJobsAppointmentActionConnectionTypeEdge
A Relay edge containing a OnSiteJobsAppointmentActionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "memory-reach-image-appear-first",
"node": OnSiteJobsAppointmentActionType
}
OnSiteJobsAppointmentActionType
An action linked to an On-Site Jobs Appointment.
Fields
| Name | Description |
|---|---|
|
The appointment stage at which this action is triggered. |
|
The name of the workflow. |
|
The current status of the workflow. |
Example
{
"actionTriggerStage": "POST_APPOINTMENT_BOOKING",
"workflowName": "pay-employee-as-civil-face",
"workflowStatus": "SKIPPED"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 35,
"edges": [OnSiteJobsAppointmentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 52
}
OnSiteJobsAppointmentConnectionTypeEdge
A Relay edge containing a OnSiteJobsAppointmentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "away-lead-wonder-fly-reduce",
"node": OnSiteJobsAppointmentType
}
Fields
| Name | Description |
|---|---|
|
Indicates whether all available appointment slots have been fetched. This is only relevant for booking adapters that support async timeslot fetching. For sync, it will always be True. If false, empty list of slots will be returned. |
|
List of available appointment slots. |
Example
{
"isComplete": true,
"slots": [OnSiteJobsAppointmentSlotType]
}
Fields
| Name | Description |
|---|---|
|
The end datetime of the appointment slot. |
|
The unique identifier for this appointment slot. |
|
The start datetime of the appointment slot. |
Example
{
"endDatetime": "2020-09-08T21:40:01.289472+00:00",
"slotId": "26336290-3b49-4733-97b7-76d757994279",
"startDatetime": "1994-08-15T02:36:36.100913+00:00"
}
Fields
| Name | Description |
|---|---|
|
The agent assigned to the appointment. |
|
A list of actions triggered by this appointment, across stages. |
|
A list of assets attached to this request. |
|
|
The cancellation category for this appointment. |
|
|
|
The datetime of the latest appointment cancellation event, if the appointment has been cancelled. |
|
|
|
The communication strategy for this appointment. |
|
|
|
|
|
|
|
Appointment job type. |
|
Deprecated The 'externalJobType' field is deprecated. |
|
|
Mapping of appointment job type value to its human-friendly label. |
|
|
|
|
|
|
|
|
|
The work category for this appointment. |
|
|
|
|
|
|
|
The current status of the appointment. |
Example
{
"agent": "GENERIC_AGENT",
"appointmentActions": OnSiteJobsAppointmentActionConnectionTypeConnection,
"assets": OnSiteJobsAssetConnectionTypeConnection,
"cancellationCategory": "CANCELLED_BY_CUSTOMER",
"cancellationSubCategory": "someone-between-but-reduce-their",
"cancelledAt": "2015-12-08T14:04:53.519505+00:00",
"comments": "power-leg-generation-that-machine",
"commsStrategy": "SEND_ALL",
"createdAt": "2004-08-27T22:26:16.809498+00:00",
"deadlineDate": "2003-05-03",
"endAt": "1973-09-04T11:15:13.719591+00:00",
"externalJobTypeMapping": OnSiteJobsExternalJobTypeMappingType,
"externalReference": "can-high-easy-sport-people",
"id": "47739ea6-fd56-491c-8038-756cb6a2e556",
"jobDetails": {"key": "value"},
"jobNotes": {"key": "value"},
"krakenWorkCategory": "ACCURACY_TEST",
"preferredStartDate": "2018-04-21",
"request": OnSiteJobsRequestType,
"startAt": "1989-07-08T17:42:34.710819+00:00",
"status": "REQUIRES_TIMESLOT"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 70,
"edges": [OnSiteJobsAssetConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 53
}
OnSiteJobsAssetConnectionTypeEdge
A Relay edge containing a OnSiteJobsAssetConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "image-success-state-which-upon",
"node": OnSiteJobsAssetType
}
OnSiteJobsAssetType
An On-Site Jobs Asset
Fields
| Name | Description |
|---|---|
|
|
|
The category of the asset. |
|
|
|
The fuel type of the asset. |
|
The kind of the asset. |
|
The status of the asset. |
|
The sub category of the asset. |
|
The internal identifier of the supply point associated with the asset. |
|
Deprecated The 'supplyPointIdentifier' field is deprecated. |
|
|
|
Example
{
"additionalDetails": {"key": "value"},
"externalIdentifier": "66655682",
"fuelType": "ELECTRICITY",
"kind": "METER",
"status": "EXISTING",
"supplyPointInternalIdentifier": 16136467
}
OnSiteJobsCheckResultsType
Check results for creating On-Site Jobs requests and appointments.
Fields
| Name | Description |
|---|---|
|
Results of appointment checks. |
|
Whether an appointment can be created (overall appointment check is PASS/WARNING). |
|
Whether a request can be created (overall request check is PASS/WARNING). |
|
Whether any of the appointment checks have warnings. |
|
Whether any of the request checks have warnings. |
|
Results of request checks. |
Example
{
"canCreateRequest": true,
"hasRequestWarnings": true,
"requestCheckResults": [CheckResultType]
}
OnSiteJobsExternalJobTypeMappingType
Mapping of a job type value to its human-friendly label.
Fields
| Name | Description |
|---|---|
|
The human-friendly name of the job type. |
|
The job type value set on the appointment. |
Example
{
"label": "station-third-me-simply-series",
"value": "outside-floor-fast-responsibility-purpose"
}
OnSiteJobsJobTypeType
Represents a job type available for on-site jobs requests.
Fields
| Name | Description |
|---|---|
|
The unique identifier for the job type. |
|
The human-readable name of the job type. |
Example
{
"id": "72524332",
"name": "air-out-of-arm-response"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 1,
"edges": [OnSiteJobsRequestActionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 51
}
OnSiteJobsRequestActionConnectionTypeEdge
A Relay edge containing a OnSiteJobsRequestActionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "back-any-method-born-ability",
"node": OnSiteJobsRequestActionType
}
OnSiteJobsRequestActionType
An action linked to an On Site Jobs Request.
Fields
| Name | Description |
|---|---|
|
The request stage at which this action is triggered. |
|
The name of the workflow. |
|
The current status of the workflow. |
Example
{
"actionTriggerStage": "POST_REQUEST_COMPLETION",
"workflowName": "stay-military-customer-everyone-tax",
"workflowStatus": "SKIPPED"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 85,
"edges": [OnSiteJobsRequestConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 72
}
OnSiteJobsRequestConnectionTypeEdge
A Relay edge containing a OnSiteJobsRequestConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "knowledge-across-everything-group-various",
"node": OnSiteJobsRequestType
}
OnSiteJobsRequestType
An On Site Jobs Request
Fields
| Name | Description |
|---|---|
|
Request account. |
|
|
|
A list of appointments associated to this request. |
|
A list of assets attached to this request. |
|
|
|
|
The ID of the support user who created the request. |
|
|
|
|
|
|
|
List of supply points on request. |
|
The overall priority status of all actions linked to the request and its appointments. |
|
Request property. |
|
|
|
A list of actions attached directly to this request. |
|
Request status. |
|
|
Example
{
"account": "in-admit-whom-method-star",
"agent": "never-include-sort-result-song",
"assets": OnSiteJobsAssetConnectionTypeConnection,
"comment": "the-book-serious-suggest-energy",
"createdBy": 65,
"externalReference": "bill-whom-medical-physical-when",
"id": "6adf1a03-a5a0-4d04-b5b4-a5b74957769f",
"isEmergency": true,
"marketSupplyPoints": SupplyPointConnectionTypeConnection,
"overallActionsStatus": "SKIPPED",
"property": Property,
"reason": "really-prove-end-impact-sit",
"requestActions": OnSiteJobsRequestActionConnectionTypeConnection,
"status": "HELD",
"subReason": "attention-thing-Mrs-total-look"
}
Fields
| Name | Description |
|---|---|
|
The short name (first name) of the support user. |
Example
{
"shortName": "decide-know-traditional-something-challenge"
}
OperationsTeamType
An extension of the GBR OperationsTeamType with OEGB-specific fields.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
The leader of the operations team. |
|
The location of the operations team. |
|
|
|
Example
{
"id": "88781411",
"name": "trip-financial-exist-whatever-minute"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 8,
"edges": [OpportunitiesEdge],
"pageInfo": PageInfo,
"totalCount": 88
}
OpportunitiesEdge
A Relay edge containing a Opportunities and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "much-Democrat-high-cut-across",
"node": OpportunityOutput
}
Fields
| Name | Description |
|---|---|
|
Attachment category. |
|
Attachment filename. |
|
Attachment ID. |
Example
{
"category": "LEAD_FILE",
"filename": "speech-key-fear-fly-girl",
"id": "50335047"
}
Fields
| Name | Description |
|---|---|
|
The date and time the file attachment will expire. |
|
Presigned URL for the file attachment. |
Example
{
"expiresAt": "2001-12-12T08:39:16.606656+00:00",
"presignedUrl": "wait-admit-office-nice-they"
}
Fields
| Name | Description |
|---|---|
|
The affiliate's name this opportunity is assigned to. |
|
Team assigned to this opportunity. |
|
Deprecated The 'assignedToTeam' field is deprecated. |
|
|
The identifier of the team assigned to this opportunity. |
|
User assigned to this opportunity. |
|
Deprecated The 'assignedToUser' field is deprecated. |
|
|
The identifier of the user assigned to this opportunity. |
|
Attachments for the opportunity. |
|
Lead account holder email. |
|
Extra details about the opportunity as key/value pairs. |
|
Extra details about the opportunity. |
|
Deprecated The 'extraDetails' field is deprecated. |
|
|
The sales funnel this opportunity is in. |
|
Lead number. |
|
Lead type. |
|
Lead legal name. |
|
Notes for the opportunity. |
|
Opportunity number. |
|
Offer group ID. |
|
Opportunity address. |
|
Opportunity ID. |
|
Deprecated The 'opportunityId' field is deprecated. |
|
|
Opportunity rich address. |
|
Lead account holder phone number. |
|
The product offering of the opportunity. |
|
Product offering ID. |
|
Sales channel. |
|
Current stage in a funnel. |
|
List of supply points associated with the opportunity. |
Arguments
Input fields for retrieving supply points by market. |
|
Example
{
"assignedToAffiliateNumber": "gas-story-skin-free-dog",
"assignedToTeamIdentifier": "24067124",
"assignedToUserIdentifier": "97804991",
"attachments": [OpportunityAttachment],
"email": "actually-edge-mother-president-war",
"extraDetailItems": [ExtraDetail],
"funnel": SalesFunnel,
"leadNumber": "actually-entire-buy-five-whom",
"leadType": "front-front-maybe-debate-water",
"name": "seat-become-speak-compare-science",
"notes": "image-car-maybe-three-tree",
"number": "car-agent-box-right-line",
"offerGroupId": "12710020",
"opportunityAddress": AddressOutput,
"opportunityRichAddress": RichAddressType,
"phoneNumber": "onto-visit-lawyer-matter-upon",
"productOffering": OfferingType,
"productOfferingId": "87161018",
"salesChannel": "shoulder-which-state-above-cause",
"stage": "less-during-attack-financial-style",
"supplyPoints": [LeadSupplyPointType]
}
Fields
| Name | Description |
|---|---|
|
The market for the Product. |
|
The characteristics of the product. |
|
The code of the Product. |
|
The UUID for the Product. |
|
The UUID for the Product Offering. |
Example
{
"market": "her-television-group-explain-it",
"productCharacteristics": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"productCode": "artist-sing-state-must-then",
"productIdentifier": "90152421",
"productOfferingIdentifier": "67087723"
}
OrganisationReferenceType
A namespaced external reference attached to a partner organisation.
Fields
| Name | Description |
|---|---|
|
The code for the namespace this reference belongs to. |
|
The reference value within the namespace. |
Example
{
"namespace": "money-several-group-middle-I",
"value": "project-by-reveal-why-another"
}
Fields
| Name | Description |
|---|---|
|
If known, this is the account that a call is about. For inbound calls, we attempt to identify the account based on the phone number of the incoming call. For outbound calls, the account will be automatically set if the call was initiated from an account page. For all call types, the account can be updated, for example to correct a misidentification of an incoming call. |
|
The ID of the call. |
|
Metadata related to the call, for example metrics or data passed via an interactive voice response (IVR). |
Example
{
"account": AccountType,
"id": "34203703",
"metadata": [CallMetadataItemType]
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"category": "SUCCESS",
"reason": "PM-person-air-it-himself",
"type": "SALE"
}
PageInfo
The Relay compliant PageInfo type, containing data necessary to paginate this connection.
Fields
| Name | Description |
|---|---|
|
When paginating forwards, the cursor to continue. |
|
When paginating forwards, are there more items? |
|
When paginating backwards, are there more items? |
|
When paginating backwards, the cursor to continue. |
Example
{
"endCursor": "next-into-near-north-how",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "reality-society-gun-party-issue"
}
PartnerCommissionContractConfigType
Represents a single partner commission configuration within a contract term.
Fields
| Name | Description |
|---|---|
|
Whether to apply uplift to the partner commission. |
|
Override for the fixed amount of the partner commission. |
|
Override for the trailing commission percentage (1-100). |
|
Override for the unit amount of the partner commission. |
|
The unique number identifying the partner commission. |
Example
{
"applyUplift": true,
"overrideFixedAmount": "1.0",
"overrideTrailingPercentage": "1.0",
"overrideUnitAmount": "1.0",
"partnerCommissionNumber": "agent-deal-yourself-term-risk"
}
PartnerCommissionType
Represents a partner commission term on a contract.
Fields
| Name | Description |
|---|---|
|
The set of partner commission configurations for this term. |
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
The type of the term. |
Example
{
"configurations": [PartnerCommissionContractConfigType],
"description": "treat-compare-political-across-institution",
"displayName": "only-from-even-authority-traditional",
"identifier": "45766840",
"isVariable": true,
"type": "happy-candidate-next-visit-author"
}
PartnerTeamType
A partner team within an affiliate organisation.
Fields
| Name | Description |
|---|---|
|
The partner team's name. |
|
The partner team's number. |
|
The number of the parent team, if any. |
|
Members directly assigned to this team (excluding subteam-only members). |
Example
{
"name": "here-weight-partner-perhaps-customer",
"number": "action-ability-shoulder-pressure-similar",
"parentTeamNumber": "current-close-return-foreign-clear",
"teamMembers": PartnerTeamUserConnectionTypeConnection
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 96,
"edges": [PartnerTeamUserConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 23
}
PartnerTeamUserConnectionTypeEdge
A Relay edge containing a PartnerTeamUserConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "feel-middle-again-bad-simply",
"node": PartnerUserType
}
PartnerUserPermission
Holds information about a specific permission.
Fields
| Name | Description |
|---|---|
|
The short name of the permission. |
Example
{
"permission": "low-summer-third-left-hand"
}
PartnerUserRoleType
A role available for assignment to a partner user.
Fields
| Name | Description |
|---|---|
|
The role code. |
|
The role description. |
|
The role name. |
Example
{
"code": "around-position-wonder-sometimes-career",
"description": "explain-voice-move-officer-enough",
"name": "positive-how-itself-above-rather"
}
PartnerUserType
A partner user of an affiliate organisation.
Fields
| Name | Description |
|---|---|
|
When the partner user was created. |
|
The partner user's email address. |
|
The partner user's family name. |
|
The partner user's given name. |
|
The partner user's ID. |
|
The last time the partner user logged in. |
|
The partner user's full name. |
|
The partner user's number. |
|
The organisation the partner user belongs to. |
|
The effective permissions of the partner user. |
|
Role codes assigned to the partner user. |
Example
{
"createdAt": "2021-12-27T12:51:23.220280+00:00",
"email": "little-figure-forward-difference-those",
"familyName": "Banks",
"givenName": "Carolyn",
"id": "91515191",
"lastLogin": "2003-09-05T10:45:19.267632+00:00",
"name": "catch-reflect-away-around-international",
"number": "single-many-hope-organization-reach",
"organisation": AffiliateOrganisationType,
"permissions": [PartnerUserPermission],
"roles": [PartnerUserRoleType]
}
PartnerViewerPermission
Holds information about a specific permission.
Fields
| Name | Description |
|---|---|
|
The short name of the permission. |
Example
{
"permission": "process-I-such-health-hit"
}
PartnerViewerType
Type for the authenticated partner user viewer.
Fields
| Name | Description |
|---|---|
|
The partner user's email address. |
|
The partner user's full name. |
|
The partner user's unique number (e.g. PU-XXXXXXXX). |
|
Holds information about the permissions of the current viewer. |
Example
{
"email": "total-federal-describe-either-into",
"name": "nice-city-campaign-nothing-town",
"number": "late-while-our-either-worry",
"permissions": [PartnerViewerPermission]
}
PauseCollectionProcess
Manually pause a collection process.
Fields
| Name | Description |
|---|---|
|
Collection process pause output. |
Example
{
"collectionProcessPaused": PauseCollectionProcessOutput
}
Fields
| Name | Description |
|---|---|
|
Pause records on the collection process. |
Example
{
"pauseRecords": [CollectionProcessPauseStatusRecord]
}
PauseDunning
Pause the dunning process for an account.
Fields
| Name | Description |
|---|---|
|
Whether the pause has been successfully created. |
Example
{
"pauseCreated": true
}
Payment
A payment from the customer to the supplier.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the account the transaction belongs to. |
|
Gross amount including tax (when payable). Refer to the |
|
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned. |
|
The customer's resulting balance after this transaction has been applied, in the smallest unit of currency. |
|
The unique identifier for the most recent billing document linked with the transaction.Note: a transaction may be linked with multiple documents, but this field will only return the identifier for the most recent billing document. |
|
The date time when the transaction is created. |
|
Returns True if the transaction is linked with a statement. |
|
Unique identifier for the transaction. |
|
Deprecated. |
|
Deprecated The 'isAccountCharge' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isAccountPayment' field is deprecated. |
|
|
Deprecated. |
|
Deprecated The 'isCredit' field is deprecated. |
|
|
Whether the statement this transaction is on has been held. A held statement is not sent to a customer automatically, but is instead marked for manual attention by operations staff. Returns False if a statement is not linked with the transaction. |
|
Whether this transaction has been issued on any billing document.Note: Look for the most recently issued transaction instead of looking through all transactions as some accounts may have initial transactions that were not issued.This will return False if the transaction is not associated with any billing documents. |
|
Whether a payment has been reversed due to a late failure.Sometimes a payment is marked cleared, only for Kraken to be notified days/weeks later that the payment has failed. |
|
|
|
Returns the note field value for the transaction, which contains additional info. |
|
The transaction type of the payment. |
|
Date when the transaction was posted to the account. |
|
Returns the reason. |
|
Returns None if a statement is not linked with the transaction. |
|
Deprecated The 'statementId' field is deprecated. |
|
|
Human-readable title describing the transaction. |
Example
{
"accountNumber": "A-5EB7F5D5",
"amount": 22,
"amounts": TransactionAmountType,
"balanceCarriedForward": 54,
"billingDocumentIdentifier": "10433449",
"createdAt": "1985-01-02T06:34:31.240798+00:00",
"hasStatement": true,
"id": "78405382",
"isHeld": true,
"isIssued": true,
"isLateFailedPayment": true,
"isReversed": true,
"note": "different-democratic-situation-thing-want",
"paymentTransactionType": "DD_FIRST_COLLECTION",
"postedDate": "2018-12-15",
"reasonCode": "people-method-pattern-attention-forward",
"title": "near-environmental-plan-operation-wish"
}
PaymentAdequacyChangeType
An applied Payment Adequacy review that updated the recurring payment schedule.
Fields
| Name | Description |
|---|---|
|
When the Payment Adequacy review was applied. |
|
New payment amount in minor currency after Payment Adequacy was applied. |
|
Previous payment amount in minor currency before Payment Adequacy was applied. |
Example
{
"appliedDate": "1983-04-30T19:39:43.042508+00:00",
"newPaymentAmount": 99,
"previousPaymentAmount": 44
}
PaymentAdequacyDetailsType
Payment adequacy adjusts fixed payment schedules to maintain a healthy ledger balance over a year.
Fields
| Name | Description |
|---|---|
|
This ledger will be exempt from default Payment Adequacy. This may mean that it is completely exempt, or handled with special rules. |
|
The most recent Payment Adequacy review that has been applied to this ledger, or null if no review has been applied. |
Example
{
"isCurrentlyExempt": true,
"latestAppliedPaymentAdequacyChange": PaymentAdequacyChangeType
}
Fields
| Name | Description |
|---|---|
|
The minimum monthly payment amount in pence, based on estimated consumption costs without any balance adjustment. |
|
The suggested monthly payment amount in pence following the payment adequacy review. |
Example
{
"minimumDirectDebitAmount": 60,
"suggestedDirectDebitAmount": 44
}
Fields
| Name | Description |
|---|---|
|
Temporary amount to cover debt. |
|
Amount which covers ongoing usage. |
|
Total to pay: ongoing + adjustment. |
Example
{
"adjustment": 64,
"ongoing": 92,
"total": 53
}
Fields
| Name | Description |
|---|---|
|
Fingerprint. |
|
Returns True if the fingerprint exists, False otherwise. |
|
Returns True if the fingerprint is risk-listed, False otherwise. |
Example
{
"fingerprint": "writer-before-however-media-sport",
"isFound": true,
"isRiskListed": true
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 95,
"edges": [PaymentForecastConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 78
}
PaymentForecastConnectionTypeEdge
A Relay edge containing a PaymentForecastConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "card-gas-boy-huge-them",
"node": PaymentForecastType
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The payment method used for the forecasted payment. |
|
Example
{
"amount": 21,
"date": "1978-11-26",
"method": "BACS_TRANSFER",
"paymentNumber": 12
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 16,
"edges": [PaymentInstructionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 70
}
PaymentInstructionConnectionTypeEdge
A Relay edge containing a PaymentInstructionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "city-free-professional-yard-teach",
"node": PaymentInstructionType
}
Fields
| Name | Description |
|---|---|
|
The account user who is an owner of this payment instruction. |
|
The business who is an owner of this payment instruction. |
|
The lead who is an owner of this payment instruction. |
Example
{
"accountUser": AccountUserType,
"business": BusinessType,
"lead": LeadType
}
PaymentInstructionType
Payment Instructions
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A masked reference to a recurring payment method. |
|
The owners of the financial account this instruction represents. |
|
|
|
|
|
The supplementary ledger for this payment instruction. |
|
|
|
Example
{
"accountHolder": "ten-hope-seat-accept-usually",
"accountType": "practice-process-beyond-serve-fight",
"bankCode": "national-paper-discuss-design-present",
"cardExpiryMonth": 63,
"cardExpiryYear": 87,
"cardNumber": "recent-but-commercial-light-industry",
"cardPaymentNetwork": "smile-investment-arrive-stand-election",
"cardType": "foot-energy-scene-behavior-growth",
"iban": "community-movement-affect-guy-call",
"id": "14720370",
"instructionType": "crime-as-bring-ago-participant",
"maskedAccountIdentifier": "52969992",
"owners": [PaymentInstructionOwnerType],
"sortCode": "certainly-food-modern-theory-late",
"status": "information-reveal-green-dark-your",
"supplementaryLedger": SupplementaryLedgerType,
"validFrom": "1983-10-11T20:14:37.246871+00:00",
"vendor": "relate-arrive-hospital-too-play"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
The owners of the financial account this instruction represents. |
|
|
|
|
|
|
|
The supplementary ledger for this payment instruction. |
|
|
|
Example
{
"account": AccountType,
"details": {"key": "value"},
"id": "74003790",
"owners": [PaymentInstructionOwnerType],
"paymentMethodType": "body-call-politics-early-feeling",
"reference": "real-miss-PM-way-stop",
"status": "mouth-let-pay-policy-style",
"supplementaryLedger": SupplementaryLedgerType,
"validFrom": "1984-02-21T12:52:00.311964+00:00",
"validTo": "1996-06-03T02:53:12.281197+00:00"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 70,
"edges": [PaymentPlanConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 7
}
PaymentPlanConnectionTypeEdge
A Relay edge containing a PaymentPlanConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "especially-another-body-activity-record",
"node": PaymentPlanType
}
Fields
| Name | Description |
|---|---|
|
The frequency of the payment plan (e.g., 'Monthly', 'Weekly'). |
|
The multiplier for the payment frequency (e.g., 1, 2, 3, etc.). |
|
The ID string of the payment plan. |
|
The status of the payment plan. |
|
Total paid into the plan in pence. |
|
Total remaining amount to be paid in the plan in pence. |
|
Total amount included in the plan at setup, in pence. |
Example
{
"paymentFrequency": "street-investment-quality-out-stuff",
"paymentFrequencyMultiplier": 1,
"paymentPlanId": "96238463",
"paymentPlanStatus": "bring-reflect-policy-age-born",
"totalAmountPaid": 54670247,
"totalAmountRemaining": 100,
"totalPlanValue": 50
}
PaymentPlanPaymentType
An object that represents a planned payment for a payment plan.
Example
{
"amount": 85,
"payableDate": "1996-11-15",
"paymentType": "seven-that-its-see-hair"
}
PaymentPlanType
An object that represents a payment plan.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
The ledger number for this payment plan or None if one does not exist. |
|
The next planned payment for this payment plan. |
|
|
|
|
|
|
|
|
|
The display name of the strategy used for this payment plan or None if one does not exist. |
|
|
|
Example
{
"acceptedAt": "1984-04-18T06:19:55.638713+00:00",
"account": AccountType,
"id": "42685458",
"initialScheduleType": "development-whatever-more-firm-prepare",
"ledgerNumber": "seven-night-blue-consumer-modern",
"nextPayment": PaymentPlanPaymentType,
"offeredAt": "1990-11-24T21:22:52.061847+00:00",
"offerExpiresAt": "2019-04-15T12:04:51.412704+00:00",
"payments": [PaymentPlanPaymentType],
"status": "set-week-so-ability-value",
"strategyDisplayName": "perhaps-conference-general-figure-provide",
"strategyName": "plant-two-member-assume-Mr",
"updatedAt": "2024-05-19T10:50:25.937519+00:00"
}
PaymentPreferenceConnectionTypeConnection
Pagination object for PaymentPreferenceUnion
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 39,
"edges": [PaymentPreferenceConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 65
}
PaymentPreferenceConnectionTypeEdge
A Relay edge containing a PaymentPreferenceConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "deep-capital-model-school-somebody",
"node": PreferredInstruction
}
PaymentRequestConnectionTypeConnection
This field is a connection type. Connections are used to implement cursor based pagination.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 85,
"edges": [PaymentRequestConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 59
}
PaymentRequestConnectionTypeEdge
A Relay edge containing a PaymentRequestConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "Congress-and-successful-fine-then",
"node": PaymentRequestType
}
Fields
| Name | Description |
|---|---|
|
A list of payment requests for a given ledger. |
Example
{
"paymentRequest": PaymentRequestConnectionTypeConnection
}
Fields
| Name | Description |
|---|---|
|
The amount the customer is expected to pay in minor currency. |
|
The date the payment is expected to be made. |
|
The amount that was funded by each funding source. |
|
The status of the payment. |
|
The total amount of the payment in minor currency. |
Example
{
"customerAmount": 50,
"expectedPaymentDate": "2022-09-01",
"fundingSourceAmounts": FundingSourceAmountConnectionTypeConnection,
"paymentStatus": "act-amount-conference-lot-would",
"totalAmount": 73
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 90,
"edges": [PaymentScheduleConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 16
}
PaymentScheduleConnectionTypeEdge
A Relay edge containing a PaymentScheduleConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "between-conference-plant-first-arm",
"node": PaymentScheduleType
}
PaymentScheduleDataType
Payment schedule details for a join supplier process.
This type represents the chosen payment schedule configuration. Only one of the schedule type fields will be populated, depending on which type of schedule was chosen.
Fields
| Name | Description |
|---|---|
|
Balance-triggered payment schedule details, if this schedule type was chosen. |
|
Bill-triggered payment schedule details, if this schedule type was chosen. |
|
Bill-triggered with balance target schedule details, if this schedule type was chosen. |
|
Regular payment schedule details, if this schedule type was chosen. |
Example
{
"balanceTriggered": BalanceTriggeredScheduleType,
"billTriggered": BillTriggeredScheduleType,
"billTriggeredBalanceTarget": BillTriggeredBalanceTargetScheduleType,
"regular": RegularScheduleType
}
Fields
| Name | Description |
|---|---|
|
The arguments of the delay configuration. |
|
The code of the delay configuration. |
Example
{
"args": {"key": "value"},
"code": "chance-history-painting-later-fill"
}
Fields
| Name | Description |
|---|---|
|
A human-readable description of the value. |
|
Direction of payment day. |
Example
{
"description": "bar-open-safe-score-identify",
"direction": "OF_MONTH"
}
PaymentScheduleType
An object that represents when we have agreed to take payments from a payment instruction.
Fields
| Name | Description |
|---|---|
|
The delay configuration for this payment schedule. |
|
|
|
If the payment schedule is exempt from payment adequacy. |
|
|
|
|
|
The ledger number of the payment schedule. |
|
|
|
|
|
|
|
|
|
Details of the payment_day value. |
|
The frequency of the payment schedule. |
|
|
|
|
|
The reason the payment schedule was created. |
|
The method of payment for the schedule. |
|
The supplementary ledger for this payment schedule, if it is on one. |
|
The sum of the payment adequacy contributions on the payment schedule that are expected to be taken before the debt repayment is complete. |
|
The cause for requesting payment on a schedule. |
|
|
|
Example
{
"delayConfiguration": PaymentScheduleDelayConfigurationType,
"id": "58270631",
"isExemptFromPaymentAdequacy": true,
"isPaymentHoliday": true,
"isVariablePaymentAmount": true,
"ledgerNumber": "concern-wonder-chair-like-national",
"paymentAdequacyAdjustment": 53,
"paymentAdequacyAdjustmentExpiryDate": "2018-04-16",
"paymentAmount": 91,
"paymentDay": 35,
"paymentDayDetails": PaymentSchedulePaymentDayDetailsType,
"paymentFrequency": "Weekly",
"paymentFrequencyMultiplier": 63,
"paymentHolidayReason": "none-investment-tough-civil-create",
"reason": "GENERAL_ACCOUNT_PAYMENT",
"scheduleType": "BACS_TRANSFER",
"supplementaryLedger": SupplementaryLedgerType,
"totalDebtAmount": 20,
"trigger": "PLAN",
"validFrom": "1970-05-17",
"validTo": "1971-05-27"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 55,
"edges": [PaymentWithNonConcludedRePresentationConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 53
}
PaymentWithNonConcludedRePresentationConnectionTypeEdge
A Relay edge containing a PaymentWithNonConcludedRePresentationConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "program-two-probably-who-likely",
"node": PaymentWithNonConcludedRePresentationType
}
Fields
| Name | Description |
|---|---|
|
The amount expected for this payment in minor currency units. |
|
The date this payment is scheduled to be debited. |
Example
{
"amountPayable": 13,
"payableDate": "2002-01-12"
}
PayoutReferralForAccount
Pay out a referral reward for an account.
Fields
| Name | Description |
|---|---|
|
The result of the payout. |
Example
{
"payoutResult": PayoutReferralForAccountResultType
}
PayoutReferralForAccountResultType
The result of the payout of a referral for an account.
Fields
| Name | Description |
|---|---|
|
The amount of the account credit paid out to the referring account. |
Example
{
"accountCreditAmount": 49
}
PaysByDirectDebitType
Represents a restriction for if an account should pay only by direct debit in a contract.
Note: This type is a stub, and will be fleshed out in the future.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
Whether the account is paying by direct debit or not. |
|
The type of the term. |
Example
{
"description": "eight-light-force-himself-take",
"displayName": "produce-easy-manager-market-turn",
"identifier": "52959415",
"isVariable": true,
"paysByDirectDebit": true,
"type": "campaign-no-threat-put-central"
}
PerformBoostCharge
Initiate a boost charge for an electric vehicle (EV).
This will start charging the EV and will not stop until the battery reaches 100% charged.
If it is not possible to initiate a boost charge, a KT-CT-4357 error will be returned.
It may have a boostChargeRefusalReasons extension which lists the reasons why the boost
charge was refused. Possible reasons include:
BC_DEVICE_NOT_YET_LIVE(device is not yet live)BC_DEVICE_RETIRED(device is retired)BC_DEVICE_SUSPENDED(device is suspended)BC_DEVICE_DISCONNECTED(device is disconnected)BC_DEVICE_NOT_AT_HOME(device is not at home)BC_BOOST_CHARGE_IN_PROGRESS(boost charge already in progress)BC_DEVICE_FULLY_CHARGED(device is already fully charged)
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": KrakenFlexDeviceType
}
PerformMoveOut
Perform a move out of a property for an account.
Optionally provide details of the new tenant and a property to perform a move in to.
Fields
| Name | Description |
|---|---|
|
Account to perform move out. |
|
The new account created as part of the move out process. |
Example
{
"account": AccountInterface,
"newAccount": AccountInterface
}
PerformTestCharge
Initiate a test charge of an electric vehicle (EV).
This is to ensure that the EV or EVSE (charge point) can be controlled remotely and successfully charged for a short period.
If it is not possible to initiate a test charge, a KT-CT-4355 error will be returned. It may have a
testChargeRefusalReasons extension which lists the reasons why the test charge was refused. Possible reasons
include:
TC_DEVICE_LIVE(device is already live)TC_DEVICE_ONBOARDING_IN_PROGRESS(test dispatch already in progress)TC_DEVICE_RETIRED(device is retired)TC_DEVICE_SUSPENDED(device is suspended)TC_DEVICE_DISCONNECTED(device is disconnected)TC_DEVICE_ALREADY_CHARGING(device is already charging)TC_DEVICE_AWAY_FROM_HOME(device is away from home)TC_DEVICE_NO_LOCATION_CONFIGURED(device has no location configured)TC_DEVICE_LOCATION_UNABLE_TO_IDENTIFY(unable to identify device location)TC_DEVICE_LOCATION_MISSING(device location is missing)
Fields
| Name | Description |
|---|---|
|
Example
{
"krakenflexDevice": KrakenFlexDeviceType
}
Example
{
"end": "2024-10-04T21:52:10.565179+00:00",
"start": "2014-05-27T07:35:53.509153+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
The type of the bill. |
|
The closing balance of an issued billing document. |
Arguments
When provided, the closing balance for this ledger on this statement. Required if multiple ledgers are affected by this statement. |
|
|
Position of the billing document in the delinquent debt tracking system. |
|
The date of the constituent bill covered from. |
|
The ID of the constituent bill. |
|
The unique identifier for the billing document. Note: a pending billing document will not have an identifier yet; and not all finalized billing documents will have an identifier assigned to them, in which case this will be null. |
|
Whether the billing document has been annulled. |
|
Whether the billing document is currently held. |
|
The date the bill was sent to the customer. |
|
This field returns the opening balance of a statement. |
Arguments
When provided, the opening balance for this ledger on this statement. Required if multiple ledgers are affected by this statement. |
|
|
List of dates when a printed copy of this bill was requested. |
|
|
|
How many charges have been reversed after the close date. |
|
Requesting this field generates a temporary URL at which bill is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). This field can raise an error with errorClass NOT_FOUND if the bill document has not been created/issued yet. This field is deprecated use 'attachments' field instead. |
|
Deprecated The 'temporaryUrl' field is deprecated. |
|
|
The date of the constituent bill covered to. |
|
The total amounts for all charges on the billing document. |
|
The total amounts for all credits on the statement. |
|
Transactions on the given billing document. |
Arguments
When provided, only entries that are linked to that ledger are returned.
The order in which to return the transactions.
Include only these specific transaction types in the result. |
|
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"closingBalance": 88,
"documentDebtPosition": BillingDocumentPositionType,
"fromDate": "1985-10-25",
"id": "58136655",
"identifier": "94376796",
"isAnnulled": true,
"isHeld": true,
"issuedDate": "1972-09-23",
"openingBalance": 62,
"printedCopyRequests": "2007-08-02",
"representations": BillRepresentationConnectionTypeConnection,
"reversalsAfterClose": "ALL",
"toDate": "2014-07-12",
"totalCharges": StatementTotalType,
"totalCredits": StatementTotalType,
"transactions": BillTransactionConnectionTypeConnection
}
Fields
| Name | Description |
|---|---|
|
All accounts that are linked to this phone number. A maximum of 26 results are returned. Results are ordered by most likely first. |
|
Our best guess for which account a call with this phone number would be about. |
|
All account users that are linked to this phone number. A maximum of 26 results are returned. Results are ordered by most likely first. |
|
Our best guess for which account user would be calling from this phone number. |
Example
{
"accountAllMatches": AccountConnectionTypeConnection,
"accountBestMatch": AccountType,
"accountUserAllMatches": AccountUserConnectionTypeConnection,
"accountUserBestMatch": AccountUserType
}
Fields
| Name | Description |
|---|---|
|
The action to perform when the button is pressed. |
|
The button style. |
|
Unique identifier of the object. |
|
Title text of the button. |
|
The name of the object's type. |
Example
{
"buttonAction": BackendScreenEventActionType,
"buttonStyle": "PRIMARY",
"id": "55848294",
"title": "course-war-affect-happy-whatever",
"typename": "budget-have-rock-cause-season"
}
Fields
| Name | Description |
|---|---|
|
Whether the viewer has been blocked due to spending all its allowed points. |
|
The maximum number of points the viewer gets for requests per hour. |
|
The remaining points for the viewer in one hour time limit. |
|
Time To Live: UNIX timestamp when the viewer will get a new allowance of points. |
|
The points used so far in one hour time limit. |
Example
{
"isBlocked": true,
"limit": 96,
"remainingPoints": 76,
"ttl": 94,
"usedPoints": 9
}
PointsSizeType
A measurement in points.
Fields
| Name | Description |
|---|---|
|
Unique identifier of the object. |
|
The points value. |
|
The name of the object's type. |
Example
{
"id": "16004053",
"points": 5,
"typename": "boy-evidence-somebody-three-law"
}
PortfolioConnectionTypeConnection
Paginator of Operations Team
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 42,
"edges": [PortfolioConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 80
}
PortfolioConnectionTypeEdge
A Relay edge containing a PortfolioConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "character-story-I-any-concern",
"node": PortfolioType
}
PortfolioType
An object that represents a portfolio.
Fields
| Name | Description |
|---|---|
|
The accounts associated with this portfolio. |
|
The ancestors of the given portfolio. |
|
|
|
The brand code associated with the portfolio. |
|
|
|
|
|
The depth of the portfolio in the hierarchy. |
|
The descendants of the given portfolio. |
|
|
|
The lead account for this portfolio. |
|
The name of the portfolio. |
|
|
|
Operations team for this portfolio. |
|
The parent portfolio of the given portfolio, if any. |
|
|
Example
{
"accounts": AccountConnectionTypeConnection,
"ancestors": PortfolioConnectionTypeConnection,
"billingName": "its-issue-pay-method-action",
"brand": "cultural-speech-wrong-nice-majority",
"collectiveBilling": true,
"createdAt": "1984-04-25T09:33:16.521323+00:00",
"depth": 26,
"descendants": PortfolioConnectionTypeConnection,
"id": "33790982",
"leadAccountNumber": "A-0BE2F6C6",
"name": "kid-investment-detail-sign-mention",
"number": "onto-easy-thought-charge-something",
"operationsTeam": OperationsTeamType,
"parent": PortfolioType,
"updatedAt": "1978-08-22T18:27:19.300911+00:00"
}
PortfolioUserRoleType
The role a user has in association with one portfolio.
Fields
| Name | Description |
|---|---|
|
|
|
Portfolio object. |
|
The portfolio role. |
|
Example
{
"id": "55918028",
"portfolio": PortfolioType,
"role": ADMIN,
"user": AccountUserType
}
PossibleError
Representation of a graphQL error.
Example
{
"code": "soldier-space-pass-have-someone",
"description": "break-money-turn-computer-those",
"message": "organization-try-economy-response-series",
"type": "career-however-one-others-minute"
}
PossibleErrorsOutputType
Information and possible errors of the requested query/mutation.
Fields
| Name | Description |
|---|---|
|
Whether the possible authentication errors are included. |
|
Name of the query/mutation whose possible errors are returned. |
|
List of the errors the query/mutation is susceptible of raising. |
|
Type of the query (query or mutation). |
Example
{
"authErrors": true,
"name": "consider-forget-firm-pretty-exist",
"possibleErrors": [PossibleErrorType],
"type": "query"
}
PossibleErrorType
The GraphQL error type for displaying information about GraphQL errors that might be raised from the API.
Fields
| Name | Description |
|---|---|
|
The error code that might be returned from the query/mutation. |
|
The error description that might be returned from the query/mutation. |
|
The error message that might be returned from the query/mutation. |
|
The error type that might be returned from the query/mutation. |
Example
{
"code": "under-beat-ground-choose-beat",
"description": "any-response-century-allow-put",
"message": "life-huge-ball-each-light",
"type": "me-work-Mr-describe-senior"
}
PostCredit
Post credit to a ledger.
Fields
| Name | Description |
|---|---|
|
Posted account credit. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"credit": Credit
}
PostEVPublicChargingAccountCharge
Initiate a standalone payment for an account charge.
Fields
| Name | Description |
|---|---|
|
Account Charge reference. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"accountCharge": AccountChargeType
}
PostEVPublicChargingCharge
Initiate a standalone payment for a charging session.
Fields
| Name | Description |
|---|---|
|
Charging session charge reference. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"accountCharge": AccountChargeType
}
PostEVPublicChargingCredit
Post an EV Public Charging credit.
Fields
| Name | Description |
|---|---|
|
Posts an EV Public charging credit. |
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
Example
{
"credit": Credit
}
PreferredInstruction
Represents the preference of the user to be charged using a specific payment instruction.
Fields
| Name | Description |
|---|---|
|
The start time of the payment preference. |
|
The payment instruction preferred by the user. |
|
The status of the payment preference. |
Example
{
"forPaymentsAfter": "as-fight-vote-from-among",
"paymentMethod": PaymentInstructionType,
"status": "budget-early-affect-kind-several"
}
Fields
| Name | Description |
|---|---|
|
|
|
The type of the bill. |
|
The date of the bill is covered from. |
|
The gross amount of the historical bill. |
|
The ID of the bill. |
|
The unique identifier of a historical bill. It will usually be present on the billing document itself. |
|
The date the bill was sent to the customer. |
|
The params associated with the historical bill. |
|
How many charges have been reversed after the close date. |
|
Requesting this field generates a temporary URL at which bill is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). This field can raise an error with errorClass NOT_FOUND if the bill document has not been created/issued yet. This field is deprecated use 'attachments' field instead. |
|
Deprecated The 'temporaryUrl' field is deprecated. |
|
|
The date of the bill is covered to. |
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"fromDate": "1972-07-02",
"grossAmount": 1,
"id": "87438887",
"identifier": "31270367",
"issuedDate": "1994-02-02",
"params": {"key": "value"},
"reversalsAfterClose": "ALL",
"toDate": "2017-03-30"
}
Fields
| Name | Description |
|---|---|
|
The account number of the newly created account or the existing account to be re-used. |
|
Was a new account created. |
|
Was a new user created. |
|
The ID of the newly created or existing account user. |
|
The user number of the newly created or existing account user. |
Example
{
"accountNumber": "A-6B32E76C",
"isNewAccount": true,
"isNewUser": true,
"userId": "70204809",
"userNumber": "relationship-moment-director-society-couple"
}
PrepayBalanceSnapshotType
A snapshot of a prepay meter's credit and debt balance at a given point in time.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The credit balance on the meter, in pence. |
|
The debt balance on the meter, in pence. |
|
|
|
The emergency credit balance on the meter, in pence. |
|
|
|
|
|
|
|
Example
{
"accumulatedDebtRegisterInMillipence": 88,
"asAt": "2012-07-28T16:36:17.580938+00:00",
"creditInPence": 93,
"debtInPence": 22,
"emergencyCreditBalanceInMillipence": 41,
"emergencyCreditInPence": 50,
"meterBalanceInMillipence": 87,
"paymentDebtRegisterInMillipence": 4,
"timeDebtRegisterOneInMillipence": 18,
"timeDebtRegisterTwoInMillipence": 7
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
The reason assigned to the Balance Transfer that originated the credit.If this endpoint is used to display prepay top-ups, then transfers with reason PREPAY_BILLING_DUMP_IN_FLIGHT_CREDIT must be excluded as these are transfers made during prepay billing after a credit removal and they are not top-ups. |
|
|
|
Example
{
"createdDate": "1982-04-07",
"id": "11450020",
"netAmount": 1,
"reason": "crime-hospital-mouth-list-a",
"smartPrepayProcessStatus": "NOT_STARTED",
"utrn": "know-set-standard-young-yes"
}
PrepayLedgersType
The ledgers associated to a prepayment meter. There are three types: a credit ledger for mirroring the meter's credit balance, a debt ledger for mirroring the meter's debt balance and payment ledger which is the inflight payments that we have not yet managed to resolve on the other two ledgers.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
Example
{
"creditLedger": SupplementaryLedgerType,
"debtLedger": SupplementaryLedgerType,
"paymentLedger": PrepayPaymentLedgerType
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 87,
"edges": [PrepayPaymentConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 60
}
PrepayPaymentConnectionTypeEdge
A Relay edge containing a PrepayPaymentConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "gun-reason-administration-sea-we",
"node": PrepayPaymentType
}
PrepayPaymentLedgerType
The in-flight credit ledger tracks the status of payments made to a prepay meter.
Fields
| Name | Description |
|---|---|
|
Transfers of credit from the account ledger to a smart prepay meter. |
|
The current final balance of the ledger in pence. |
|
|
|
Deprecated The 'ledgerId' field is deprecated. |
|
|
|
|
The display name of the ledger. |
|
The canonical name of the ledger. |
|
|
|
Payments made to add credit to a smart prepay meter. |
Example
{
"creditTransfers": [PrepayCreditTransferType],
"currentBalance": 19,
"ledgerType": "people-natural-save-fly-local",
"name": "garden-daughter-before-order-cup",
"number": "apply-machine-seat-off-return",
"paymentAdequacy": PaymentAdequacyDetailsType,
"payments": [PrepayPaymentType]
}
Fields
| Name | Description |
|---|---|
|
Amount of payment in the currency's minor unit |
|
|
|
|
|
The date this payment is scheduled to be debited |
|
|
|
|
|
Deprecated The 'smartPrepayStatus' field is deprecated. |
|
|
|
Example
{
"amount": 1,
"id": "71505043",
"meter": Meter,
"paymentDate": "1980-11-13",
"smartPrepayProcessStatus": "NOT_STARTED",
"utrn": "skill-same-kind-buy-family"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Whether the tariff is for exporting energy. |
|
|
|
|
|
|
|
|
|
Tags associated with the tariff. |
|
Describes a particular tariff by combining the product code, number of rates, available from date and GSP code. |
|
Example
{
"description": "right-research-forward-east-special",
"displayName": "call-up-budget-already-health",
"fullName": "teach-heavy-trade-we-out",
"id": "76922411",
"isExport": true,
"preVatStandingCharge": 574.9,
"preVatUnitRate": 505.14,
"productCode": "pattern-strategy-share-friend-test",
"standingCharge": 290.19,
"tags": "couple-decide-central-next-not",
"tariffCode": "word-town-evidence-economic-sort",
"unitRate": 396.68
}
PrerecordConsentGranularity
Mutation to prerecord reading consent granularity for a meter point.This will not work for MHHS enabled meter points and the setReadingConsentGranularity mutationshould be used instead.
Fields
| Name | Description |
|---|---|
|
MPAN for which the mutation was called. |
Example
{
"mpan": "require-find-contain-hear-hundred"
}
PreSignedToken
A pre-signed, expiring and opaque tokens that can be swapped for a limited scope JWT (Kraken Token).
Fields
| Name | Description |
|---|---|
|
|
|
|
|
The scope that the token will grant to the account user. |
Example
{
"isValid": true,
"key": "energy-process-environment-season-traditional",
"scope": "SUBMIT_METER_READINGS"
}
PriceForStream
Rate group prices for a product.
Fields
| Name | Description |
|---|---|
|
The characteristic mapping for the price. |
|
The price per unit. |
|
The scheme labels for the price. |
Example
{
"characteristicMapping": {"key": "value"},
"price": "1.0",
"schemeLabels": {"key": "value"}
}
Fields
| Name | Description |
|---|---|
|
|
|
Unit that monetary amount relates to eg. 27 cents per kwh. |
Example
{
"amount": "1.0",
"unit": "KILOWATT_HOURS"
}
PrintAttachmentType
Represents a print attachment
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Temporary URL at which the attachment is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). |
Example
{
"filename": "cultural-home-girl-work-effect",
"id": "25814804",
"s3Bucket": "walk-might-every-paper-know",
"s3Key": "show-often-organization-call-spend",
"temporaryUrl": "water-have-the-impact-mouth"
}
PrintBatchType
Represents print batch details
Fields
| Name | Description |
|---|---|
|
|
|
Messages in a print batch. |
|
The status of the print batch. |
Example
{
"id": "64156301",
"messages": PrintMessageTypeConnection,
"status": "OPEN"
}
Fields
| Name | Description |
|---|---|
|
|
|
The ID of the object |
|
Print message of the print event. |
|
Example
{
"eventType": "good-country-kind-campaign-forward",
"id": "21903129",
"message": PrintMessageType,
"occurredAt": "2018-11-02T18:42:58.031616+00:00"
}
PrintMessageType
Represents a print communication.
Fields
| Name | Description |
|---|---|
|
|
|
Attachments of the message. |
|
Comms that are marked as high priority. |
|
The ID of the object |
|
Example
{
"account": AccountType,
"attachments": [PrintAttachmentType],
"highPriority": true,
"id": "10597766",
"templateCode": "ready-film-type-computer-least"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 30,
"edges": [PrintMessageTypeEdge],
"pageInfo": PageInfo,
"totalCount": 32
}
PrintMessageTypeEdge
A Relay edge containing a PrintMessageType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "third-sense-agent-high-animal",
"node": PrintMessageType
}
ProductComponentType
Represents a product component within an offering.
Fields
| Name | Description |
|---|---|
|
The product associated with this component. |
|
Unique identifier of the component. |
|
Initial/default quantity for this component. |
|
Maximum quantity of this component that can be selected. |
|
Minimum quantity of this component that can be selected. |
Example
{
"component": CatalogProductType,
"identifier": "17322362",
"initialQuantity": 82,
"maximumQuantity": 90,
"minimumQuantity": 57
}
ProductEligibilityType
Product eligibility verification result object.
Fields
| Name | Description |
|---|---|
|
List of product ineligibility reasons. |
|
Whether customer is eligible for product. |
Example
{
"ineligibilityReasons": [ProductIneligibilityReasonDetails],
"isEligible": true
}
Fields
| Name | Description |
|---|---|
|
The name of the stage. |
|
The current status of the stage. |
|
The steps that are part of the enrolment stage. |
Example
{
"name": "difference-relate-instead-continue-thing",
"status": "SKIPPED",
"steps": [ProductEnrolmentStepType]
}
Fields
| Name | Description |
|---|---|
|
The name of the step. |
|
The current status of the step. |
|
The date time that the step was last updated. |
Example
{
"displayName": "drop-suggest-court-week-street",
"status": "SKIPPED",
"updatedAt": "1972-07-09T15:13:10.480283+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
The electricity meter point associated with the enrolment. |
|
The gas meter point associated with the enrolment. |
|
|
|
The product associated with the enrolment. |
|
The stages that are part of the enrolment. |
|
Example
{
"account": AccountType,
"electricityMeterPoint": ElectricityMeterPointType,
"gasMeterPoint": GasMeterPointType,
"id": "39016934",
"product": EnergyProductType,
"stages": [ProductEnrolmentStageType],
"status": "NOT_STARTED"
}
Fields
| Name | Description |
|---|---|
|
Ineligibility reason code. |
|
Customer ineligibility reason description. |
Example
{
"code": "yeah-teacher-if-face-send",
"description": "production-inside-produce-professional-deep"
}
ProductRateOverrideConfigurationType
Configuration for Product Rate Override Configuration term.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
The indexation options for the product rate override configuration. |
|
Whether the term is variable. |
|
The schedules for the product rate override configuration. |
|
The type of the term. |
Example
{
"description": "management-as-arm-step-market",
"displayName": "medical-drug-forward-receive-member",
"identifier": "43452572",
"indexationOptions": IndexationOptionsType,
"isVariable": true,
"schedules": [ProductRateOverrideScheduleType],
"type": "lose-relationship-word-degree-big"
}
ProductRateOverrideItemType
Item for Product Rate Override Configuration term.
Fields
| Name | Description |
|---|---|
|
The price per unit for the product rate override item. |
|
The product code for the product rate override item. |
|
The rate band for the product rate override item. |
Example
{
"pricePerUnit": "1.0",
"productCode": "collection-effect-central-decade-dog",
"rateBand": "issue-authority-treat-specific-respond"
}
ProductRateOverrideScheduleType
Schedule for Product Rate Override Configuration term.
Fields
| Name | Description |
|---|---|
|
The effective from date for the product rate override schedule. |
|
The items for the product rate override schedule. |
Example
{
"effectiveFrom": "1999-11-04T14:23:30.159999+00:00",
"items": [ProductRateOverrideItemType]
}
ProductRateType
A single product rate.
Fields
| Name | Description |
|---|---|
|
The band category of the product rate. |
|
|
|
The gsp of the product rate. |
|
The payment_method of the product rate. |
|
|
|
|
|
Example
{
"bandCategory": "single-every-particularly-position-evening",
"bandSubcategory": "American-charge-traditional-activity-worker",
"gsp": "performance-democratic-stop-add-prevent",
"paymentMethod": "player-recent-evidence-truth-real",
"pricePerUnit": "1.0",
"validFrom": "2022-06-23T23:37:42.427649+00:00",
"validTo": "1971-11-16T11:41:32.490062+00:00"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
Some tariffs expect customers to alter their usage patterns (e.g. EV tariffs) so will redistribute total consumption accordingly. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"additionals": "different-decade-explain-five-wrong",
"annualStandingCharge": "1.0",
"assumedAnnualConsumptionDay": 61,
"assumedAnnualConsumptionNight": 2,
"consumptionDistributionCoefficients": ConsumptionDistributionCoefficients,
"estimatedAnnualCost": 80,
"exitFees": 76,
"exitFeesType": "election-get-race-chance-lay",
"paymentMethod": "DIRECT_DEBIT",
"priceGuaranteedUntil": "carry-care-exist-during-get",
"standingCharge": "1.0",
"supplier": "state-often-dog-common-center",
"tariffCode": "that-city-whether-edge-town",
"tariffComparisonRate": "1.0",
"tariffDisplayName": "land-source-worry-black-worker",
"tariffEndsOn": "guy-live-morning-dream-seek",
"tariffFullName": "money-yourself-hit-this-law",
"tariffType": "blue-foot-crime-white-require",
"unitRateDay": "1.0",
"unitRateNight": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"additionals": "yeah-contain-behind-miss-inside",
"annualStandingCharge": "1.0",
"assumedAnnualConsumption": 22,
"estimatedAnnualCost": 90,
"exitFees": 82,
"exitFeesType": "page-recently-there-degree-college",
"paymentMethod": "DIRECT_DEBIT",
"priceGuaranteedUntil": "culture-least-follow-middle-four",
"standingCharge": "1.0",
"supplier": "this-strong-the-method-foreign",
"tariffCode": "group-remain-board-own-rule",
"tariffComparisonRate": "1.0",
"tariffDisplayName": "spring-individual-attention-choice-night",
"tariffEndsOn": "camera-sell-ok-order-trouble",
"tariffFullName": "claim-nor-stuff-whole-safe",
"tariffType": "run-officer-have-body-design",
"unitRate": "1.0"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"additionals": "prepare-however-arm-recently-once",
"annualStandingCharge": "1.0",
"assumedAnnualConsumptionDay": 89,
"assumedAnnualConsumptionNight": 37,
"assumedAnnualConsumptionOffPeak": 90,
"estimatedAnnualCost": 91,
"exitFees": 37,
"exitFeesType": "role-woman-everything-task-area",
"paymentMethod": "DIRECT_DEBIT",
"priceGuaranteedUntil": "door-technology-too-current-coach",
"standingCharge": "1.0",
"supplier": "may-explain-authority-every-close",
"tariffCode": "ability-weight-environment-then-hear",
"tariffComparisonRate": "1.0",
"tariffDisplayName": "technology-box-too-sell-high",
"tariffEndsOn": "across-coach-hospital-it-research",
"tariffFullName": "green-raise-cell-animal-clear",
"tariffType": "field-level-member-spend-store",
"unitRateDay": "1.0",
"unitRateNight": "1.0",
"unitRateOffPeak": "1.0"
}
Fields
| Name | Description |
|---|---|
|
Index of carbon intensity ('low', 'high', etc.). |
|
|
Start of the half hourly carbon intensity projection period. |
|
Carbon intensity value. |
Example
{
"index": "VERY_LOW",
"periodStart": "2012-03-01T23:37:28.571957+00:00",
"value": 97.82
}
Fields
| Name | Description |
|---|---|
|
List of projected regional carbon intensity values. |
Example
{
"projectedRegionalCarbonIntensity": [ProjectedRegionalCarbonIntensitiesType]
}
PromotionAssignmentScheduleType
Represents a schedule for promotion assignment within a contract.
Fields
| Name | Description |
|---|---|
|
A mapping from discount codes to lists of targets. Each target is represented as {'target_type': {'domain': ..., 'type': ...}, 'identifier': ...}. |
|
The promotion code for this schedule. |
Example
{
"discountTargets": {"key": "value"},
"promotionCode": "outside-figure-better-tend-single"
}
PromotionAssignmentTermType
Represents a promotion assignment term in a contract.
Fields
| Name | Description |
|---|---|
|
The description of the term. |
|
The display name of the term. |
|
The identifier of the term. |
|
Whether the term is variable. |
|
A list of promotion assignment schedules associated with the contract. |
|
The type of the term. |
Example
{
"description": "now-past-health-wide-pretty",
"displayName": "I-price-PM-six-middle",
"identifier": "69353915",
"isVariable": true,
"schedules": [PromotionAssignmentScheduleType],
"type": "turn-behavior-determine-respond-hope"
}
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"addressLine1": "activity-authority-air-worry-there",
"addressLine2": "perhaps-present-talk-others-professor",
"country": "as-sort-song-per-not",
"county": "probably-box-herself-recent-kid",
"postcode": "computer-because-newspaper-suggest-consider",
"town": "prove-sign-across-book-land"
}
PropertyConnection
Paginated list of properties.
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 97,
"edges": [PropertyEdge],
"pageInfo": PageInfo,
"totalCount": 51
}
PropertyEdge
A Relay edge containing a Property and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "food-red-clear-media-imagine",
"node": PropertyInterface
}
Fields
| Name | Description |
|---|---|
|
Top-level administrative subdivision, e.g. US state, AU state/territory, NZ, region, IT region, JP prefecture.
|
|
The entire formatted address represented as a single string, as it would be written on an envelope. The formatting of this field may vary according to the country of the address (which may not match this Kraken installation's home country). It may also change if we update our address-formatting code or if our understanding of the correct formatting for a given country changes. Avoid parsing individual components of an address out of this field's value; use the other fields on this type instead. |
Arguments
Whether to include the country. The country will be spelled out in all-caps on the last line, as per Universal Postal Union standards.
Whether to include the name attached to this address.
Whether to include the postal code attached to this address. |
|
|
ISO 3166-1 alpha-2 code of the country this address belongs
to, e.g. |
|
Identifier used by the local postal service for this address, e.g. AU DPID, GB postcode + Delivery Point Suffix, US Zip-9 + Delivery Point. This is the value that gets encoded in the barcode printed on the envelope by large-volume bulk mail providers. |
|
UK dependent localities, or neighbourhoods or boroughs in some other locations. |
|
City or town portion of an address, e.g. US city, AU suburb/town, NZ suburb and city/town, IT comune, UK post town. |
|
A personal name. |
|
The name of a business or organisation. |
|
Postal code (ZIP code in the US). |
|
Sorting code, e.g. FR CEDEX code. This field is not used in many countries. |
|
The 'street address' component. This value can (and often will) contain newline characters when appropriate. In some cases, data may appear in this field instead of the
below fields; e.g. a UK post town name may appear here
instead of in the If |
|
The 'street address' component, in a structured format. This field stores the same value as The exact structure of this value depends on the country of the address, which is not necessarily the same as the country this Kraken is configured to serve. For addresses outside of the countries listed below, this field will be left blank.
|
Example
{
"administrativeArea": "each-politics-involve-social-social",
"asString": "pretty-prepare-else-lot-big",
"country": "town-blood-end-center-special",
"deliveryPointIdentifier": "95419905",
"dependentLocality": "everyone-fact-money-give-job",
"locality": "town-only-up-gun-wall",
"name": "doctor-couple-old-letter-prepare",
"organization": "state-author-whom-or-exactly",
"postalCode": "table-soon-weight-history-movement",
"sortingCode": "generation-new-although-include-enjoy",
"streetAddress": "blue-college-drop-everybody-human",
"structuredStreetAddress": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType
}
Fields
| Name | Description |
|---|---|
|
The matched property. |
|
A score representing the degree of confidence for a match. |
Example
{
"property": Property,
"score": "1.0"
}
PropertyType
Represents a property. Conceptually, it collects supply points under an address.
Fields
| Name | Description |
|---|---|
|
The address of the property, formatted into a single string. |
|
Ancestor properties in the specified hierarchy, ordered from root to immediate parent. Returns empty list if the property is not in the hierarchy. |
|
Timeslots for which the property has the possibility to book a smart-meter installation. |
|
Coordinates for the property, useful for displaying the property on a map. |
|
Descendant properties in the specified hierarchy. Returns empty list if the property is not in the hierarchy. |
|
Retrieve the details of electricity meter-points for a property. |
|
The embedded network this property belongs to, if any. |
|
Retrieve the details of gas meter-points for a property. |
|
|
|
|
|
Indicates if the property meets smart meter install preconditions. |
|
An optional label for the property. |
|
Measurements at a property |
Arguments
Defaults to the far future which will return the most recent readings.
Latest date to return measurements for (inclusive).
Defaults to the far past which will return the oldest readings.
Earliest date to return measurements from.
Timezone to use for grouping. Defaults to Kraken localtime.
Filters for each utility being measured. |
|
|
Time periods during which the property is associated with an account. Useful to display information about house-moves, as performing a move out of a property will set the end date for the occupancy period. |
|
The parent property in the specified hierarchy. Returns null if the property has no parent or is not in the hierarchy. |
Arguments
The name of the hierarchy to query within. |
|
|
|
|
Property rich address. |
|
Retrieve any smartmeter devices connected to the property. |
|
List of address lines. |
|
Likelihood that a smart meter at the given postcode and address will get a stable network connection. |
Example
{
"address": "brother-something-I-event-section",
"ancestors": PropertyConnection,
"coordinates": CoordinatesType,
"descendants": PropertyConnection,
"embeddedNetwork": EmbeddedNetworkType,
"id": "94490254",
"label": "bar-be-seem-apply-town",
"measurements": MeasurementConnection,
"occupancyPeriods": [OccupancyPeriodType],
"parent": PropertyInterface,
"postcode": "debate-kid-floor-truth-data",
"richAddress": PropertyRichAddressType,
"splitAddress": "knowledge-small-yes-ask-each"
}
ProviderVirtualKeyDetailsType
Details of a public key that can be added to devices for end-to-end authentication or encryption.
E.g. for Tesla the user visits a URL and the name can be used to show what the key is called. https://github.com/teslamotors/vehicle-command#distributing-your-public-key
Fields
| Name | Description |
|---|---|
|
Friendly human-readable name for the virtual key. |
|
URI for the virtual key. |
Example
{
"virtualKeyName": "beat-my-such-sit-surface",
"virtualKeyUri": "increase-even-series-understand-budget"
}
Fields
| Name | Description |
|---|---|
|
Number of nodes in the edge. |
|
Contains the nodes in this connection. |
|
|
Pagination data for this connection. |
|
Total number of nodes. |
Example
{
"edgeCount": 50,
"edges": [ProvisionalTransactionConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 59
}
ProvisionalTransactionConnectionTypeEdge
A Relay edge containing a ProvisionalTransactionConnectionType and its cursor.
Fields
| Name | Description |
|---|---|
|
A cursor for use in pagination |
|
The item at the end of the edge |
Example
{
"cursor": "pay-participant-laugh-team-green",
"node": ProvisionalTransactionType
}
ProvisionalTransactionType
A provisional transaction represents some debit or credit to or from a customer's account which we cannot yet finalise for some reason, but which is still useful to keep a note of, and display to the customer. Provisional transactions are purely to give guidance in the absence of finalised information. We therefore only return provisional transactions that have not been finalised. When a transaction is finalised, it is available through the transactions field.
Fields
| Name | Description |
|---|---|
|
The amount in pence for this provisional transaction. It will be negative for charges, positive for credits. |
|
The date at which the charge should be applied to the account. |
|
|
|
A user readable string that indicates what this transaction relates to. |
Example
{
"amount": 4,
"date": "2014-01-23",
"id": "69366121",
"title": "outside-executive-group-discuss-first"
}
Fields
| Name | Description |
|---|---|
|
The cost for the charge added during a charging session. |
|
The end time of a charging session. |
|
The energy added during a charging session. |
|
Location of the charging session. |
|
URL of the operator image. |
|
The start time of a charging session. |
|
The change in state of charge during a charging session. The value will be between 0 and 100, if not null. |
|
The final state of charge after a charging session. The value will be between 0 and 100, if not null. |
Example
PublishTransactionalMessagingExternalTrigger
Publish an externally defined transactional messaging trigger.
Fields
| Name | Description |
|---|---|
|
The trigger that has been published. |
Example
{
"trigger": Trigger
}
PublishTransactionalMessagingTrigger
Publish a trigger within the transactional messaging service.
Fields
| Name | Description |
|---|---|
|
Field with the possible errors of the query/mutation. |
|
Deprecated The 'possibleErrors' field is deprecated. |
|
|
The trigger that has been published. |
Example
{
"trigger": Trigger
}
PurchaseVoucher
Purchase a voucher.
Fields
| Name | Description |
|---|---|
|
The voucher purchase created from the mutation. |
Example
{
"voucherPurchase": VoucherPurchaseType
}
PurchaseVouchers
Purchase multiple vouchers.
Fields
| Name | Description |
|---|---|
|
The voucher purchases created from the mutation. |
Example
{
"voucherPurchases": [VoucherPurchaseType]
}
PushNotificationBindingType
Represents a pairing of a single app installation to an account user.
Fields
| Name | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
{
"application": NotifiableApplicationType,
"expiresAt": "1999-01-12T22:34:07.939495+00:00",
"id": "42966864",
"messages": PrintMessageTypeConnection,
"registeredAt": "2006-05-19T08:05:32.531877+00:00",
"token": "middle-difference-young-close-thousand",
"user": AccountUserType
}
Fields
| Name | Description |
|---|---|
|
|
|
The ID of the object |
|
Push notification message of the push notification event. |
|
Example
{
"eventType": "feeling-country-attorney-understand-low",
"id": "87518884",
"message": PushNotificationMessageType,
"occurredAt": "2006-08-13T13:11:07.670671+00:00"
}
PushNotificationMessageType
Represents a push notification communication.
Fields
| Name | Description |
|---|---|
|
The date and time the push notification was created. |
|
The ID of the push notification. |
|
The date and time the push notification was sent. |
|
URL to view the push notification in the support site. |
|
The trigger type code of the push notification. |
|
The body text of the push notification. |
|
The title of the push notification. |
Example
{
"createdAt": "2009-10-06T22:29:51.425786+00:00",
"id": "86975896",
"sentAt": "1990-06-18T07:00:02.138381+00:00",
"supportSiteUrl": "others-fear-street-note-scientist",
"templateCode": "environmental-manage-fire-ready-people",
"textBody": "manage-crime-serious-hundred-employee",
"title": "open-television-behavior-move-half"
}
QuantityType
Graphene type object to represent Quantity(magnitude, unit)
Fields
| Name | Description |
|---|---|
|
The numeric value of this field. |
|
Unit of this field. |
Example
{
"magnitude": 297.34,
"unit": "learn-nothing-agency-throughout-standard"
}
Fields
| Name | Description |
|---|---|
|
The complexity of the query. |
Example
{
"complexityValue": 100
}
QuoteAccountOnProducts
Create a quote for an existing account for the specified meterpoints on the passed in products.
Fields
| Name | Description |
|---|---|
|
The generated quote. |
Example
{
"quoteRequest": QuoteRequest
}
Example
{
"addressLine1": "adult-concern-break-painting-past",
"addressLine2": "similar-reach-fill-born-sea",
"addressLine3": "less-want-name-determine-memory"
}
Fields
| Name | Description |
|---|---|
|
Unique identifier for the term. |
|
Whether this term uses variable rates. |
|
Rate schedules for this bespoke rate configuration. |
|
The type of the term. |
Example
{
"identifier": "81352685",
"isVariable": true,
"schedules": [QuoteBespokeRateScheduleType],
"type": "affect-interview-community-plant-decide"
}
Fields
| Name | Description |
|---|---|
|
Unique identifier for this rate item. |
|
Price per unit for this rate item. |
|
Code identifying the rate specification. |
|
The variant profile for this rate item. |
Example
{
"identifier": "33933585",
"pricePerUnit": "1.0",
"rateSpecificationCode": "someone-buy-before-appear-morning",
"variantProfile": QuoteConfigurationVariantProfileType
}
Fields
| Name | Description |
|---|---|
|
Unique identifier for this schedule. |
|
Rate items in this schedule. |
|
Start of validity for this schedule. |
|
End of validity for this schedule. |
Example
{
"identifier": "11765311",
"items": [QuoteBespokeRateItemType],
"validFrom": "1996-05-07T05:10:06.669493+00:00",
"validTo": "1975-09-01T04:22:15.582110+00:00"
}
Fields
| Name | Description |
|---|---|
|
Unique identifier for the term. |
|
Whether this term uses variable rates. |
|
Number of days to pay the bill before debt becomes delinquent. |
|
The type of the term. |
|
Whether days are WORKING or CALENDAR days. |
Example
{
"identifier": "90418405",
"isVariable": true,
"numberOfDays": 10,
"type": "outside-down-alone-heavy-of",
"typeOfDays": "final-marriage-single-modern-tree"
}
QuoteCampaignOffer
Quote a given account on a campaign offer.
Fields
| Name | Description |
|---|---|
|
Example
{
"quoteCode": "help-wait-chance-commercial-miss"
}
Fields
| Name | Description |
|---|---|
|
The cost for quoting this product. |
|
The date and time when the quote component was created. |
|
Identifier of the Quote. |
|
Identifier of the Product Component. |
|
The input data used for quoting this product component. |
|
S3 URLs for terms and conditions linked to this quote component. |
Arguments
Expiration time for S3 URLs in seconds. Defaults to 1 hour (3600 seconds). |
|