# List application sales areas Endpoint: GET /api/application/salesarea Version: v1 ## Response 200 fields (application/json): - `Id` (integer) - `Code` (string) - `Name` (string) - `IsPrimary` (boolean) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)