' Options: 'Date: 2025-06-13 08:32:20 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws.jimsnwa.com ' '''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: GetCitizenIncidentsRQ.* '''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 Nwa.Model.Contexto.nwa.citizen Imports Nwa.Model.Tipos.nwa.core Imports Nwa.Model.Tipos.nwa.citizen Namespace Global Namespace Nwa.Model.Contexto.nwa.citizen Public Partial Class CitizenIncidentFull Public Sub New() Fields = New Dictionary(Of String, Object) Files = New List(Of Dictionary(Of String,Object)) Follow = New List(Of Dictionary(Of String,Object)) End Sub Public Overridable Property ReportId As Long Public Overridable Property CitizenEmail As String Public Overridable Property CitizenName As String Public Overridable Property CitizenPhoneNumber As String Public Overridable Property CitizenStatus As String Public Overridable Property ReportTypeId As Long Public Overridable Property ReportType As String Public Overridable Property Report As String Public Overridable Property Fields As Dictionary(Of String, Object) Public Overridable Property Longitude As Double Public Overridable Property Latitude As Double Public Overridable Property InvolvedinIndicent As Integer Public Overridable Property CreatedDate As String Public Overridable Property Files As List(Of Dictionary(Of String,Object)) Public Overridable Property Follow As List(Of Dictionary(Of String,Object)) Public Overridable Property Status As String End Class End Namespace Namespace Nwa.Model.Tipos.nwa.citizen Public Partial Class GetCitizenIncidentsRQ Implements IReturn(Of GetCitizenIncidentsRS) Public Overridable Property Category As String Public Overridable Property InitDate As Date Public Overridable Property EndDate As Date Public Overridable Property Status As String Public Overridable Property WithAttachments As Boolean End Class Public Partial Class GetCitizenIncidentsRS Inherits CoreRS Public Sub New() CitizenIncidents = New List(Of CitizenIncidentFull) End Sub Public Overridable Property CitizenIncidents As List(Of CitizenIncidentFull) End Class End Namespace Namespace Nwa.Model.Tipos.nwa.core Public Partial Class CoreRS Public Overridable Property Code As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorStackTrace As String End Class End Namespace End Namespace