FivePD API
Models

CalloutDetailsDepartment

Represents the relationship between a callout and a department.

This model represents the database table fivepd_callout_details_departments. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

CalloutDetailsId

Gets or sets the identifier of the callout details.

Type: int

CalloutDetails

Gets or sets the callout details.

Type: CalloutDetails

DepartmentId

Gets or sets the identifier of the department.

Type: int

Department

Gets or sets the department.

Type: Department