| All Verbs | /MissionUpdateDetail/{ID}/{QuantityPrepared} |
|---|
"use strict";
export class MissionUpdateDetail {
/** @param {{ID?:number,QuantityPrepared?:number,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?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/**
* @type {number}
* @description Label ID */
ID;
/**
* @type {number}
* @description Quantity the operator prepared */
QuantityPrepared;
/**
* @type {string}
* @description Related batch value */
Batch;
/**
* @type {string}
* @description Related target container code */
ContainerCode;
/**
* @type {string}
* @description Data1 will be modified with the given value */
Data1;
/**
* @type {string}
* @description Data2 will be modified with the given value */
Data2;
/**
* @type {string}
* @description Data3 will be modified with the given value */
Data3;
/**
* @type {string}
* @description Data4 will be modified with the given value */
Data4;
/**
* @type {string}
* @description Data5 will be modified with the given value */
Data5;
/**
* @type {string}
* @description Data6 will be modified with the given value */
Data6;
/**
* @type {string}
* @description Data7 will be modified with the given value */
Data7;
/**
* @type {string}
* @description Data8 will be modified with the given value */
Data8;
/**
* @type {string}
* @description Data9 will be modified with the given value */
Data9;
/**
* @type {string}
* @description Data10 will be modified with the given value */
Data10;
/**
* @type {string}
* @description Data11 will be modified with the given value */
Data11;
/**
* @type {string}
* @description Stockroom name */
StockroomName;
/**
* @type {string}
* @description Product's version selected */
VersionSelected;
/**
* @type {string}
* @description Owner */
Owner;
/**
* @type {boolean}
* @description Allow destock qty in db */
UpdateStockQty;
}
JavaScript MissionUpdateDetail DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
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: text/jsv
Content-Type: text/jsv
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
}