' Options: 'Date: 2026-09-21 22:54:31 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: http://clouddemo.pickeos.com:1337 ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: MissionUpdateDetail.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports GoToLightAPI Namespace Global Namespace GoToLightAPI Public Partial Class MissionUpdateDetail ''' '''Label ID ''' Public Overridable Property ID As Integer ''' '''Quantity the operator prepared ''' Public Overridable Property QuantityPrepared As Double ''' '''Related batch value ''' Public Overridable Property Batch As String ''' '''Related target container code ''' Public Overridable Property ContainerCode As String ''' '''Data1 will be modified with the given value ''' Public Overridable Property Data1 As String ''' '''Data2 will be modified with the given value ''' Public Overridable Property Data2 As String ''' '''Data3 will be modified with the given value ''' Public Overridable Property Data3 As String ''' '''Data4 will be modified with the given value ''' Public Overridable Property Data4 As String ''' '''Data5 will be modified with the given value ''' Public Overridable Property Data5 As String ''' '''Data6 will be modified with the given value ''' Public Overridable Property Data6 As String ''' '''Data7 will be modified with the given value ''' Public Overridable Property Data7 As String ''' '''Data8 will be modified with the given value ''' Public Overridable Property Data8 As String ''' '''Data9 will be modified with the given value ''' Public Overridable Property Data9 As String ''' '''Data10 will be modified with the given value ''' Public Overridable Property Data10 As String ''' '''Data11 will be modified with the given value ''' Public Overridable Property Data11 As String ''' '''Stockroom name ''' Public Overridable Property StockroomName As String ''' '''Product's version selected ''' Public Overridable Property VersionSelected As String ''' '''Owner ''' Public Overridable Property Owner As String ''' '''Allow destock qty in db ''' Public Overridable Property UpdateStockQty As Boolean End Class End Namespace End Namespace