Settings Model

This section describes the Dynamic setting object structure

SettingDocumentV1 Properties

Name

Description

Value

id

id

String

initiatingTimestamp

initiating timestamp

Instant

recordType

record type

String

source

source

String

status

status

String

processingEntity

processing entity

String

activeFromDate

active from date

Instant

version

version

Integer

createdBy

created by

String

approvedBy

approved by

String

payload

payload

Object

SettingDocumentV2 Properties

Name

Description

Value

id

id

String

createdDate

initiating timestamp

Instant

lastUpdatedAt

last time when document has been updated

Instant

recordType

record type

String

source

can be manual or import

String

status

status

String

processingEntity

processing entity

String

createdBy

created by

String

deletedBy

deleted by

String

values

setting version details

List<SettingValue<?>>

SettingValue Properties

Name

Description

Value

createdDate

initiating timestamp

Instant

activeFromDate

active from date

Instant

activeToDate

active to date

Instant

version

version

Integer

approvedBy

approved by

String

payload

payload

Object

Statuses

Name

Description

Value

Initial

Initial

INITIAL

Active

Active

ACTIVE

Inactive Approval Pending

Inactive Approval Pending

INACTIVE APPROVAL PENDING

Active Approval Pending

Active Approval Pending

ACTIVE APPROVAL PENDING