(* Options: Date: 2026-05-19 09:51:25 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ImportRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.NightlyProcess.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ImportRequestResponse() = /// ///Unique Identifier of the Import Sell-Out and Customer request created /// [] member val asyncTaskId:Guid = new Guid() with get,set [] [] type ImportRequest() = interface IReturn /// ///Brand Trigram, e.g. CAR, IWC /// [] member val brand:String = null with get,set /// ///Public key of the file in cloud server /// [] member val externalFileId:String = null with get,set /// ///Type of import e.g. 'SelloutAndCustomer', 'Sellout' /// [] member val type:String = null with get,set /// ///B2 document reference to link the file with the Salesforce record /// [] member val downloadRequestId:String = null with get,set