(* Options: Date: 2026-02-04 04:49:59 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://production-eros-platform-apisubscription.azurewebsites.net/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetDimensions.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModelSubscription open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetDimensionsResponse() = /// ///XML string containing all the Dimensions and Values for a licensee. /// [] member val DimensionsXml:String = null with get,set [] [] type GetDimensions() = interface IReturn /// ///Id of the licensee to retrieve their dimensions and values for. /// [] member val LicenseeId:Guid = new Guid() with get,set /// ///Record Status of dimensions and values to be retrieved.. /// [] member val RecordStatus:String = null with get,set