Prices¶
List All Prices¶
GET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{billing_phase_id}/billing_resource_prices
Schema
billing_resource_prices
: Arrayid
: Integerbilling_phase_id
: Integerbilling_resource_id
: Integercurrency
: Stringmax_qty
: Decimalprice
: Decimalregions
: Arrayid
: Integername
: String
created_at
: DateTime
updated_at
: DateTime
View Price¶
GET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{billing_phase_id}/billing_resource_prices/{id}
Schema
billing_resource_price
: Objectid
: Integerbilling_phase_id
: Integerbilling_resource_id
: Integercurrency
: Stringmax_qty
: Decimalprice
: Decimalregions
: Arrayid
: Integername
: String
created_at
: DateTimeupdated_at
: DateTime
Update Price¶
PATCH /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{billing_phase_id}/billing_resource_prices/{id}
Schema
billing_resource_price
: Objectcurrency
: Stringmax_qty
: Decimalprice
: Decimalregion_ids
: Array
Create Price¶
POST /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{billing_phase_id}/billing_resource_prices
Schema
billing_resource_price
: Objectcurrency
: Stringmax_qty
: Decimalprice
: Decimalregion_ids
: Array
Delete Price¶
DELETE /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{billing_phase_id}/billing_resource_prices/{id}
Last update: 2021-12-23