CountryLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "taxJurisdictionEnabled": true
8}
📄 Description: Data transfer object representing a country within the General Ledger, utilized for categorizing ledger entries, transactions, and accounts in financial records.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
string |
false |
none |
Status of the resource |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
taxJurisdictionEnabled |
boolean |
false |
none |
Indicates whether this feature is enabled |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |