GroupResponseDto
Type Alias: GroupResponseDto
[object Object]
Defined in: api/types.gen.ts:706
Represents the response DTO for a group, containing all relevant information about the group, including its properties and any associated data. The GroupResponseDTO is used to transfer comprehensive group data from the server to the client when retrieving group information, allowing for a complete representation of the group's details in the response payload. The GroupResponseDTO can include properties such as the group's unique identifier, name, active status, type, and any associated group picture information, providing a comprehensive view of the group data for the client application.
Properties
active
[object Object]
Defined in: api/types.gen.ts:718
Status of the group. Inactive groups are hidden from administrative views to prevent clutter, but are preserved in the database for historical records and statistics (e.g., the Almanac).
costUnitId?
optionalcostUnitId?:string|null
Defined in: api/types.gen.ts:727
The default cost center for the group, used for financial transactions.
glAccountId?
optionalglAccountId?:string|null
Defined in: api/types.gen.ts:723
The default GL account for the group, used for financial transactions.
groupPicturePath?
optionalgroupPicturePath?:string|null
Defined in: api/types.gen.ts:731
The path where the picture for the group is stored, if any.
id
[object Object]
Defined in: api/types.gen.ts:710
The unique identifier of a Group, assigned incrementally.
name
[object Object]
Defined in: api/types.gen.ts:714
The name of the Group.
type
[object Object]
Defined in: api/types.gen.ts:719