' Options: 'Date: 2025-06-02 12:30:52 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.evovoice.io ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: PatchDialingPermissions.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Voice.Api.Settings Namespace Global Namespace Voice.Api.Settings '''<Summary> '''Update the specified dialing permissions '''</Summary> <Route("/system/dialing-permissions/{isoCode}", "PATCH")> <Api(Description:="Update the specified dialing permissions")> Public Partial Class PatchDialingPermissions Implements IReturnVoid Implements IPatch '''<Summary> '''The account ID you are modifying '''</Summary> <ApiMember(Description:="The account ID you are modifying")> Public Overridable Property AccountId As String '''<Summary> '''The ISO code to patch '''</Summary> <ApiMember(Description:="The ISO code to patch")> Public Overridable Property IsoCode As String '''<Summary> '''If low risk numbers within this code are enabled '''</Summary> <ApiMember(Description:="If low risk numbers within this code are enabled")> Public Overridable Property LowRiskNumbersEnabled As Boolean '''<Summary> '''If high risk special numbers within this code are enabled '''</Summary> <ApiMember(Description:="If high risk special numbers within this code are enabled")> Public Overridable Property HighRiskSpecialNumbersEnabled As Boolean '''<Summary> '''If high risk toll fraud within this code are enabled '''</Summary> <ApiMember(Description:="If high risk toll fraud within this code are enabled")> Public Overridable Property HighRiskTollfraudNumbersEnabled As Boolean End Class End Namespace End Namespace