(* Options: Date: 2025-12-06 07:53:11 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: ApplicationCreationRequest.* //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 ApplicationCreationRequest() = member val PortalID:String = null with get,set member val AgentID:String = null with get,set member val JurisdictionID:String = null with get,set member val CarrierID:String = null with get,set member val ProductID:String = null with get,set member val ContactID:Int32 = new Int32() with get,set