GeneralLedgerRequest¶
Example Json Object
1{
2 "vendorId": "string",
3 "tag": "string",
4 "accountName": "string",
5 "taxAccount": true,
6 "generalLedgerDisplayId": "string",
7 "companyId": 0,
8 "systemId": 0,
9 "accountingStandardId": 0,
10 "internalAssetClassId": 0,
11 "principalPositionType": "LESSEE",
12 "leaseClassificationType": "NON_LEASE"
13}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
vendorId |
string |
false |
none |
none |
tag |
string |
false |
none |
none |
accountName |
string |
false |
none |
none |
taxAccount |
boolean |
false |
none |
none |
generalLedgerDisplayId |
string |
false |
none |
none |
companyId |
integer(int64) |
true |
none |
none |
systemId |
integer(int64) |
true |
none |
none |
accountingStandardId |
integer(int64) |
false |
none |
none |
internalAssetClassId |
integer(int64) |
false |
none |
none |
principalPositionType |
string |
false |
none |
none |
leaseClassificationType |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
leaseClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |
principalPositionType |
LESSEE, LESSOR |