| 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 .csv suffix or ?format=csv
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: text/csv
Content-Type: text/csv
Content-Length: length
{"ID":0,"QuantityPrepared":0,"Batch":"String","ContainerCode":"String","Data1":"String","Data2":"String","Data3":"String","Data4":"String","Data5":"String","Data6":"String","Data7":"String","Data8":"String","Data9":"String","Data10":"String","Data11":"String","StockroomName":"String","VersionSelected":"String","Owner":"String","UpdateStockQty":false}