Methods
(static) post/fabwms/fabric/:fabricBarcode() → {fabricBarcodeDetails}
Route to post an fabric barcode and entry date when a fabric roll enters a warehouse
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.fabricBarcode |
String | The fabric barcode in warehouse |
Returns:
The fabric barcode details module:routers/v8/fabwms/fabric~fabricBarcodeDetails
- Type
- fabricBarcodeDetails
(static) put/fabwms/fabric/:fabricBarcode() → {Boolean}
Route to update an exit date when a fabric is removed from the warehouse
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.fabricBarcode |
String | The fabric barcode in warehouse |
Returns:
- Type
- Boolean
Type Definitions
fabricBarcodeDetails
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
fabricBarcodeDetails.poNumber |
String | The po number associated with fabric barcode |
fabricBarcodeDetails.itemCode |
String | The fabric item code associated with fabric barcode |
fabricBarcodeDetails.itemDescription |
String | The item description associated with item code |
fabricBarcodeDetails.fabricLength |
Number | The total fabric length for fabric barcode |