Documentation for a newer release is available.
View Latest
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<?>> |