Methods
(static) delete/fabstitch/batch/:batchNumber/barcodes/:barcode() → {Boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.batchNumber |
String | The batch number |
req.params.barcode |
String | The barcode value |
req.body.location |
String | The location of the batch |
Returns:
- Type
- Boolean
(static) get/fabstitch/batch/:batchNumber/barcodes() → {Array.<String>}
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.batchNumber |
String | The batch number |
req.query.location |
String | The location of the batch |
Returns:
- Type
- Array.<String>
(static) post/fabstitch/batch/:batchNumber/barcodes/:barcode() → {PartBarcode}
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.batchNumber |
String | The batch number |
req.params.barcode |
String | The barcode value |
req.body.location |
String | The location of the batch |
Returns:
- Type
- PartBarcode