Compare commits

...

2 Commits

Author SHA1 Message Date
094262e414 Naming in Browsers is stupid.
Yeah :/
2024-10-01 12:00:06 +02:00
5bc944a908 Some moments has been missing 2024-09-03 08:06:37 +02:00

View File

@@ -486,7 +486,7 @@ paths:
200:
description: "successful operation"
headers:
GuidShopArticleConfig:
Guid-Shop-Article-Config:
schema:
type: "string"
description: "The ShopArticleConfig which was used to build the response. With this unification the configuration is maybe not precise, but you can show the results in a unified form (columns). Currently it's a response header. In the future we will maybe change this as a field in a response object."
@@ -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: