(* Options: Date: 2026-09-23 02:16:29 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: InspectionRequestUpdateRequest.* //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 InspectionRequest() = member val InspectionRequestID:Int32 = new Int32() with get,set member val InspectionID:Int32 = new Int32() with get,set member val Agency:String = null with get,set member val ContactName:String = null with get,set member val ContactPhone:String = null with get,set member val PermitNo:String = null with get,set member val RequestedDate:Nullable = new Nullable() with get,set member val RequestedWindow:String = null with get,set member val Status:String = null with get,set member val ConfirmationNo:String = null with get,set member val Outcome: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 [] [] 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 InspectionRequestsResponse() = member val ResponseStatus:ResponseStatus = null with get,set member val Requests:ResizeArray = new ResizeArray() with get,set [] [] type InspectionRequestUpdateRequest() = interface IReturn member val InspectionUID:Guid = new Guid() with get,set member val InspectionRequestID:Int32 = new Int32() with get,set member val Status:String = null with get,set member val ConfirmationNo:String = null with get,set member val Outcome:String = null with get,set member val RequestedDate:Nullable = new Nullable() with get,set member val RequestedWindow:String = null with get,set