GET Groups/GroupMaximum

Get groupMaximums from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == RecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == RecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == RecordState.Deleted

boolean

None.

OnlyShowEffectiveMaximums

Include records where StopDateUtc is null

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

GroupMaximumIDs

Filter by GroupMaximumIDs

Collection of integer

None.

GroupID

Filter by GroupID

integer

None.

EntryID

Filter by EntryID

integer

None.

EntryIDs

Filter by EntryIDs

Collection of integer

None.

MaximumRadAmountMin

Filter by MaximumRadAmountMin

decimal number

None.

MaximumRadAmountMax

Filter by MaximumRadAmountMax

decimal number

None.

Props

Filter by Props

Collection of Object

None.

StartDateUtcMin

Filter by StartDateUtcMin

date

None.

StartDateUtcMax

Filter by StartDateUtcMax

date

None.

StopDateUtcMin

Filter by StopDateUtcMin

date

None.

StopDateUtcMax

Filter by StopDateUtcMax

date

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of GroupMaximumDTOs

Collection of GroupMaximumDTO
NameDescriptionTypeAdditional information
GroupMaximumID

Group Maximum ID

integer

None.

GroupID

Group ID

integer

None.

EntryID

Entry ID

integer

None.

MaximumRadAmount

Maximum Rad Amount

decimal number

None.

StartDateUtc

Start Date Utc

date

None.

StopDateUtc

Stop Date Utc

date

None.

SortOrder

Sort Order

integer

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Entry

Code Table Entry for Room Category

CodeTableEntryDTO

None.

OtherPrices

List of Other Prices

Collection of Object

None.

Summary

Summary

string

None.