InternalOrderLite¶
Example Json Object
1{
2 "id": 12001,
3 "displayId": "IO-001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Internal Order A"
11}
📄 Description: Represents a simplified Internal Order entity.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the internal order. |
displayId |
string |
false |
none |
Display identifier for the internal order. |
status |
false |
none |
Represents the object status with localized captions and activity state. |
|
name |
string |
false |
none |
Name of the internal order. |