# InquiryTypesController

**Kind:** Controller

**Source:** `Pams/API/Pams.API/Controllers/Sales/InquiryTypesController.cs` (line 14)

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

## Where it refuses work

- `InquiryTypesController` stops the work with an early return when `success`, in 2 places.
- `InquiryTypesController` stops the work with an early return when `!ModelState.IsValid`.
- `InquiryTypesController` stops the work with an early return when `logic.Exists(CompanyID, model.InquiryTypeID, model.Name)`.
- `InquiryTypesController` stops the work with an early return when `!logic.IsFound(CompanyID, ID)`.

## Relationships

- MODULE_DECLARES → `GetAll`
- MODULE_DECLARES → `Save`
- MODULE_DECLARES → `Delete`
- IMPORTS → `BaseController`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `Save`
- IMPORTS → `Save`
- IMPORTS → `Save`
- IMPORTS → `Save`
- IMPORTS → `InquiryTypeBindingModel`
- IMPORTS → `Delete`
- IMPORTS → `Delete`
- IMPORTS → `Delete`
- IMPORTS → `Delete`
- IMPORTS → `DeleteDto`

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### calls by (3)

- `AppSettings` — `Frontend/src/app/settings/app/app.settings.ts`:241
- `AppSettings` — `Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts`:126
- `AppSettings` — `Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts`:6
