AccountingStandardDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "standardType": "GAAP",
9 "companyId": 0
10}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
status |
string |
false |
none |
none |
displayId |
string |
true |
none |
none |
erpSystemId |
integer(int64) |
false |
none |
none |
erpSystemDisplayId |
string |
false |
none |
none |
name |
string |
true |
none |
none |
standardType |
string |
false |
none |
none |
companyId |
integer(int64) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
standardType |
GAAP, GASB_87, IFRS |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |