Resources¶
List All Resources¶
GET /api/admin/billing_plans/{billing_plan_id}/billing_resources
Schema
billing_resources
: Arrayid
: Integerbilling_plan_id
: Integerexternal_id
: Stringproduct_id
: Integercreated_at
: DateTimeupdated_at
: DateTime
View Billing Resource¶
GET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}
Schema
billing_resource
: Objectid
: Integerbilling_plan_id
: Integerexternal_id
: Stringproduct_id
: Integercreated_at
: DateTimeupdated_at
: DateTime
Edit Billing Resource¶
PATCH /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}
Schema
billing_resource
: Objectbilling_plan_id
: Integerexternal_id
: Stringproduct_id
: Integer
Create Billing Resource¶
POST /api/admin/billing_plans/{billing_plan_id}/billing_resources
Schema
billing_resource
: Objectexternal_id
: Stringproduct_id
: Integer
Delete Billing Resource¶
DELETE /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}
Last update: 2021-12-23