Some moments has been missing
This commit is contained in:
parent
8b6aa36d36
commit
5bc944a908
|
|
@ -1406,6 +1406,8 @@ components:
|
|||
type: "object"
|
||||
required:
|
||||
- "Guid"
|
||||
- "CreationMoment"
|
||||
- "LastModificationMoment"
|
||||
- "Designation"
|
||||
- "SequenceNumber"
|
||||
- "ProvidedByShopOperator"
|
||||
|
|
@ -1413,6 +1415,14 @@ components:
|
|||
Guid:
|
||||
type: "string"
|
||||
readOnly: true
|
||||
CreationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
LastModificationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
Designation:
|
||||
type: "string"
|
||||
SequenceNumber:
|
||||
|
|
@ -1425,6 +1435,8 @@ components:
|
|||
required:
|
||||
- "Guid"
|
||||
- "GuidCalculationProfile"
|
||||
- "CreationMoment"
|
||||
- "LastModificationMoment"
|
||||
- "Designation"
|
||||
- "SequenceNumber"
|
||||
properties:
|
||||
|
|
@ -1433,6 +1445,14 @@ components:
|
|||
readOnly: true
|
||||
GuidCalculationProfile:
|
||||
type: "string"
|
||||
CreationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
LastModificationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
Designation:
|
||||
type: "string"
|
||||
SequenceNumber:
|
||||
|
|
@ -1454,6 +1474,8 @@ components:
|
|||
required:
|
||||
- "Guid"
|
||||
- "GuidCalculation"
|
||||
- "CreationMoment"
|
||||
- "LastModificationMoment"
|
||||
- "SequenceNumber"
|
||||
- "NetPrice"
|
||||
- "Mode"
|
||||
|
|
@ -1465,6 +1487,14 @@ components:
|
|||
readOnly: true
|
||||
GuidCalculation:
|
||||
type: "string"
|
||||
CreationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
LastModificationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
SequenceNumber:
|
||||
type: "integer"
|
||||
PriceNet:
|
||||
|
|
@ -1573,6 +1603,8 @@ components:
|
|||
type: "object"
|
||||
required:
|
||||
- "Guid"
|
||||
- "CreationMoment"
|
||||
- "LastModificationMoment"
|
||||
- "SequenceNumber"
|
||||
- "Designation"
|
||||
- "IsUsedByDefault"
|
||||
|
|
@ -1583,6 +1615,14 @@ components:
|
|||
Guid:
|
||||
type: "string"
|
||||
readOnly: true
|
||||
CreationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
LastModificationMoment:
|
||||
type: "string"
|
||||
format: "date-time"
|
||||
readOnly: true
|
||||
SequenceNumber:
|
||||
type: "integer"
|
||||
Designation:
|
||||
|
|
|
|||
Loading…
Reference in New Issue