(* Options: Date: 2026-09-21 22:53:20 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://clouddemo.pickeos.com:1337 //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: TriConfirmDispatch.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace GoToLightAPI open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type TriConfirmDispatch() = /// ///Mission detail reference /// [] member val BarcodeValue:String = null with get,set /// ///Rack name /// [] member val RackName:String = null with get,set /// ///Expected position on rack /// [] member val RackPosition:String = null with get,set /// ///User id /// [] member val UserId:String = null with get,set /// ///Item label /// [] member val Label:String = null with get,set