Update a monthly order limit
Updates the selected monthly order limit.
It is possible to set max_quantity to null for organisation-specific limits, so that the selected organisation
is able to order an unlimited amount regardless of the global limit configured.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Path parameters
product_id
Numerical ID of a product
monthly_limit_id
ID of a monthly order limit
Request
This endpoint expects an object.
max_quantity
threshold_percentage
Percentage of the monthly limit after which an event should be triggered
Response
OK
id
max_quantity
threshold_percentage
Percentage of the monthly limit after which an event should be triggered
organisation
Override the global limit for a specific organisation