(* Options: Date: 2026-05-19 09:52:43 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: GetCustomerPaginated.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Common.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetCustomerInterest() = /// ///Interest description /// [] member val interest:String = null with get,set /// ///SAP Interest ID, e.g. 'CA-1' /// [] member val sapInterestId:String = null with get,set [] type GetCustomerHobby() = /// ///Hobby description /// [] member val hobby:String = null with get,set /// ///SAP Hobby ID, e.g. 'ART' /// [] member val sapHobbyId:String = null with get,set [] type GetCustomerProductCollection() = /// ///Product Collection description /// [] member val productCollection:String = null with get,set /// ///SAP ProductCollection ID, e.g. 'CA-1' /// [] member val sapProductCollectionId:String = null with get,set [] type ProductCategory() = /// ///Brand Category ID /// [] member val brandCategoryId:String = null with get,set /// ///Grand Category ID /// [] member val grandCategoryId:String = null with get,set /// ///Master Category ID /// [] member val masterCategoryId:String = null with get,set /// ///Category ID /// [] member val categoryId:String = null with get,set /// ///Sub Category ID /// [] member val subCategoryId:String = null with get,set [] type SearchCustomer() = /// ///Brand /// [] member val brand:String = null with get,set /// ///POS Legacy /// [] member val posCodes:ResizeArray = new ResizeArray() with get,set /// ///Search key could be: 'Name', 'Email', 'Phone' without prefix, 'BoosterCustomerId' OR 'SapCRMId' /// [] member val searchKey:String = null with get,set /// ///Search by phone number - exact match /// [] member val phoneNumber:String = null with get,set /// ///Search by email address - exact match /// [] member val email:String = null with get,set /// ///Values can be 'it', 'en' etc. /// [] member val locationCountryIds:ResizeArray = new ResizeArray() with get,set /// ///Client Spending From e.g. '100' /// [] member val clientSpendingFrom:Nullable = new Nullable() with get,set /// ///Client Spending To e.g. '50000' /// [] member val clientSpendingTo:Nullable = new Nullable() with get,set /// ///Customer Creation Date From e.g. '2022-01-01' /// [] member val creationDateFrom:Nullable = new Nullable() with get,set /// ///Customer Creation Date To e.g. '2023-11-01' /// [] member val creationDateTo:Nullable = new Nullable() with get,set /// ///Transaction Date From e.g. '2022-01-01' /// [] member val transactionDateFrom:Nullable = new Nullable() with get,set /// ///Transaction Date To e.g. '2023-11-01' /// [] member val transactionDateTo:Nullable = new Nullable() with get,set /// ///Values can be 'true' or 'false' /// [] member val canBeContactedByMaison:Nullable = new Nullable() with get,set /// ///Values can be 1 for 'January', 2 for 'February', 3 for 'March', 4 for 'April', 5 for 'May', 6 for 'June', 7 for 'July', 8 for 'August', 9 for 'September', 10 for 'October', 11 for 'November', 12 for 'December' /// [] member val birthdateMonths:ResizeArray = new ResizeArray() with get,set /// ///Customer interest filter /// [] member val interests:ResizeArray = new ResizeArray() with get,set /// ///Customer hobby filter /// [] member val hobbies:ResizeArray = new ResizeArray() with get,set /// ///Customer product collection filter /// [] member val productCollections:ResizeArray = new ResizeArray() with get,set /// ///Customer Status e.g. 'Prospect', 'Client' /// [] member val customerStatus:ResizeArray = new ResizeArray() with get,set /// ///List of BoosterCustomerIds, e.g. 1234567,1231231,12323423 /// [] member val boosterCustomerIds:ResizeArray = new ResizeArray() with get,set /// ///Values can be 'true' or 'false' /// [] member val hasSapCrmError:Nullable = new Nullable() with get,set /// ///Product Categories /// [] member val productCategories:ResizeArray = new ResizeArray() with get,set /// ///Sale Reprentative Emails /// [] member val saleRepresentativeEmails:ResizeArray = new ResizeArray() with get,set [] type IPagedRequest = abstract page:Int32 with get,set abstract items:Int32 with get,set abstract noCount:Boolean with get,set abstract sortBy:String with get,set [] type ProductCategory() = /// ///Brand Category ID /// [] member val brandCategoryId:String = null with get,set /// ///Grand Category ID /// [] member val grandCategoryId:String = null with get,set /// ///Master Category ID /// [] member val masterCategoryId:String = null with get,set /// ///Category ID /// [] member val categoryId:String = null with get,set /// ///Sub Category ID /// [] member val subCategoryId:String = null with get,set [] type GetCustomerPaginatedElement() = /// ///Booster Customer Id /// [] member val boosterCustomerId:Int32 = new Int32() with get,set /// ///First name /// [] member val firstName:String = null with get,set /// ///Middle name /// [] member val middleName:String = null with get,set /// ///Last name /// [] member val lastName:String = null with get,set /// ///First name Not Latin /// [] member val firstNameNotLatin:String = null with get,set /// ///Last name Not Latin /// [] member val lastNameNotLatin:String = null with get,set /// ///Customer phone /// [] member val phone:String = null with get,set /// ///Phone Country Prefix /// [] member val countryPrefix:String = null with get,set /// ///Customer email /// [] member val email:String = null with get,set /// ///Data Sharing Consent /// [] member val dataSharingConsent:Nullable = new Nullable() with get,set /// ///Sellout Transaction Count /// [] member val selloutTransactionCount:Int32 = new Int32() with get,set /// ///Elevate Customer ID /// [] member val elevateCustomerId:String = null with get,set /// ///Elevate Consent Status /// [] member val elevateConsentStatus:String = null with get,set /// ///Customer Country Id /// [] member val countryId:String = null with get,set /// ///Registration date /// [] member val registrationDate:Nullable = new Nullable() with get,set /// ///Sap Crm Error Message /// [] member val sapCrmErrorMessage:String = null with get,set [] type GetCustomerPaginatedResponse() = /// ///Total Pages /// [] member val totalPages:Int32 = new Int32() with get,set /// ///Total Results /// [] member val totalResults:Int32 = new Int32() with get,set /// ///Index of the result set returned /// [] member val page:Int32 = new Int32() with get,set /// ///Size of the result set returned /// [] member val items:Int32 = new Int32() with get,set /// ///List of customers /// [] member val elements:IEnumerable = null with get,set [] [] type GetCustomerPaginated() = inherit SearchCustomer() interface IReturn /// ///Index of the result set returned /// [] member val page:Int32 = new Int32() with get,set /// ///Size of the result set returned /// [] member val items:Int32 = new Int32() with get,set /// ///Omit precise record count - save on performance /// [] member val noCount:Boolean = new Boolean() with get,set /// ///Values can be 'NameDESC', 'NameASC', 'RegASC', 'RegDESC' /// [] member val sortBy:String = null with get,set