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
"use strict";
export class TraceabilityMissionDetailPacking {
    /** @param {{IDMissionDetail?:number,PreparedQuantity?:number,Batch?:string,ContainerID?:number,ContainerName?:string,ContainerSizeXCm?:number,ContainerSizeYCm?:number,ContainerSizeZCm?:number,ContainerWeight?:number,StockroomID?:number,StockroomName?:string,Operator?:string,VersionSelected?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    IDMissionDetail;
    /** @type {number} */
    PreparedQuantity;
    /** @type {string} */
    Batch;
    /** @type {number} */
    ContainerID;
    /** @type {string} */
    ContainerName;
    /** @type {number} */
    ContainerSizeXCm;
    /** @type {number} */
    ContainerSizeYCm;
    /** @type {number} */
    ContainerSizeZCm;
    /** @type {number} */
    ContainerWeight;
    /** @type {number} */
    StockroomID;
    /** @type {string} */
    StockroomName;
    /** @type {string} */
    Operator;
    /** @type {string} */
    VersionSelected;
}
export class UpdatePackingBoxWeight {
    /** @param {{TraceabilityMissionDetailPacking?:TraceabilityMissionDetailPacking}} [init] */
    constructor(init) { Object.assign(this, init) }
    /**
     * @type {TraceabilityMissionDetailPacking}
     * @description  Traceability Mission Detail */
    TraceabilityMissionDetailPacking;
}

JavaScript UpdatePackingBoxWeight DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + 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"}}