develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 10a4147869 - Show all commits

View File

@ -151,7 +151,7 @@ paths:
vascustomerNumber: CST005 vascustomerNumber: CST005
customerPreference: customerPreference:
languageId: 1 languageId: 1
customerStatusInstance: customerStatusInstances:
- customerStatus: - customerStatus:
name: Active name: Active
customerStatusId: 2 customerStatusId: 2
@ -261,7 +261,7 @@ paths:
vascustomerNumber: CST005 vascustomerNumber: CST005
customerPreference: customerPreference:
languageId: 1 languageId: 1
customerStatusInstance: customerStatusInstances:
- customerStatus: - customerStatus:
name: Active name: Active
customerStatusId: 2 customerStatusId: 2
@ -534,7 +534,7 @@ paths:
vascustomerNumber: CST005 vascustomerNumber: CST005
customerPreference: customerPreference:
languageId: 1 languageId: 1
customerStatusInstance: customerStatusInstances:
- customerStatus: - customerStatus:
name: Active name: Active
customerStatusId: 2 customerStatusId: 2
@ -1132,17 +1132,14 @@ components:
alias: alias:
type: string type: string
getCustomerStatusInstance: getCustomerStatusInstance:
type: object type: object
properties: properties:
Entries: customerStatus:
type: array $ref: "#/components/schemas/getCustomerStatus"
properties: fromInclusive:
customerStatus:
$ref: "#/components/schemas/getCustomerStatus"
fromInclusive:
type: string type: string
format: date format: date
toInclusive: toInclusive:
type: string type: string
format: date format: date
getCustomerStatus: getCustomerStatus:
@ -1257,7 +1254,7 @@ components:
type: integer type: integer
customerPreference: customerPreference:
$ref: "#/components/schemas/getCustomerPreference" $ref: "#/components/schemas/getCustomerPreference"
customerStatus: customerStatusInstances:
type: array type: array
items: items:
$ref: "#/components/schemas/getCustomerStatusInstance" $ref: "#/components/schemas/getCustomerStatusInstance"