ErpSystemDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "name": "string",
6 "type": "NAKISA",
7 "sapVersion": "ECC_EHP5",
8 "encryptedPassword": "string",
9 "connectionString": "string"
10}
📄 Description: Data transfer object representing a financial record within the General Ledger, encompassing details of ledger entries, transactions, and associated accounts for comprehensive financial reporting and analysis.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
name |
string |
true |
none |
Name of the resource |
type |
string |
true |
none |
Type of the resource |
sapVersion |
string |
false |
none |
Text value for sapVersion in ErpSystemDto |
encryptedPassword |
string |
false |
none |
Text value for encryptedPassword in ErpSystemDto |
connectionString |
string |
false |
none |
Text value for connectionString in ErpSystemDto |
Enumerated Values
Attribute |
Value |
|---|---|
sapVersion |
ECC_EHP5, ECC_EHP6, ECC_EHP7, ECC_EHP8, S4_1503, S4_1610, S4_1709, S4_1809, S4_1909 |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |
type |
NAKISA, SAP |