Skip to main content

Input fields

acceptedTermsAndConditionsVersion : String

Version of the terms and conditions that have been accepted.

accountNumber : String! required

Account number.

certificate : Certificate

The export certificate object.

dnoStatus : DNOStatus! required

The DNO status.

exportMpan : String

The export MPAN.

fitId : String

The FiT ID.

fitStatus : FITStatus! required

The FiT ownership status.

importMpan : String

The import MPAN.

includeFitGeneration : Boolean

Whether to take over the FiT generation payments.

mcsCertNumber : String

The MCS certificate number.

Deprecation
The 'mcsCertNumber' field is deprecated.

Please use `certificate` instead.

- Marked as deprecated on 2023-10-20.
- Scheduled for removal on or after 2024-01-01.
productCode : String! required

The export product code.

technologyType : ExportTechnologyType! required

The export technology type.

termsAndConditionsAccepted : Boolean! required

Have the terms and conditions for this product been accepted?

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.

Example

{ "acceptedTermsAndConditionsVersion": "east-bank-exactly-work-language", "accountNumber": "A-24103253", "certificate": Certificate, "dnoStatus": "NOTIFIED", "exportMpan": "present-poor-wait-hospital-fill", "fitId": "53921599", "fitStatus": "OWNER", "importMpan": "cost-society-often-TV-early", "includeFitGeneration": true, "productCode": "big-particularly-space-begin-detail", "technologyType": "HYDRO", "termsAndConditionsAccepted": true }