(* Options: Date: 2026-05-19 09:52:06 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: UpdatePOSBrandIdentity.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.POS.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type UpdatePOSBrandIdentityResponse() = class end [] [] type UpdatePOSBrandIdentity() = interface IReturn /// ///Point of Sale Code, e.g. ES100:102048 /// [] member val posCode:String = null with get,set /// ///Brand Triagram, e.g. CAR, IWC, VAC /// [] member val brand:String = null with get,set /// ///Alternative Country ISO code, e.g. az, ca, us. max length 50 characters /// [] member val alternativeCountry:String = null with get,set /// ///Alternative Zip Code of POS, max length 50 characters /// [] member val alternativeZipCode:String = null with get,set /// ///Alternative Street Name and Number of the POS /// [] member val alternativeStreet:String = null with get,set /// ///Alternative City name of the POS, max length 50 characters /// [] member val alternativeCity:String = null with get,set /// ///Total Maison Commercial Surface /// [] member val brandWatchesCommercialSurface:Nullable = new Nullable() with get,set /// ///Watches Commercial Area /// [] member val posWatchesCommercialSurface:Nullable = new Nullable() with get,set /// ///Website URL (Partner Website), max length 200 characters /// [] member val website:String = null with get,set /// ///SWT POS type /// [] member val posType:Nullable = new Nullable() with get,set /// ///Post Contract Status Id /// [] member val postContractStatusId:Nullable = new Nullable() with get,set /// ///Opening Date /// [] member val openingDate:Nullable = new Nullable() with get,set /// ///Closing Date /// [] member val closingDate:Nullable = new Nullable() with get,set /// ///Sub Market Country ID /// [] member val subMarketCountryId:Nullable = new Nullable() with get,set /// ///Facility Type Id /// [] member val addressTypeId:Nullable = new Nullable() with get,set /// ///Facility Additional Information /// [] member val mallOrDeptStoreUnitNumber:String = null with get,set /// ///Number of Floors /// [] member val floorNumber:Nullable = new Nullable() with get,set /// ///GPS Latitude, value can only be between -90.00 and 90.00 /// [] member val gpsLatitude:Nullable = new Nullable() with get,set /// ///GPS Longitude, value can only be between -90.00 and 90.00 /// [] member val gpsLongitude:Nullable = new Nullable() with get,set /// ///Time Vallee /// [] member val timeVallee:Boolean = new Boolean() with get,set /// ///Last Visit Date /// [] member val lastVisitDate:Nullable = new Nullable() with get,set /// ///EPartnerProgram /// [] member val ePartnerProgram:Nullable = new Nullable() with get,set /// ///ePartner Launch Date /// [] member val ePartnerLaunchDate:Nullable = new Nullable() with get,set /// ///ePartner Scoring /// [] member val ePartnerScoring:Nullable = new Nullable() with get,set /// ///Social Media /// [] member val socialMedia:Nullable = new Nullable() with get,set /// ///SEO /// [] member val seo:Nullable = new Nullable() with get,set /// ///Google Business /// [] member val googleBusiness:Nullable = new Nullable() with get,set