GET Setup/AttendanceType/Address

Get AttendanceTypeAddresss from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EntityID

Filter by EntityID

integer

None.

AddressTypeEntryID

Filter by AddressTypeEntryID

integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

BUCreatedDateUtcMin

Filter by Business Unit's CreatedDateUtcMin

date

None.

BUCreatedDateUtcMax

Filter by Business Unit's CreatedDateUtcMax

date

None.

BULastUpdatedDateUtcMin

Filter by Business Unit's LastUpdatedDateUtcMin

date

None.

BULastUpdatedDateUtcMax

Filter by Business Unit's LastUpdatedDateUtcMax

date

None.

EffectiveDateUtc

Filter by addresses effective for date

date

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.

Description

Filter by Description

string

None.

AddressLine1

Filter by AddressLine1

string

None.

AddressLine2

Filter by AddressLine2

string

None.

City

Filter by City

string

None.

County

Filter by County

string

None.

ProvinceStateCode

Filter by ProvinceStateCode

string

None.

PostalZipCode

Filter by PostalZipCode

string

None.

CountryCode

Filter by CountryCode

string

None.

Directions

Filter by Directions

string

None.

GeoDataExists

Filter by GeoDataExists

boolean

None.

AddressID

Filter by address Id

integer

None.

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.

IncludeError

Include records where RecordState == RecordState.CreatedInError

boolean

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.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

Body Parameters

None.

Response Information

Resource Description

List of AddressDTOs

IHttpActionResult

None.