(* Options: Date: 2026-08-01 16:54:35 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dmsshow.kyocerasolutions.cz //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetJsonPicklistItems.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace ScannerVision.WebService.Json.Dto open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Collections.ObjectModel [] type JsonDto() = class end [] type JsonPicklistItemsResponse() = inherit JsonDto() member val Guid:String = null with get,set member val Items:JsonPicklistItem[] = null with get,set [] type GetJsonPicklistItems() = inherit JsonDto() interface IReturn member val TemplateGuid:String = null with get,set member val Guid:String = null with get,set member val Answers:IDictionary = null with get,set