fixed semantic error
This commit is contained in:
parent
6526db8a1d
commit
10a4147869
@ -151,7 +151,7 @@ paths:
|
||||
vascustomerNumber: CST005
|
||||
customerPreference:
|
||||
languageId: 1
|
||||
customerStatusInstance:
|
||||
customerStatusInstances:
|
||||
- customerStatus:
|
||||
name: Active
|
||||
customerStatusId: 2
|
||||
@ -261,7 +261,7 @@ paths:
|
||||
vascustomerNumber: CST005
|
||||
customerPreference:
|
||||
languageId: 1
|
||||
customerStatusInstance:
|
||||
customerStatusInstances:
|
||||
- customerStatus:
|
||||
name: Active
|
||||
customerStatusId: 2
|
||||
@ -534,7 +534,7 @@ paths:
|
||||
vascustomerNumber: CST005
|
||||
customerPreference:
|
||||
languageId: 1
|
||||
customerStatusInstance:
|
||||
customerStatusInstances:
|
||||
- customerStatus:
|
||||
name: Active
|
||||
customerStatusId: 2
|
||||
@ -1133,9 +1133,6 @@ components:
|
||||
type: string
|
||||
getCustomerStatusInstance:
|
||||
type: object
|
||||
properties:
|
||||
Entries:
|
||||
type: array
|
||||
properties:
|
||||
customerStatus:
|
||||
$ref: "#/components/schemas/getCustomerStatus"
|
||||
@ -1257,7 +1254,7 @@ components:
|
||||
type: integer
|
||||
customerPreference:
|
||||
$ref: "#/components/schemas/getCustomerPreference"
|
||||
customerStatus:
|
||||
customerStatusInstances:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/getCustomerStatusInstance"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user