# Get application sales area Endpoint: GET /api/application/salesarea/{id} Version: v1 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `Id` (integer) - `Code` (string) - `Name` (string) - `IsPrimary` (boolean) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)