Go-to-Light Service 4.0.0.2397 - 121 - API License to Cloud Demo

<back to all web services

UpdatePackingBoxWeight

Requires Authentication
The following routes are available for this service:
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 .csv suffix or ?format=csv

HTTP + CSV

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: text/csv
Content-Type: text/csv
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"}}