Added designations for any UI, to show
This commit is contained in:
@@ -1478,6 +1478,7 @@ components:
|
||||
- "Guid"
|
||||
- "GuidCustomerStorage"
|
||||
- "PositionDescription"
|
||||
- "PositionDescriptionDesignation"
|
||||
properties:
|
||||
Guid:
|
||||
type: "string"
|
||||
@@ -1487,6 +1488,8 @@ components:
|
||||
readOnly: true
|
||||
PositionDescription:
|
||||
type: "string"
|
||||
PositionDescriptionDesignation:
|
||||
type: "string"
|
||||
GuidArticleTyre:
|
||||
type: "string"
|
||||
TyreDimension:
|
||||
@@ -1555,10 +1558,13 @@ components:
|
||||
type: "object"
|
||||
readOnly: true
|
||||
required:
|
||||
- "Guid"
|
||||
- "Type"
|
||||
- "Designation"
|
||||
- "Axles"
|
||||
properties:
|
||||
Guid:
|
||||
type: "string"
|
||||
Type:
|
||||
type: "string"
|
||||
enum:
|
||||
@@ -1582,6 +1588,7 @@ components:
|
||||
- "IsDrivingAxle"
|
||||
- "IsReserveAxle"
|
||||
- "IsSteeringAxle"
|
||||
- "Designation"
|
||||
- "Positions"
|
||||
properties:
|
||||
BlockNumberFrontToBack:
|
||||
@@ -1592,6 +1599,8 @@ components:
|
||||
type: "boolean"
|
||||
IsSteeringAxle:
|
||||
type: "boolean"
|
||||
Designation:
|
||||
type: "string"
|
||||
Positions:
|
||||
type: "array"
|
||||
items:
|
||||
@@ -1599,11 +1608,14 @@ components:
|
||||
required:
|
||||
- "BlockNumberLeftToRight"
|
||||
- "PositionDescription"
|
||||
- "Designation"
|
||||
properties:
|
||||
BlockNumberLeftToRight:
|
||||
type: "integer"
|
||||
PositionDescription:
|
||||
type: "string"
|
||||
Designation:
|
||||
type: "string"
|
||||
ChassisNumber:
|
||||
type: "string"
|
||||
EgTypeApprovalNumber:
|
||||
|
||||
Reference in New Issue
Block a user