' Options: 'Date: 2025-07-17 11:14:41 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: ClaimReq.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.IO Imports AlbaApi.ServiceModel Namespace Global Namespace AlbaApi.ServiceModel Public Partial Class ClaimReq Implements IReturn(Of ClaimResponse) Public Overridable Property EmployerId As String Public Overridable Property MemberId As String Public Overridable Property Type As String Public Overridable Property Description As String End Class Public Partial Class ClaimResponse Public Overridable Property Result As HttpResult End Class End Namespace Namespace ServiceStack Public Partial Class HttpResult Public Sub New() Headers = New Dictionary(Of String, String) Cookies = New List(Of Cookie) End Sub Public Overridable Property ResponseText As String Public Overridable Property ResponseStream As Stream Public Overridable Property FileInfo As FileInfo Public Overridable Property VirtualFile As IVirtualFile Public Overridable Property ContentType As String Public Overridable Property Headers As Dictionary(Of String, String) Public Overridable Property Cookies As List(Of Cookie) Public Overridable Property ETag As String Public Overridable Property Age As Nullable(Of TimeSpan) Public Overridable Property MaxAge As Nullable(Of TimeSpan) Public Overridable Property Expires As Nullable(Of Date) Public Overridable Property LastModified As Nullable(Of Date) Public Overridable Property CacheControl As CacheControl Public Overridable Property ResultScope As Func(Of IDisposable) Public Overridable Property AllowsPartialResponse As Boolean Public Overridable Property Options As IDictionary(Of String, String) Public Overridable Property Status As Integer Public Overridable Property StatusCode As HttpStatusCode Public Overridable Property StatusDescription As String Public Overridable Property Response As Object Public Overridable Property ResponseFilter As IContentTypeWriter Public Overridable Property RequestContext As IRequest Public Overridable Property View As String Public Overridable Property Template As String Public Overridable Property PaddingLength As Integer Public Overridable Property IsPartialRequest As Boolean End Class End Namespace End Namespace