Attach Product Type to ScannerType
POST/scanner/:guid/product/:product_guid
Attaches a Product Type to a specific ScannerType.
Request
Responses
- 204
- 403
- 404
- 406
Product Type attached to ScannerType. * * return response()->noContent();
Unauthorized. You do not have permission to manage the ScannerType or Product Type.
ScannerType or Product Type not found.
The ScannerType already has the Product Type.