' Options: 'Date: 2026-05-19 10:45:29 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dev-api-booster.richemont.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: ImportRequest.* '''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 Richemont.Booster2.PublicApi.NightlyProcess.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.NightlyProcess.ServiceModel Public Partial Class ImportRequest Implements IReturn(Of ImportRequestResponse) ''' '''Brand Trigram, e.g. CAR, IWC ''' Public Overridable Property brand As String ''' '''Public key of the file in cloud server ''' Public Overridable Property externalFileId As String ''' '''Type of import e.g. 'SelloutAndCustomer', 'Sellout' ''' Public Overridable Property type As String ''' '''B2 document reference to link the file with the Salesforce record ''' Public Overridable Property downloadRequestId As String End Class Public Partial Class ImportRequestResponse ''' '''Unique Identifier of the Import Sell-Out and Customer request created ''' Public Overridable Property asyncTaskId As Guid End Class End Namespace End Namespace