curl --request GET \
--url https://api-eu.flexportal.io/v1/billing-groups/{billingGroupId} \
--header 'Authorization: Bearer <token>' \
--header 'Tenant-ID: <tenant-id>'{
"success": true,
"billingGroup": {
"billingGroupId": "<string>",
"tenantId": "<string>",
"customerId": "<string>",
"groupName": "<string>",
"billingDay": 14,
"totalMonthlyAmount": 1,
"currency": "<string>",
"status": "active",
"createdBy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"rentalIds": [],
"activeRentalCount": 0,
"notes": "<string>"
}
}Retrieves a specific billing group by ID.
curl --request GET \
--url https://api-eu.flexportal.io/v1/billing-groups/{billingGroupId} \
--header 'Authorization: Bearer <token>' \
--header 'Tenant-ID: <tenant-id>'{
"success": true,
"billingGroup": {
"billingGroupId": "<string>",
"tenantId": "<string>",
"customerId": "<string>",
"groupName": "<string>",
"billingDay": 14,
"totalMonthlyAmount": 1,
"currency": "<string>",
"status": "active",
"createdBy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"rentalIds": [],
"activeRentalCount": 0,
"notes": "<string>"
}
}API key obtained from FlexPortal dashboard
Your tenant identifier
The billing group ID
Billing group details
true, false Show child attributes
11111 <= x <= 28x >= 03active, inactive 1x >= 0