(* Options: Date: 2026-04-04 08:35:14 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://pfapi.pstpf.com.au/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SaveNotificationsOrder.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type StringResponse() = member val Result:String = null with get,set /// ///Updates the order/index of the specified notification /// [] [] [] type SaveNotificationsOrder() = interface IReturn /// ///Notification Id of the item being updated. /// [] member val NotificationId:Guid = new Guid() with get,set /// ///The new index of the notification. Indexes start at 1. /// [] member val Index:Int32 = new Int32() with get,set