Methods
(static) getBatchTimingsForEfficiency(location, batchNumberopt) → {Promise.<Object>}
Get batch timings for efficiency calculation
Parameters:
| Name |
Type |
Attributes |
Default |
Description |
location |
string
|
|
|
Location code |
batchNumber |
string
|
null
|
<optional>
|
null
|
Optional batch number |
Returns:
Timings object with work/break times
-
Type
-
Promise.<Object>
checkIfBarcodeScannedInBatch(barcode, batchNumber, location) → {Boolean}
Parameters:
| Name |
Type |
Description |
barcode |
String
|
|
batchNumber |
String
|
|
location |
String
|
|
Returns:
-
Type
-
Boolean
checkIfTargetEntryDoneForOC(barcode, batchNumber, location, date) → {boolean}
Parameters:
| Name |
Type |
Description |
barcode |
String
|
The barcode |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
date |
String
|
The date |
Returns:
Returns whether target entry done for this OC Number
-
Type
-
boolean
createBatch(batchNumber, location, status) → {Number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
status |
BatchStatusEnum
|
The batch status |
Returns:
-
Type
-
Number
deleteBarcodeFromBatch(batchNumber, location, barcode) → {Number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
barcode |
String
|
The barcode to be deleted |
Returns:
-
Type
-
Number
deleteBatch(batchNumber, location) → {Number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location |
Returns:
-
Type
-
Number
deleteProductLabelDetail(ocNumber, location) → {number}
This function is responsible to delete product label details from batch associated with location
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The oc number |
location |
String
|
The location |
Returns:
The records affected
-
Type
-
number
getBarcodesScannedInBatch(batchNumber, location) → {Array.<String>}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
|
location |
String
|
|
Returns:
-
Type
-
Array.<String>
getBatchActualScheduleFromResource(batchNumber, location) → {Array.<batchActualSchedule>}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
|
location |
String
|
|
Returns:
-
Type
-
Array.<batchActualSchedule>
getBatchByBatchNumberAndLocation(batchNumber, location) → {Batch}
Parameters:
| Name |
Type |
Description |
batchNumber |
Number
|
The batch number |
location |
String
|
The location of the batch |
Returns:
-
Type
-
Batch
getBatchByLocation(batchNumber, location) → {Batch}
Parameters:
| Name |
Type |
Description |
batchNumber |
Number
|
The batch number |
location |
String
|
The location of the batch |
Returns:
-
Type
-
Batch
getBatchDefaultSchedule(batchNumber, location) → {Array.<batchDefaultSchedule>}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
|
location |
String
|
|
Returns:
-
Type
-
Array.<batchDefaultSchedule>
getBatchesByLocation(batchNumber, location) → {Batch}
Parameters:
| Name |
Type |
Description |
batchNumber |
Number
|
The batch number |
location |
String
|
The location of the batch |
Returns:
-
Type
-
Batch
getBatchIdByBatchNumberAndLocation(batchNumber, location) → {Batch}
Parameters:
| Name |
Type |
Description |
batchNumber |
Number
|
The batch number |
location |
String
|
The location of the batch |
Returns:
-
Type
-
Batch
getBatchTargetEntryDetails(batchNumber, location, date) → {Array.<targetDetailsList>}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
date |
String
|
The date |
Returns:
Returns list of target entry details based on location, batch and date
-
Type
-
Array.<targetDetailsList>
getBundleBarcodeAdditionalDetails(bundleBarcode) → {Array.<bundleBarcodeDetails>}
This function is responsible to fetch shade, shrinkage, pattern associated with bundle barcode
Parameters:
| Name |
Type |
Description |
bundleBarcode |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<bundleBarcodeDetails>
getBundleBarcodeAdditionalDetailsOcNumber(bundleBarcode) → {Array.<bundleBarcodeDetails>}
This function is responsible to fetch shade, shrinkage, pattern associated with bundle barcode
Parameters:
| Name |
Type |
Description |
bundleBarcode |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<bundleBarcodeDetails>
getBundleBarcodeDetailsForPartLabel(transctionNo) → {Array.<bundleBarcodeDetails>}
This function is responsible to fetch bundle barcode for Part details associated with transaction bundle
Parameters:
| Name |
Type |
Description |
transctionNo |
String
|
The transction number |
Returns:
-
Type
-
Array.<bundleBarcodeDetails>
getBundlebarcodeForTest() → {String}
This function is used to fetch a valid parts barcode for testing
Returns:
A random bundle barcode
-
Type
-
String
getFitTypesFromMarker(jobUniqueList, productCode) → {Array.<fitTypesFromMarker>}
This function is responsible to fetch list of fit types from marker tables based on job unique list
Parameters:
| Name |
Type |
Description |
jobUniqueList |
Array.<Number>
|
The list of job unique |
productCode |
String
|
The product in batch |
Returns:
-
Type
-
Array.<fitTypesFromMarker>
getFitTypesFromMarkerbasedOnOcNumber(OcNumber) → {Array.<fitTypesFromMarker>}
This function is responsible to fetch list of fit types from marker based on oc number
Parameters:
| Name |
Type |
Description |
OcNumber |
String
|
The oc number |
Returns:
-
Type
-
Array.<fitTypesFromMarker>
getOcNumberList(batchNumber, location, filterDate) → {Array.<ocNumbers>}
Fetch the list of OC numbers for barcode scanned in input process for last 3 days in batch
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of batch |
filterDate |
String
|
The date in string to filter in yyyymmdd format |
Returns:
The list of oc numbers
-
Type
-
Array.<ocNumbers>
getOcPartsBarcode() → {ocPartBarcode}
Returns:
-
Type
-
ocPartBarcode
getPartAllTransactionBundle(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getPartBundle(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getPartBundle(qrCode) → {Array.<productQrDetails>}
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
qrCode |
String
|
The product Qr Code |
Returns:
-
Type
-
Array.<productQrDetails>
getPartBundleDetails(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getPartBundleOperation(operationUniqueCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
operationUniqueCode |
String
|
The √ |
getPartDetailsForLabel(partsBundleUniqueId) → {Array.<partDetailsForLabel>}
This function is responsible to fetch Part details associated with transaction bundle
Parameters:
| Name |
Type |
Description |
partsBundleUniqueId |
String
|
The parts bundle unique id |
Returns:
-
Type
-
Array.<partDetailsForLabel>
getPartLabelQrDetailsFromTransactionBundle(transctionNo) → {Array.<partLabelQrDetails>}
This function is responsible to fetch Part QR details associated with transaction bundle
Parameters:
| Name |
Type |
Description |
transctionNo |
String
|
The transction number |
Returns:
-
Type
-
Array.<partLabelQrDetails>
getPartsProductionData(dateOfProduction, stitchingBatchesId) → {result}
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
dateOfProduction |
String
|
The date Of Production |
stitchingBatchesId |
String
|
The stitching Batches Id |
Returns:
Returns parts production data module:repository/batch~getPartsProductionData
-
Type
-
result
getPartsProductionDataSummary(dateOfProduction, location) → {result}
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
dateOfProduction |
String
|
The date Of Production |
location |
String
|
The stitching Batches Id |
Returns:
Returns parts production data module:repository/batch~getPartsProductionDataSummary
-
Type
-
result
getPartTransactionBundle(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getPartTransactionBundleDeatils(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getQrCodeDetailsAssociatedWithProduct(qrCode) → {Array.<productQrDetails>}
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
qrCode |
String
|
The product Qr Code |
Returns:
-
Type
-
Array.<productQrDetails>
getQrDetailsAssociatedWithBundle(bundleBarcode) → {Array.<productQrDetails>}
This function is used to fetch qr code details associated with bundle
Parameters:
| Name |
Type |
Description |
bundleBarcode |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<productQrDetails>
getQrDetailsAssociatedWithBundleOcNumber(bundleBarcode) → {Array.<productQrDetails>}
This function is used to fetch qr code details associated with bundle
Parameters:
| Name |
Type |
Description |
bundleBarcode |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<productQrDetails>
getSizesFromMarker(jobUniqueList, fitType, productCode) → {Array.<sizesFromMarker>}
This function is responsible to fetch list of all sizes from marker tables
Parameters:
| Name |
Type |
Description |
jobUniqueList |
Array.<Number>
|
The list of job unique |
fitType |
String
|
The fit type of product |
productCode |
String
|
The product in batch |
Returns:
-
Type
-
Array.<sizesFromMarker>
getStitchingPartsBundleUniqueId(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
getTransactionBundleNumberDetails(TransactionBundleNumber) → {Array.<transactionBundleDetails>}
This function is used to fetch qr code details associated with bundle
Parameters:
| Name |
Type |
Description |
TransactionBundleNumber |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<transactionBundleDetails>
getValidProductForTest() → {String}
This function is used to fetch a valid product for testing
Returns:
A random valid product code
-
Type
-
String
postBarcodeInBatch(batchNumber, location, barcode) → {Number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
barcode |
String
|
The barcode to be inserted |
Returns:
-
Type
-
Number
postBatchOvertime(batchNumber, location, numberOfMachines, numberOfHelpers, startOvertime, endOvertime) → {number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
numberOfMachines |
number
|
The allocated number of machines for over time |
numberOfHelpers |
number
|
The allocated number of helpers for over time |
startOvertime |
String
|
The overtime start (hour and minutes) with time format "hh:mm" |
endOvertime |
String
|
The overtime end (hour and minutes) with time format "hh:mm" |
Returns:
-
Type
-
number
postBatchResource(batchNumber, location, numberOfMachines, numberOfHelpers, actualWorkStartTime, actualWorkEndTime, actualBreakStartTime, actualBreakEndTime) → {number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
numberOfMachines |
number
|
The allocated number of machines for mentioned date |
numberOfHelpers |
number
|
The allocated number of helpers for mentioned date |
actualWorkStartTime |
String
|
The actual work start time for mentioned date in batch with time format "hh:mm" |
actualWorkEndTime |
String
|
The actual work end time for mentioned date in batch with time format "hh:mm" |
actualBreakStartTime |
String
|
The actual break start time for mentioned date in batch with time format "hh:mm" |
actualBreakEndTime |
String
|
The actual break end time for mentioned date in batch with time format "hh:mm" |
Returns:
-
Type
-
number
postOCDailyTarget(batchNumber, location, ocNumber, productCode, productDescription, quantity) → {number}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch |
ocNumber |
String
|
The OC Number |
productCode |
String
|
The product code |
productDescription |
String
|
The product description |
quantity |
number
|
target quantity for the OC |
Returns:
Returns the number of rows affected by this operation
-
Type
-
number
postOutputInBatch(batchNumber, location, requestBodyParameter) → {number}
Parameters:
Returns:
-
Type
-
number
postPartBundleLabelDeatils(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
postParts(dateOfProduction, stitchingBatchesId, parts) → {date}
This function is used to check the date of production
Parameters:
| Name |
Type |
Description |
dateOfProduction |
String
|
The production date |
stitchingBatchesId |
String
|
The production date |
parts |
String
|
The production parts columns |
Returns:
Returns data exist or not module:repository/batch~resultPostParts
-
Type
-
date
postPartsBundleOperation(stitchingPartsBundleUniqueId, operationUniqueCode, partSection, partOperation, partSam, operator, operationUserToken) → {Promise.<number>}
Parameters:
| Name |
Type |
Description |
stitchingPartsBundleUniqueId |
String
|
The unique ID for the stitching parts bundle. |
operationUniqueCode |
String
|
The unique code for the operation. |
partSection |
String
|
The section of the part (e.g., front, back, etc.). |
partOperation |
String
|
The operation performed on the part. |
partSam |
String
|
The standard allowable minute (SAM) for the part. |
operator |
String
|
The operator performing the operation. |
operationUserToken |
String
|
A unique token representing the user performing the operation. |
Returns:
The number of rows affected by the query.
-
Type
-
Promise.<number>
postPartsProduction(dateOfProduction, stitchingBatchesId, hourly_production) → {date}
This function is used to check the date of production
Parameters:
| Name |
Type |
Description |
dateOfProduction |
String
|
The production date |
stitchingBatchesId |
String
|
The production date |
hourly_production |
String
|
The production date |
Properties:
| Name |
Type |
Description |
parts |
String
|
The parts |
hour_1 |
Number
|
The hour_1 data |
hour_2 |
Number
|
The hour_2 data |
hour_3 |
Number
|
The hour_3 data |
hour_4 |
Number
|
The hour_4 data |
hour_5 |
Number
|
The hour_5 data |
hour_6 |
Number
|
The hour_6 data |
hour_7 |
Number
|
The hour_7 data |
hour_8 |
Number
|
The hour_8 data |
hour_9 |
Number
|
The hour_9 data |
hour_10 |
Number
|
The hour_10 data |
Returns:
-
Type
-
date
postProductLabelDetail(batchNumber, ocNumber, location, buyerName, style, styleDescription, productCode, productDescription, fitType, colourCode, colourDescription, size, cutNumber, quantity, buyerPoNumber, buyerPoCountry, bundleBarcode, barcodes, productShade, productShrinkage, productPattern) → {number}
This function is responsible to post product label details into batch associated with location
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
ocNumber |
String
|
The oc number |
location |
String
|
The location |
buyerName |
String
|
The buyer name |
style |
String
|
The style |
styleDescription |
String
|
The style description |
productCode |
String
|
The product code |
productDescription |
String
|
The product description |
fitType |
String
|
The fit type |
colourCode |
String
|
The colour code |
colourDescription |
String
|
The colour description |
size |
String
|
The size |
cutNumber |
number
|
The cut number(lay number) |
quantity |
number
|
The quantity |
buyerPoNumber |
String
|
The buyer po number |
buyerPoCountry |
String
|
The buyer po country |
bundleBarcode |
String
|
The bundle barcode |
barcodes |
Array.<String>
|
The list of barcodes associated with product |
productShade |
String
|
The product shade |
productShrinkage |
String
|
The product shrinkage |
productPattern |
String
|
The product pattern |
Returns:
The records affected
-
Type
-
number
postUpdatePartsBundleOperation(stitchingPartsBundleUniqueId, operationUniqueCode, partSection, partOperation, partSam, operator, operationUserToken) → {Promise.<number>}
Parameters:
| Name |
Type |
Description |
stitchingPartsBundleUniqueId |
String
|
The unique ID for the stitching parts bundle. |
operationUniqueCode |
String
|
The unique code for the operation. |
partSection |
String
|
The section of the part (e.g., front, back, etc.). |
partOperation |
String
|
The operation performed on the part. |
partSam |
String
|
The standard allowable minute (SAM) for the part. |
operator |
String
|
The operator performing the operation. |
operationUserToken |
String
|
A unique token representing the user performing the operation. |
Returns:
The number of rows affected by the query.
-
Type
-
Promise.<number>
validateBatchResource(batchNumber, location) → {boolean}
Parameters:
| Name |
Type |
Description |
batchNumber |
String
|
The batch number |
location |
String
|
The location of the batch number |
Returns:
-
Type
-
boolean
validateBundleBarcode(bundleBarcode) → {Array.<bundleBarcodeDetails>}
Parameters:
| Name |
Type |
Description |
bundleBarcode |
String
|
The bundle barcode |
Returns:
-
Type
-
Array.<bundleBarcodeDetails>
validatePartBundle(qrCode) → {Array.<productQrDetails>}
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
qrCode |
String
|
The product Qr Code |
Returns:
-
Type
-
Array.<productQrDetails>
validatePartBundleBatch(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
validatePartBundleBatchOperation(ocNumber, location, productCode)
This function is used to fetch qr code details associated with product
Parameters:
| Name |
Type |
Description |
ocNumber |
String
|
The ocNumber |
location |
String
|
The location |
productCode |
String
|
The product Code |
validateTransctionNo(transctionNo) → {Array.<validateTransctionNo>}
This function is responsible to validate transctionNo
Parameters:
| Name |
Type |
Description |
transctionNo |
String
|
The transction number |
Returns:
-
Type
-
Array.<validateTransctionNo>
Type Definitions
batchActualSchedule
Type:
Properties:
| Name |
Type |
Description |
batchActualSchedule.workStartTime |
String
|
The batch work actual start time in location |
batchActualSchedule.workEndTime |
String
|
The batch work actual end time in location |
batchActualSchedule.breakStartTime |
String
|
The batch actual break start time in location |
batchActualSchedule.breakEndTime |
String
|
The batch actual break end time in location |
batchDefaultSchedule
Type:
Properties:
| Name |
Type |
Description |
batchDefaultSchedule.workStartTime |
String
|
The batch work start time in location |
batchDefaultSchedule.workEndTime |
String
|
The batch work end time in location |
batchDefaultSchedule.breakStartTime |
String
|
The batch break start time in location |
batchDefaultSchedule.breakEndTime |
String
|
The batch break end time in location |
bundleBarcodeDetails
Type:
Properties:
| Name |
Type |
Description |
bundleBarcodeDetails.shade |
String
|
The shade |
bundleBarcodeDetails.shrinkage |
String
|
The shrinkage |
bundleBarcodeDetails.pattern |
String
|
The pattern |
bundleBarcodeDetails
Type:
Properties:
| Name |
Type |
Description |
bundleBarcodeDetails.shade |
String
|
The shade |
bundleBarcodeDetails.shrinkage |
String
|
The shrinkage |
bundleBarcodeDetails.pattern |
String
|
The pattern |
bundleBarcodeDetails
Type:
Properties:
| Name |
Type |
Description |
bundleBarcodeDetails.partsBarcode |
String
|
The parts Barcode |
bundleBarcodeDetails
Type:
Properties:
| Name |
Type |
Description |
bundleBarcodeDetails.bundleBarcode |
String
|
The bundle barcode |
bundleBarcodeLabelDetails
Type:
Properties:
| Name |
Type |
Description |
bundleBarcodeLabelDetails.ocNumber |
String
|
The oc number |
bundleBarcodeLabelDetails.location |
String
|
The location |
bundleBarcodeLabelDetails.productCode |
String
|
The product code |
bundleBarcodeLabelDetails.colourCode |
String
|
The colour code |
bundleBarcodeLabelDetails.size |
String
|
The size |
deleteOperationUniqueCode
Type:
Properties:
| Name |
Type |
Description |
deleteOperationUniqueCode.operationUniqueCode |
String
|
The operation unique code |
fitTypesFromMarker
Type:
Properties:
| Name |
Type |
Description |
fitTypesFromMarker.fitType |
String
|
The fit type of product from cutting marker process |
fitTypesFromMarker
Type:
Properties:
| Name |
Type |
Description |
fitTypesFromMarker.fitType |
String
|
The fit type of product from cutting marker process |
getLabelBarcodeReprintDetails
Type:
Properties:
| Name |
Type |
Description |
getLabelBarcodeReprintDetails.transactionNo |
String
|
The transaction number |
getLabelBarcodeReprintDetails.batch |
String
|
The batch |
getLabelBarcodeReprintDetails.colourCode |
String
|
The colour code |
getLabelBarcodeReprintDetails.size |
String
|
The size |
getLabelBarcodeReprintDetails.poNumber |
String
|
The po number |
getLabelBarcodeReprintDetails.country |
String
|
The country |
getLabelBarcodeReprintDetails.startSerial |
String
|
The start serial |
getLabelBarcodeReprintDetails.endSerial |
String
|
The end serial |
getLabelBarcodeReprintDetails.partBarcode |
String
|
The part barcode |
getListTransactionBundle
Type:
Properties:
| Name |
Type |
Description |
getListTransactionBundle.transaction_bundle_no |
String
|
The transaction_bundle_no |
getListTransactionBundle
Type:
Properties:
| Name |
Type |
Description |
getListTransactionBundle.transaction_bundle_no |
String
|
The transaction_bundle_no |
getPartBundleAnalytics
Type:
Properties:
| Name |
Type |
Description |
getPartBundleAnalytics.ocNumber |
String
|
The oc number |
getPartBundleAnalytics.location |
String
|
The location |
getPartBundleAnalytics.batch |
String
|
The batch |
getPartBundleAnalytics.partBundle |
String
|
The part bundle |
getPartBundleAnalytics.transactionBundle |
String
|
The transaction bundle |
getPartBundleAnalytics.startSerial |
String
|
The start serial |
getPartBundleAnalytics.endSerial |
String
|
The end serial |
getPartBundleAnalytics.scanStatus |
String
|
The scan status |
getPartBundleOperationWorkflowWithoutOc
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
ocNumbers
Type:
Properties:
| Name |
Type |
Description |
ocNumbers.ocNumber |
String
|
The oc number from batch |
ocPartBarcode
Type:
Properties:
| Name |
Type |
Description |
ocPartBarcode.ocNumber |
String
|
The oc numbmer |
ocPartBarcode.partName |
String
|
The part name |
ocPartBarcode.barcode |
String
|
The barcode |
partBundleAnalyticsOperations
Type:
Properties:
| Name |
Type |
Description |
partBundleAnalyticsOperations.partUniqueId |
String
|
The part unique id |
partBundleAnalyticsOperations.partsBundleBarcode |
String
|
The parts bundle barcode |
partBundleAnalyticsOperations.part |
String
|
The part |
partBundleAnalyticsOperations.operationUniqueCode |
String
|
The operation unique code |
partBundleAnalyticsOperations.batch |
String
|
The batch |
partBundleAnalyticsOperations.token |
String
|
The token |
partBundleAnalyticsOperations.location |
String
|
The location |
partBundleAnalyticsOperations.ocNumberOperation |
String
|
The oc number operation |
partBundleAnalyticsOperations.operationUniqueId |
String
|
The operation unique id |
partBundleAnalyticsTransactions
Type:
Properties:
| Name |
Type |
Description |
partBundleAnalyticsTransactions.partId |
String
|
The part id |
partBundleAnalyticsTransactions.partsBundleBarcode |
String
|
The parts bundle barcode |
partBundleAnalyticsTransactions.part |
String
|
The part |
partBundleAnalyticsTransactions.transactionUniqueId |
String
|
The transaction unique id |
partBundleAnalyticsTransactions.transactionBundle |
String
|
The transaction bundle |
partBundleAnalyticsTransactions.startSerial |
String
|
The start serial |
partBundleAnalyticsTransactions.endSerial |
String
|
The end serial |
partBundleAnalyticsTransactions.partLabelBarcode |
String
|
The part label barcode |
partBundleAnalyticsTransactions.location |
String
|
The location |
partBundleAnalyticsTransactions.ocNumber |
String
|
The oc number |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleOperationWorkflow
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
partBundleScanned
Type:
Properties:
| Name |
Type |
Description |
partBundleScanned.OperationUniqueId |
String
|
The operation unique id |
partBundleScanned.scanned_flag |
String
|
The scanned flag |
partBundleScanned.stitchingPartsBundleUniqueId |
String
|
The stitching parts bundle unique id |
partDetailsForLabel
Type:
Properties:
| Name |
Type |
Description |
partDetailsForLabel.ocNumber |
String
|
The oc number |
partDetailsForLabel.part |
String
|
The part |
partLabelQrDetails
Type:
Properties:
| Name |
Type |
Description |
partLabelQrDetails.transactionNo |
String
|
The transaction number |
partLabelQrDetails.batch |
String
|
The batch |
partLabelQrDetails.colourCode |
String
|
The colour code |
partLabelQrDetails.size |
String
|
The size |
partLabelQrDetails.poNumber |
String
|
The po number |
partLabelQrDetails.country |
String
|
The country |
partLabelQrDetails.startSerial |
String
|
The start serial |
partLabelQrDetails.endSerial |
String
|
The end serial |
partLabelQrDetails.partBarcode |
String
|
The part barcode |
productionDate
Type:
Properties:
| Name |
Type |
Description |
result |
boolean
|
the status true |
productionDate
Type:
Properties:
| Name |
Type |
Description |
production.parts{ |
String
|
part} The parts
working |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
transactionBundleDetails.transactionBundleNumber |
String
|
The transaction bundle number |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
productQrDetails
Type:
Properties:
| Name |
Type |
Description |
productQrDetails.ocNumber |
String
|
The oc number |
productQrDetails.location |
String
|
The location |
productQrDetails.customerName |
String
|
The customer name |
productQrDetails.style |
String
|
The style |
productQrDetails.styleDescription |
String
|
The style description |
productQrDetails.productCode |
String
|
The product code |
productQrDetails.productDescription |
String
|
The product description |
productQrDetails.fitType |
String
|
The fitType |
productQrDetails.colourCode |
String
|
The colour code |
productQrDetails.colourDescription |
String
|
The colour description |
productQrDetails.size |
String
|
The size |
productQrDetails.batchNumber |
String
|
The batch number |
productQrDetails.qrCode |
String
|
The Qr code |
productQrDetails.layNumber |
number
|
The layNumber |
productQrDetails.serialNumber |
number
|
The serial number |
productQrDetails.buyerPoNumber |
String
|
The buyer po number |
productQrDetails.bundleBarcode |
String
|
The bundle barcode |
requestBodyParameter
Type:
Properties:
| Name |
Type |
Description |
requestBodyParameter.location |
String
|
The location of batch |
requestBodyParameter.ocNumber |
String
|
The OC number |
requestBodyParameter.colourCode |
String
|
The colour code of product |
requestBodyParameter.colourName |
String
|
The colour name of product |
requestBodyParameter.size |
String
|
The size of product |
requestBodyParameter.outputQuantity |
number
|
The output quantity of product |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.location |
String
|
The location |
result.dateOfProduction |
String
|
date Of Production |
result.parts |
String
|
The parts |
result.hour_1 |
Number
|
The hour_1 |
result.hour_2 |
Number
|
The hour_2 |
result.hour_3 |
Number
|
The hour_3 |
result.hour_4 |
Number
|
The hour_4 |
result.hour_5 |
Number
|
The hour_5 |
result.hour_6 |
Number
|
The hour_6 |
result.hour_7 |
Number
|
The hour_7 |
result.hour_8 |
Number
|
The hour_8 |
result.hour_9 |
Number
|
The hour_9 |
result.hour_10 |
Number
|
The hour_10 |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.batchNumber |
String
|
The batch Number |
result.location |
String
|
The location |
result.dateOfProduction |
String
|
date Of Production |
result.parts |
String
|
The parts |
result.hour_1 |
Number
|
The hour_1 |
result.hour_2 |
Number
|
The hour_2 |
result.hour_3 |
Number
|
The hour_3 |
result.hour_4 |
Number
|
The hour_4 |
result.hour_5 |
Number
|
The hour_5 |
result.hour_6 |
Number
|
The hour_6 |
result.hour_7 |
Number
|
The hour_7 |
result.hour_8 |
Number
|
The hour_8 |
result.hour_9 |
Number
|
The hour_9 |
result.hour_10 |
Number
|
The hour_10 |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
result
Type:
Properties:
| Name |
Type |
Description |
result.ocNumber |
String
|
The oc number |
result.location |
String
|
The location |
result.partBundle |
String
|
The part Bundle name |
result.productCode |
String
|
The product code |
result.partBundleBarcode |
String
|
The part bundle barcode |
sizesFromMarker
Type:
Properties:
| Name |
Type |
Description |
sizesFromMarker.size |
String
|
The size of product from cutting marker process |
targetDetailsList
Type:
Properties:
| Name |
Type |
Description |
targetDetailsList.location |
String
|
The location |
targetDetailsList.batchNumber |
String
|
The batch number associated with location |
targetDetailsList.ocNumber |
String
|
The oc number from batch |
targetDetailsList.productCode |
String
|
The product code |
targetDetailsList.productDescription |
String
|
The product description |
targetDetailsList.quantity |
String
|
The quantity |
totalLoadingDetails
Type:
Properties:
| Name |
Type |
Description |
totalLoadingDetails.totalLoading |
String
|
The total loading quantity |
validateOperationUniqueCode
Type:
Properties:
| Name |
Type |
Description |
validateOperationUniqueCode.operationUniqueCode |
String
|
The operation unique code |
validateTransctionNo
Type:
Properties:
| Name |
Type |
Description |
validateTransctionNo.transactionNo |
String
|
The transaction number |