' Options: 'Date: 2026-04-04 01:03:54 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://pfapi.pstpf.com.au/api ' '''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: UpdateContactGroupOrder.* '''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 Eros.Subtle.Canvara.WebAPIModel.ServiceModel Imports Eros.Causal.Common.Entity Namespace Global Namespace Eros.Causal.Common.Entity Public Partial Class StringResponse Public Overridable Property Result As String End Class End Namespace Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel ''' '''Update the order of contacts in the specified contact group ''' Public Partial Class UpdateContactGroupOrder Implements IReturn(Of StringResponse) ''' '''Connection of contact to update index in the group ''' Public Overridable Property ContactGroupConnectionId As Guid ''' '''The index of the contact in the group ''' Public Overridable Property Index As Integer End Class End Namespace End Namespace