ContactDto

📄 Description: Represents a Contact entity containing identification, organizational, and communication details.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier of the contact. Value is set automatically.

displayId

string

false

none

Display-friendly identifier for the contact.

name

string

true

none

Full name of the contact person.

position

string

false

none

Job position or title of the contact person.

email

string

true

none

Email address of the contact.

phone

string

false

none

Phone number of the contact.

address

string

false

none

Postal address of the contact.

description

string

false

none

Additional notes or description about the contact.

group

string

false

none

none

buildingName

string

false

none

none

fax

string

false

none

none

numberRangeIdentifierType

INumberRangeIdentifierType

false

none

Represents a number range identifier type associated with number range types.

numberRangeIdentifierValue

string

false

none

Value used to identify the context for number range assignment.

numberRangeType

INumberRangeType

false

none

Represents a number range type with its name and related configuration.

allowsSystemGenerateNewId

boolean

false

none

Indicates whether the system is allowed to auto-generate a new identifier.