recordExportMpanApplicationReference
Record the MPAN application reference on the matching electricity export journey.
Arguments
Input fields to identify the journey and record the reference.
Returns
RecordExportMpanApplicationReferenceRecord the MPAN application reference on the matching electricity export journey.
Possible Errors
Allowed Viewers
Required Permissions
Can record export mpan application referenceQuery Complexity
1Examples
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.
mutation RecordExportMpanApplicationReference($input: RecordExportMpanApplicationReferenceInput!) {
recordExportMpanApplicationReference(input: $input) {
success
}
}
Variables
{
"input": RecordExportMpanApplicationReferenceInput
}
Response
{
"data": {
"recordExportMpanApplicationReference": {
"success": true
}
}
}