Make Manufacturer
PUT /api/v1/businesses/{businessId}/make-manufacturer
Description
Make a business entity a manufacturer.
Path Parameters
| Name | Type | Description |
|---|---|---|
businessId | string | The ID of the business entity (path parameter) |
Example
PUT /api/v1/businesses/{businessId}/make-manufacturer
Response Code: 200 - OK
Description
Operation successful.
🔑 Authentication bearer
No authentication parameters specified for this endpoint.
LANGUAGE
CURL REQUEST
curl --request PUT \
--url /api/v1/businesses/{businessId}/make-manufacturer \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!