Get Order Summary Billing Occurrence
Retrieves the billing occurrence details for a subscription signup
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/open/companies//tenants//subscription/signup//get_order_summary_billing_occurrence' \
--header 'Authorization: Bearer <token>'
Responses
Billing occurrence details retrieved successfully
{
"company_uuid": "string",
"tenant_uuid": "string",
"subscription_start_date": "2019-08-24T14:15:22.123Z",
"subscription_end_date": "2019-08-24T14:15:22.123Z",
"billing_occurance": [
"2019-08-24T14:15:22.123Z"
]
}
Modified at 2025-03-21 07:23:14