| All Verbs | /UpdatePackingBoxWeight |
|---|
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 TraceabilityMissionDetailPacking
Public Overridable Property IDMissionDetail As Integer
Public Overridable Property PreparedQuantity As Double
Public Overridable Property Batch As String
Public Overridable Property ContainerID As Integer
Public Overridable Property ContainerName As String
Public Overridable Property ContainerSizeXCm As Double
Public Overridable Property ContainerSizeYCm As Double
Public Overridable Property ContainerSizeZCm As Double
Public Overridable Property ContainerWeight As Double
Public Overridable Property StockroomID As Integer
Public Overridable Property StockroomName As String
Public Overridable Property [Operator] As String
Public Overridable Property VersionSelected As String
End Class
Public Partial Class UpdatePackingBoxWeight
'''<Summary>
''' Traceability Mission Detail
'''</Summary>
<ApiMember(Description:=" Traceability Mission Detail", IsRequired:=true)>
Public Overridable Property TraceabilityMissionDetailPacking As TraceabilityMissionDetailPacking
End Class
End Namespace
End Namespace
VB.NET UpdatePackingBoxWeight DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /UpdatePackingBoxWeight HTTP/1.1
Host: clouddemo.pickeos.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"TraceabilityMissionDetailPacking":{"IDMissionDetail":0,"PreparedQuantity":0,"Batch":"String","ContainerID":0,"ContainerName":"String","ContainerSizeXCm":0,"ContainerSizeYCm":0,"ContainerSizeZCm":0,"ContainerWeight":0,"StockroomID":0,"StockroomName":"String","Operator":"String","VersionSelected":"String"}}