GeneralLedgerDefinitionResponse¶
Example Json Object
1{
2 "generalLedgerResponses": [
3 {
4 "partner": {
5 "id": 0,
6 "status": "CREATED",
7 "displayId": "string",
8 "erpSystemId": 0,
9 "erpSystemDisplayId": "string",
10 "name": "string",
11 "fax": "string",
12 "phone": "string",
13 "parentId": 0,
14 "parentName": "string",
15 "parentDisplayId": "string",
16 "companyId": 0,
17 "partnerRoleId": 0,
18 "partnerContactId": 0
19 },
20 "accountingStandardType": "GAAP",
21 "generalLedgerAccountDto": {
22 "id": 0,
23 "status": "CREATED",
24 "displayId": "string",
25 "erpSystemId": 0,
26 "erpSystemDisplayId": "string",
27 "shortName": "string",
28 "longName": "string",
29 "accountCategory": "BALANCESHEET",
30 "accountTarget": "ALL",
31 "companyId": 0,
32 "openItemManagement": true
33 },
34 "transactionType": "string",
35 "companyId": 0,
36 "systemId": 0,
37 "vendorId": "string",
38 "tag": "string",
39 "accountName": "string",
40 "taxAccount": true,
41 "internalAssetClassId": 0,
42 "accountingStandardId": 0,
43 "generalLedgerDisplayId": "string",
44 "principalPositionType": "LESSEE",
45 "leaseClassificationType": "NON_LEASE",
46 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
47 "journalEntrySubType": "LIABILITY",
48 "errorMessage": "string",
49 "vendorType": true
50 }
51 ]
52}
📄 Description: Data transfer object representing the definition of a general ledger within a financial organization structure, encapsulating key attributes related to the organization, hierarchy, and financial entity alignment.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
generalLedgerResponses |
false |
none |
List of generalLedgerResponses items |