| All Verbs | /UpdatePackingBoxWeight |
|---|
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
open class UpdatePackingBoxWeight
{
/**
* Traceability Mission Detail
*/
@ApiMember(Description=" Traceability Mission Detail", IsRequired=true)
open var TraceabilityMissionDetailPacking:TraceabilityMissionDetailPacking? = null
}
open class TraceabilityMissionDetailPacking
{
open var IDMissionDetail:Int? = null
open var PreparedQuantity:Double? = null
open var Batch:String? = null
open var ContainerID:Int? = null
open var ContainerName:String? = null
open var ContainerSizeXCm:Double? = null
open var ContainerSizeYCm:Double? = null
open var ContainerSizeZCm:Double? = null
open var ContainerWeight:Double? = null
open var StockroomID:Int? = null
open var StockroomName:String? = null
open var Operator:String? = null
open var VersionSelected:String? = null
}
Kotlin UpdatePackingBoxWeight DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
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/jsonl
Content-Type: text/jsonl
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"}}