DataCreationSettingDto¶
Example Json Object
1{
2 "id": 0,
3 "startDateTime": "2019-08-24T14:15:22Z",
4 "endDateTime": "2019-08-24T14:15:22Z",
5 "idGenerationType": "AUTO",
6 "source": "string",
7 "type": "MIGRATION",
8 "notes": [
9 {
10 "id": 0,
11 "note": "string"
12 }
13 ],
14 "active": true
15}
📄 Description: Data transfer object representing the settings for creating and managing the hierarchical structure of financial organizations, facilitating the organization and classification of financial entities within the system.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
startDateTime |
string(date-time) |
false |
none |
Time of the start date |
endDateTime |
string(date-time) |
false |
none |
Time of the end date |
idGenerationType |
string |
true |
none |
Type of the id generation |
source |
string |
false |
none |
Indicates the origin of the financial entity within the organizational structure, providing clarity on its hierarchical placement. |
type |
string |
true |
none |
Type of the resource |
notes |
false |
none |
List of notes items |
|
active |
boolean |
false |
none |
Whether this resource is active |
Enumerated Values
Attribute |
Value |
|---|---|
idGenerationType |
AUTO, MANUAL |
type |
MIGRATION, TESTING |