' Options:
'Date: 2026-04-04 02:58:31
'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: ConnectContactsInRoles.*
'''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
Namespace Global
Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel
'''
'''Connect two contacts in the specified roles
'''
Public Partial Class ConnectContactsInRoles
Implements IReturn(Of ConnectContactsInRolesResponse)
'''
'''Create a connection from this contact to the specified to contact in the specified roles.
'''
Public Overridable Property ContactId As Guid
'''
'''Create a connection to this contact from the specified to contact in the specified roles.
'''
Public Overridable Property ToContactId As Guid
'''
'''Type of contact being connected with. For e.g. Real Person, Virtual Person etc.
'''
Public Overridable Property ContactTypeId As Guid
'''
'''List of roles to connect contacts in
'''
", Description:="List of roles to connect contacts in", IsRequired:=true, Name:="Roles")>
Public Overridable Property Roles As List(Of Guid) = New List(Of Guid)
'''
'''Send connection emails for auto - accept roles that are being assigned? Note: emails will always be sent if the role requires user acceptance
'''
Public Overridable Property SendConnectionEmails As Boolean
End Class
Public Partial Class ConnectContactsInRolesResponse
Public Overridable Property ResponseStatus As ResponseStatus
End Class
End Namespace
Namespace ServiceStack
Public Partial Class ResponseStatus
Implements IMeta
Public Overridable Property ErrorCode As String
Public Overridable Property Message As String
Public Overridable Property StackTrace As String
Public Overridable Property Errors As List(Of ResponseError)
Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta
End Class
End Namespace
End Namespace