Billing Events API¶
List Events¶
GET /api/subscriptions/{subscription-id}/billing_events
OAuth AuthorizationRequired: profile_read
schema
billing_events
: Arrayid
: Integerfrom_status
: Booleanto_status
: Booleanfrom_phase
:String<trial,discount,final>
to_phase
:String<trial,discount,final>
from_resource_qty
: Integerto_resource_qty
: Integercreated_at
: DateTimeupdated_at
: DateTimesubscription
:Object<Subscription>
source_product
:Object<Product>
destination_product
:Object<Product>
View Event¶
GET /api/subscriptions/{subscription-id}/billing_events/{id}
OAuth AuthorizationRequired: profile_read
schema
billing_event
: Objectid
: Integerfrom_status
: Booleanto_status
: Booleanfrom_phase
:String<trial,discount,final>
to_phase
:String<trial,discount,final>
from_resource_qty
: Integerto_resource_qty
: Integercreated_at
: DateTimeupdated_at
: DateTimesubscription
:Object<Subscription>
source_product
:Object<Product>
destination_product
:Object<Product>
Last update: 2021-12-31