(* Options: Date: 2026-05-19 10:58:44 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: PatchSellout.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Sellout.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type PatchSelloutResponse() = class end [] [] type PatchSellout() = interface IReturn /// ///Unique Identifier of the Sell-out item created in Booster /// [] member val saleId:Int32 = new Int32() with get,set /// ///Emails of Sale Representatives /// [] member val saleRepresentativeEmails:ResizeArray = new ResizeArray() with get,set /// ///Promoter Type ID /// [] member val promoterTypeId:String = null with get,set