' Options:
'Date: 2025-09-14 07:02:26
'Version: 8.52
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://production-eros-platform-apisubscription.azurewebsites.net/api
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: ImportXml.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Eros.Subtle.Canvara.WebAPIModel.ServiceModelSubscription
Namespace Global
Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModelSubscription
Public Partial Class ImportXml
Implements IReturn(Of ResponseStatus)
'''
'''XML string (encoded to base 64) containing data to import into EROS from external system.
'''
Public Overridable Property XmlToImport As String
'''
'''Guid representing the external systems datasource information.
'''
Public Overridable Property SuiteDataSourceInstanceId As Guid
'''
'''Import data type.
'''
Public Overridable Property ImportTypeId As Guid
'''
'''Data collected from foreign system falls within now and this date.
'''
Public Overridable Property CollectionDate As Date
'''
'''Bin Row Version of the last update
'''
Public Overridable Property RowVersion As Byte()
'''
'''If true, previous failed import attempts will be removed.
'''
Public Overridable Property RemovePreviousAttempts As Boolean
End Class
End Namespace
End Namespace