# CustomerSurveyController

**Kind:** Controller

**Source:** `Pams/API/Pams.API/Controllers/Management/CustomerSurveyController.cs` (line 9)

**Part of:** [Pams](subsystem-pams)

## Where it refuses work

- `CustomerSurveyController` stops the work with an early return when `!logic.IsSalesJobFound(id, CompanyID)`.
- `CustomerSurveyController` stops the work with an early return when `isSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly`.

## Relationships

- MODULE_DECLARES → `GetBySalesJobId`
- MODULE_DECLARES → `Save`
- IMPORTS → `BaseController`
- IMPORTS → `Save`
- IMPORTS → `CustomerSurveyBindingModel`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### calls by (1)

- `AppSettings` — `Frontend/src/app/settings/app/app.settings.ts`:241
