(* Options: Date: 2026-07-08 19:45:49 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SafetyIncidentDetailRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace CRM.AgencyPlatform.API.Internal open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Net [] type SafetyIncident() = member val SafetyIncidentID:Int32 = new Int32() with get,set member val SafetyIncidentUID:Guid = new Guid() with get,set member val BranchId:Nullable = new Nullable() with get,set member val ProjectID:Nullable = new Nullable() with get,set member val IncidentNo:String = null with get,set member val IncidentType:String = null with get,set member val Severity:String = null with get,set member val Status:String = null with get,set member val Title:String = null with get,set member val Location:String = null with get,set member val CrewLabel:String = null with get,set member val Description:String = null with get,set member val ReportedBy:String = null with get,set member val IsRecordable:Boolean = new Boolean() with get,set member val OccurredAt:Nullable = new Nullable() with get,set member val ClosedAt:Nullable = new Nullable() with get,set member val SourceRef:String = null with get,set member val CreatedBy:String = null with get,set member val CreatedAt:Nullable = new Nullable() with get,set member val UpdatedAt:Nullable = new Nullable() with get,set member val DaysAgo:Int32 = new Int32() with get,set [] [] 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 = new ResizeArray() with get,set [] member val Meta:Dictionary = new Dictionary() with get,set [] type SafetyIncidentResponse() = member val ResponseStatus:ResponseStatus = null with get,set member val Incident:SafetyIncident = null with get,set [] [] type SafetyIncidentDetailRequest() = interface IReturn member val SafetyIncidentID:Int32 = new Int32() with get,set