OrdersCreate
Residential Budget
Create a Residential Budget proxy order
Create Residential Budget Order
Endpoint: POST /orders
Residential Budget is a bandwidth-type plan. Supply plan and bandwidth (GB).
Required Fields
| Field | Type | Required | Notes |
|---|---|---|---|
plan | string (slug) | yes | residential-budget. |
bandwidth | number (GB) | yes | Must be ≥ 1 and ≥ the smallest tier defined under bandwidths on the plan. |
Optional: discount_code. See Common Fields. Orders use account balance only.
Request Body
{
"plan": "residential-budget",
"bandwidth": 2
}With a discount code
{
"plan": "residential-budget",
"bandwidth": 2,
"discount_code": "SUMMER10"
}