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

<back to all web services

MissionUpdateDetail

Requires Authentication
The following routes are available for this service:
All Verbs/MissionUpdateDetail/{ID}/{QuantityPrepared}
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class MissionUpdateDetail
{
    /**
    * Label ID
    */
    @ApiMember(Description="Label ID", IsRequired=true)
    open var ID:Int? = null

    /**
    * Quantity the operator prepared
    */
    @ApiMember(Description="Quantity the operator prepared", IsRequired=true)
    open var QuantityPrepared:Double? = null

    /**
    * Related batch value
    */
    @ApiMember(Description="Related batch value")
    open var Batch:String? = null

    /**
    * Related target container code
    */
    @ApiMember(Description="Related target container code")
    open var ContainerCode:String? = null

    /**
    * Data1 will be modified with the given value
    */
    @ApiMember(Description="Data1 will be modified with the given value")
    open var Data1:String? = null

    /**
    * Data2 will be modified with the given value
    */
    @ApiMember(Description="Data2 will be modified with the given value")
    open var Data2:String? = null

    /**
    * Data3 will be modified with the given value
    */
    @ApiMember(Description="Data3 will be modified with the given value")
    open var Data3:String? = null

    /**
    * Data4 will be modified with the given value
    */
    @ApiMember(Description="Data4 will be modified with the given value")
    open var Data4:String? = null

    /**
    * Data5 will be modified with the given value
    */
    @ApiMember(Description="Data5 will be modified with the given value")
    open var Data5:String? = null

    /**
    * Data6 will be modified with the given value
    */
    @ApiMember(Description="Data6 will be modified with the given value")
    open var Data6:String? = null

    /**
    * Data7 will be modified with the given value
    */
    @ApiMember(Description="Data7 will be modified with the given value")
    open var Data7:String? = null

    /**
    * Data8 will be modified with the given value
    */
    @ApiMember(Description="Data8 will be modified with the given value")
    open var Data8:String? = null

    /**
    * Data9 will be modified with the given value
    */
    @ApiMember(Description="Data9 will be modified with the given value")
    open var Data9:String? = null

    /**
    * Data10 will be modified with the given value
    */
    @ApiMember(Description="Data10 will be modified with the given value")
    open var Data10:String? = null

    /**
    * Data11 will be modified with the given value
    */
    @ApiMember(Description="Data11 will be modified with the given value")
    open var Data11:String? = null

    /**
    * Stockroom name
    */
    @ApiMember(Description="Stockroom name")
    open var StockroomName:String? = null

    /**
    * Product's version selected
    */
    @ApiMember(Description="Product's version selected")
    open var VersionSelected:String? = null

    /**
    * Owner
    */
    @ApiMember(Description="Owner")
    open var Owner:String? = null

    /**
    * Allow destock qty in db
    */
    @ApiMember(Description="Allow destock qty in db")
    open var UpdateStockQty:Boolean? = null
}

Kotlin MissionUpdateDetail 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

HTTP + JSON

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/json
Content-Type: application/json
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}