Skip to main content

Attach Product Type to ScannerType

POST 

/scanner/:guid/product/:product_guid

Attaches a Product Type to a specific ScannerType.

Request

Path Parameters

    guid uuidrequired

    The guid of the ScannerType.

    product_guid uuidrequired

    The guid of the Product Type.

Responses

Product Type attached to ScannerType. *

  • return response()->noContent();

Loading...