| All Verbs | /MissionUpdateDetail/{ID}/{QuantityPrepared} |
|---|
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
'''<Summary>
'''Label ID
'''</Summary>
<ApiMember(Description:="Label ID", IsRequired:=true)>
Public Overridable Property ID As Integer
'''<Summary>
'''Quantity the operator prepared
'''</Summary>
<ApiMember(Description:="Quantity the operator prepared", IsRequired:=true)>
Public Overridable Property QuantityPrepared As Double
'''<Summary>
'''Related batch value
'''</Summary>
<ApiMember(Description:="Related batch value")>
Public Overridable Property Batch As String
'''<Summary>
'''Related target container code
'''</Summary>
<ApiMember(Description:="Related target container code")>
Public Overridable Property ContainerCode As String
'''<Summary>
'''Data1 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data1 will be modified with the given value")>
Public Overridable Property Data1 As String
'''<Summary>
'''Data2 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data2 will be modified with the given value")>
Public Overridable Property Data2 As String
'''<Summary>
'''Data3 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data3 will be modified with the given value")>
Public Overridable Property Data3 As String
'''<Summary>
'''Data4 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data4 will be modified with the given value")>
Public Overridable Property Data4 As String
'''<Summary>
'''Data5 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data5 will be modified with the given value")>
Public Overridable Property Data5 As String
'''<Summary>
'''Data6 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data6 will be modified with the given value")>
Public Overridable Property Data6 As String
'''<Summary>
'''Data7 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data7 will be modified with the given value")>
Public Overridable Property Data7 As String
'''<Summary>
'''Data8 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data8 will be modified with the given value")>
Public Overridable Property Data8 As String
'''<Summary>
'''Data9 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data9 will be modified with the given value")>
Public Overridable Property Data9 As String
'''<Summary>
'''Data10 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data10 will be modified with the given value")>
Public Overridable Property Data10 As String
'''<Summary>
'''Data11 will be modified with the given value
'''</Summary>
<ApiMember(Description:="Data11 will be modified with the given value")>
Public Overridable Property Data11 As String
'''<Summary>
'''Stockroom name
'''</Summary>
<ApiMember(Description:="Stockroom name")>
Public Overridable Property StockroomName As String
'''<Summary>
'''Product's version selected
'''</Summary>
<ApiMember(Description:="Product's version selected")>
Public Overridable Property VersionSelected As String
'''<Summary>
'''Owner
'''</Summary>
<ApiMember(Description:="Owner")>
Public Overridable Property Owner As String
'''<Summary>
'''Allow destock qty in db
'''</Summary>
<ApiMember(Description:="Allow destock qty in db")>
Public Overridable Property UpdateStockQty As Boolean
End Class
End Namespace
End Namespace
VB.NET MissionUpdateDetail DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /MissionUpdateDetail/{ID}/{QuantityPrepared} HTTP/1.1
Host: clouddemo.pickeos.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<MissionUpdateDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoToLightAPI">
<Batch>String</Batch>
<ContainerCode>String</ContainerCode>
<Data1>String</Data1>
<Data10>String</Data10>
<Data11>String</Data11>
<Data2>String</Data2>
<Data3>String</Data3>
<Data4>String</Data4>
<Data5>String</Data5>
<Data6>String</Data6>
<Data7>String</Data7>
<Data8>String</Data8>
<Data9>String</Data9>
<ID>0</ID>
<Owner>String</Owner>
<QuantityPrepared>0</QuantityPrepared>
<StockroomName>String</StockroomName>
<UpdateStockQty>false</UpdateStockQty>
<VersionSelected>String</VersionSelected>
</MissionUpdateDetail>