Compare commits
2 Commits
developmen
...
094262e414
| Author | SHA1 | Date | |
|---|---|---|---|
| 094262e414 | |||
| 5bc944a908 |
@@ -486,7 +486,7 @@ paths:
|
|||||||
200:
|
200:
|
||||||
description: "successful operation"
|
description: "successful operation"
|
||||||
headers:
|
headers:
|
||||||
GuidShopArticleConfig:
|
Guid-Shop-Article-Config:
|
||||||
schema:
|
schema:
|
||||||
type: "string"
|
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."
|
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"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "ProvidedByShopOperator"
|
- "ProvidedByShopOperator"
|
||||||
@@ -1413,6 +1415,14 @@ components:
|
|||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
@@ -1425,6 +1435,8 @@ components:
|
|||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "GuidCalculationProfile"
|
- "GuidCalculationProfile"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
properties:
|
properties:
|
||||||
@@ -1433,6 +1445,14 @@ components:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
GuidCalculationProfile:
|
GuidCalculationProfile:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
@@ -1454,6 +1474,8 @@ components:
|
|||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "GuidCalculation"
|
- "GuidCalculation"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "NetPrice"
|
- "NetPrice"
|
||||||
- "Mode"
|
- "Mode"
|
||||||
@@ -1465,6 +1487,14 @@ components:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
GuidCalculation:
|
GuidCalculation:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
PriceNet:
|
PriceNet:
|
||||||
@@ -1573,6 +1603,8 @@ components:
|
|||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "IsUsedByDefault"
|
- "IsUsedByDefault"
|
||||||
@@ -1583,6 +1615,14 @@ components:
|
|||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
Designation:
|
Designation:
|
||||||
|
|||||||
Reference in New Issue
Block a user