# Retrieve billing frequency with specified id Retrieve the details of a specific billing frequency within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular billing interval, including its characteristics and associated behaviors. Billing frequencies are essential for organizing and managing various financial operations efficiently within the PMS. Endpoint: GET /api/v3/billingFrequencies/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) Unique identifier of the billing frequency ## Response 200 fields (application/json): - `id` (integer) The unique identifier of the billing frequency Example: 1 - `name` (string) The name of the billing frequency Example: "Monthly" - `code` (string) The code of the billing frequency Example: "M" - `systemType` (boolean) The system type of the billing frequency Example: true