recordExportMpanApplicationReference
Record the MPAN application reference on the matching electricity export journey.
Arguments
Input fields to identify the journey and record the reference.
Returns
RecordExportMpanApplicationReferenceOutput type of the recordExportMpanApplicationReference mutation.
Examples
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
}
}
}