GeneralLedgerAccountLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "shortName": "string",
8 "longName": "string",
9 "accountCategory": "BALANCESHEET",
10 "accountTarget": "ALL"
11}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
displayId |
string |
false |
none |
none |
status |
string |
false |
none |
none |
erpSystemId |
integer(int64) |
false |
none |
none |
erpSystemDisplayId |
string |
false |
none |
none |
shortName |
string |
false |
none |
none |
longName |
string |
false |
none |
none |
accountCategory |
string |
false |
none |
none |
accountTarget |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
accountCategory |
BALANCESHEET, PROFITANDLOSS |
accountTarget |
ALL, GENERAL_LEDGER, VENDOR |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |