Replace a plan's per-reseller prices
PUT
/api/v1/profiles/{id}/price-list
prm_profiles_pricing
Replaces the whole override set for this plan in one call. An entry omitted from the payload is removed, not left alone.
A price cap of 0 and an absent cap mean different things. Absent is "no cap"; 0 is a cap of zero, which blocks every sale of that plan below the manager it is set on and reads on screen as "Over cap 0.00".
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_profiles_pricingManage profile pricing - Rate limit
t_mutate
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Plan id. |