(* Options: Date: 2026-09-21 22:52:30 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: SetPositions.* //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 SetPositions() = /// ///Key identifying a location /// [] member val Positions:Position[] = null with get,set /// ///Optional: name of the stockroom where the position is located /// [] member val StockroomName:String = null with get,set /// ///Optional: overwrite existing positions defined with the same key: Yes by default /// [] member val Overwrite:Nullable = new Nullable() with get,set