' Options: 'Date: 2026-07-16 21:57:27 'Version: 8.30 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://initiation-test.sirva.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: ConsumerInitiation.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Client_Initiations.ServiceModel Namespace Global Namespace Client_Initiations.ServiceModel Public Partial Class ConsumerInitiation Implements IPost ''' '''First name of the consumer ''' Public Overridable Property FirstName As String ''' '''Last name of the consumer ''' Public Overridable Property LastName As String ''' '''Program name ''' Public Overridable Property Program As String ''' '''Company name ''' Public Overridable Property CompanyName As String ''' '''Mobile phone number ''' Public Overridable Property MobileNumber As String ''' '''Preferred email address ''' Public Overridable Property PreferredEmail As String ''' '''Current work location state ''' Public Overridable Property CurrentWorkState As String ''' '''Current work location country ''' Public Overridable Property CurrentWorkCountry As String ''' '''Destination work location state ''' Public Overridable Property DestinationWorkState As String ''' '''Destination work location country ''' Public Overridable Property DestinationWorkCountry As String ''' '''Preferred work location state ''' Public Overridable Property PreferredWorkState As String ''' '''Preferred work location country ''' Public Overridable Property PreferredWorkCountry As String End Class End Namespace End Namespace