Fix POST examples, add mandatoryCustomerDataItems shippingAddress and billingAddress

This commit is contained in:
Max Martens 2025-04-03 12:47:25 +02:00
parent 24c06c52b1
commit 6a74d553ff
2 changed files with 18 additions and 7 deletions

View File

@ -1568,6 +1568,10 @@ paths:
customerDataItem: ovPayToken customerDataItem: ovPayToken
- mandatoryCustomerDataItemId: 8 - mandatoryCustomerDataItemId: 8
customerDataItem: padBirthDate customerDataItem: padBirthDate
- mandatoryCustomerDataItemId: 9
customerDataItem: shippingAddress
- mandatoryCustomerDataItemId: 10
customerDataItem: billingAddress
schema: schema:
$ref: '#/components/schemas/mandatoryCustomerDataItems' $ref: '#/components/schemas/mandatoryCustomerDataItems'
description: A list of users description: A list of users

View File

@ -483,16 +483,18 @@ paths:
"sellingPrices": [ "sellingPrices": [
{ {
"amountExclTax": 92, "amountExclTax": 92,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 100, "amountInclTax": 100,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2024-09-01T00:00:00.000", "fromInclusive": "2024-09-01T00:00:00.000",
"toInclusive": "2024-12-31T23:59:59.999", "toInclusive": "2024-12-31T23:59:59.999",
"internalPrice": 92.0000 "internalPrice": 92.0000
}, },
{ {
"amountExclTax": 101, "amountExclTax": 101,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 110, "amountInclTax": 110,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2025-01-01T00:00:00.000", "fromInclusive": "2025-01-01T00:00:00.000",
"toInclusive": "2025-12-31T23:59:59.999", "toInclusive": "2025-12-31T23:59:59.999",
"internalPrice": 101.0000 "internalPrice": 101.0000
@ -506,16 +508,18 @@ paths:
"sellingPrices": [ "sellingPrices": [
{ {
"amountExclTax": 92, "amountExclTax": 92,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 100, "amountInclTax": 100,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2024-09-01T00:00:00.000", "fromInclusive": "2024-09-01T00:00:00.000",
"toInclusive": "2024-12-31T23:59:59.999", "toInclusive": "2024-12-31T23:59:59.999",
"internalPrice": 92.0000 "internalPrice": 92.0000
}, },
{ {
"amountExclTax": 101, "amountExclTax": 101,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 110, "amountInclTax": 110,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2025-01-01T00:00:00.000", "fromInclusive": "2025-01-01T00:00:00.000",
"toInclusive": "2025-12-31T23:59:59.999", "toInclusive": "2025-12-31T23:59:59.999",
"internalPrice": 101.0000 "internalPrice": 101.0000
@ -526,8 +530,9 @@ paths:
"purchasePrices": [ "purchasePrices": [
{ {
"amountExclTax": 0, "amountExclTax": 0,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464F",
"amountInclTax": 0, "amountInclTax": 0,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2024-09-01T00:00:00.000", "fromInclusive": "2024-09-01T00:00:00.000",
"toInclusive": "2025-12-31T23:59:59.999" "toInclusive": "2025-12-31T23:59:59.999"
} }
@ -622,8 +627,9 @@ paths:
"sellingPrices": [ "sellingPrices": [
{ {
"amountExclTax": 5413, "amountExclTax": 5413,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 5900, "amountInclTax": 5900,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2024-09-01T00:00:00.000", "fromInclusive": "2024-09-01T00:00:00.000",
"toInclusive": "2024-12-31T23:59:59.999", "toInclusive": "2024-12-31T23:59:59.999",
"internalPrice": 5413.0000 "internalPrice": 5413.0000
@ -634,8 +640,9 @@ paths:
"purchasePrices": [ "purchasePrices": [
{ {
"amountExclTax": 0, "amountExclTax": 0,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464F",
"amountInclTax": 0, "amountInclTax": 0,
"taxCode": "V09",
"taxPercentage": 9.0000,
"fromInclusive": "2024-09-01T00:00:00.000", "fromInclusive": "2024-09-01T00:00:00.000",
"toInclusive": "2024-12-31T23:59:59.999" "toInclusive": "2024-12-31T23:59:59.999"
} }