UpdateSupportTicket interface
Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket.
Properties
advanced |
Advanced diagnostic consent to be updated on the support ticket. |
contact |
Contact details to be updated on the support ticket. |
secondary |
This property indicates secondary consents for the support ticket |
severity | Severity level. |
status | Status to be updated on the ticket. |
Property Details
advancedDiagnosticConsent
Advanced diagnostic consent to be updated on the support ticket.
advancedDiagnosticConsent?: string
Property Value
string
contactDetails
Contact details to be updated on the support ticket.
contactDetails?: UpdateContactProfile
Property Value
secondaryConsent
This property indicates secondary consents for the support ticket
secondaryConsent?: SecondaryConsent[]
Property Value
severity
Severity level.
severity?: string
Property Value
string
status
Status to be updated on the ticket.
status?: string
Property Value
string