CreateAffiliateOrganisationInputType
Input fields
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.
Restrict to field-sales-only products? This is only allowed for the 'field-sales' and 'events' sales channels.
The name of the organisation that is going to be created.
Sales Channel.
Please use salesChannelCode instead.
- Marked as deprecated on 2025-07-17.
- Scheduled for removal on or after 2025-10-17.
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": "card-coach-Mrs-environmental-forward",
"defaultAccountType": "BUSINESS",
"isFieldSalesOnlyProduct": true,
"name": "media-effort-fund-box-dog",
"salesChannelCode": "want-single-resource-major-oil",
"skipMeterPointAddressValidation": true
}