InternalOrderDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "internalOrderTypeId": 0,
9 "internalOrderTypeDisplayId": "string",
10 "controllingAreaId": 0,
11 "controllingAreaDisplayId": "string"
12}
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 |
false |
none |
none |
internalOrderTypeId |
integer(int64) |
false |
none |
none |
internalOrderTypeDisplayId |
string |
false |
none |
none |
controllingAreaId |
integer(int64) |
false |
none |
none |
controllingAreaDisplayId |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |