The cart automatically validates the maximum amount ($$) by order type and payment method.
This validation only applies at the "Place Order" process, and only with cash or card payments.
| Action | Method | Resources | Description |
|---|---|---|---|
| Update Business Maximum Rule | PUT | /business/3/maximums/2 | |
| Create Business Maximum Rule | POST | /business/3/maximums | |
| Delete business maximum rule | DELETE | /business/3/maximums/2 | |
| Get Business maximums rules | GET | /business/3/maximums |
The required attributes for this model are:
| Attribute | Type | Required | Description |
|---|---|---|---|
| paymethod_id | Integer,null | no | |
| site_id | Integer,null | no | |
| order_type_id | Integer,null | no | |
| maximum_id | Float,integer,null | no |

