(* Options: Date: 2025-09-14 06:45:28 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: GetLastSuccessfulCollectionDate.* //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 ResponseStatus() = [] member val ErrorCode:String = null with get,set [] member val Message:String = null with get,set [] member val StackTrace:String = null with get,set [] member val Errors:ResizeArray = null with get,set [] member val Meta:Dictionary = null with get,set [] [] type GetLastSuccessfulCollectionDateResponse() = member val LastSuccessfulCollectionDate:Nullable = new Nullable() with get,set member val LastSuccessfulRowVersion:Byte[] = null with get,set member val ResponseStatus:ResponseStatus = null with get,set /// ///Get the last collection date for a successfully imported integrations import /// [] [] [] type GetLastSuccessfulCollectionDate() = interface IReturn /// ///Guid representing the external systems datasource information. /// [] member val SuiteDataSourceInstanceId:Guid = new Guid() with get,set /// ///Import data type. /// [] member val ImportTypeId:Guid = new Guid() with get,set