# Get unit contract by ID Retrieve detailed information about a specific unit contract Endpoint: GET /api/v3/unitContracts/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `id` (integer) - `contractType` (string) Enum: "LEASE", "OPERATING" - `unitOwner` (object) Company summary associated with the finance account - `unitOwner.id` (integer) Unique identifier of the company - `unitOwner.companyName` (string) Name of the company - `contractEndDate` (string) - `bookableFrom` (string) - `bookableTo` (string) - `notes` (string) - `commissionRate` (number) - `commissionFee` (number) - `commissionFrequency` (string) Enum: "DAILY", "WEEKLY", "MONTHLY", "QUARTERLY", "YEARLY", "PER_BOOKING" - `name` (string) - `minPriceType` (string) Enum: "DAILY", "WEEKLY", "MONTHLY" - `minPrice` (number) - `serviceFeeRate` (number) - `valid` (boolean)