CompanyLiteDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "countryId": 0,
8 "countryDisplayId": "string"
9}
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 |
countryId |
integer(int64) |
false |
none |
none |
countryDisplayId |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |