removed customerSTatusInstanceId
This commit is contained in:
parent
6de1d6f22b
commit
e47464f4a6
@ -231,8 +231,7 @@ paths:
|
|||||||
ietfCode: nl-NL
|
ietfCode: nl-NL
|
||||||
iso639Code: nl
|
iso639Code: nl
|
||||||
customerStatusInstances:
|
customerStatusInstances:
|
||||||
- customerStatusInstanceId: 1
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Active
|
name: Active
|
||||||
customerStatusId: 2
|
customerStatusId: 2
|
||||||
fromInclusive: "2022-08-04 15:01:00.000"
|
fromInclusive: "2022-08-04 15:01:00.000"
|
||||||
@ -356,20 +355,17 @@ paths:
|
|||||||
ietfCode: nl-NL
|
ietfCode: nl-NL
|
||||||
iso639Code: nl
|
iso639Code: nl
|
||||||
customerStatusInstances:
|
customerStatusInstances:
|
||||||
- customerStatusInstanceId: 1
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Active
|
name: Active
|
||||||
customerStatusId: 2
|
customerStatusId: 2
|
||||||
fromInclusive: "2022-08-04 15:01:00.000"
|
fromInclusive: "2022-08-04 15:01:00.000"
|
||||||
toInclusive: "2022-08-05 15:01:00.000"
|
toInclusive: "2022-08-05 15:01:00.000"
|
||||||
- customerStatusInstanceId: 4
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Blocked
|
name: Blocked
|
||||||
customerStatusId: 3
|
customerStatusId: 3
|
||||||
fromInclusive: "2022-08-05 15:01:00.000"
|
fromInclusive: "2022-08-05 15:01:00.000"
|
||||||
toInclusive: "2023-08-05 15:01:00.000"
|
toInclusive: "2023-08-05 15:01:00.000"
|
||||||
- customerStatusInstanceId: 9
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Active
|
name: Active
|
||||||
customerStatusId: 2
|
customerStatusId: 2
|
||||||
fromInclusive: "2023-08-05 15:01:00.000"
|
fromInclusive: "2023-08-05 15:01:00.000"
|
||||||
@ -518,8 +514,7 @@ paths:
|
|||||||
ietfCode: nl-NL
|
ietfCode: nl-NL
|
||||||
iso639Code: nl
|
iso639Code: nl
|
||||||
customerStatusInstances:
|
customerStatusInstances:
|
||||||
- customerStatusInstanceId: 1
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Active
|
name: Active
|
||||||
customerStatusId: 2
|
customerStatusId: 2
|
||||||
fromInclusive: "2022-08-04 15:01:00.000"
|
fromInclusive: "2022-08-04 15:01:00.000"
|
||||||
@ -657,14 +652,12 @@ paths:
|
|||||||
ietfCode: nl-NL
|
ietfCode: nl-NL
|
||||||
iso639Code: nl
|
iso639Code: nl
|
||||||
customerStatusInstances:
|
customerStatusInstances:
|
||||||
- customerStatusInstanceId: 1
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Active
|
name: Active
|
||||||
customerStatusId: 2
|
customerStatusId: 2
|
||||||
fromInclusive: "2022-08-04 15:01:00.000"
|
fromInclusive: "2022-08-04 15:01:00.000"
|
||||||
toInclusive: "2022-08-05 15:01:00.000"
|
toInclusive: "2022-08-05 15:01:00.000"
|
||||||
- customerStatusInstanceId: 2
|
- customerStatus:
|
||||||
customerStatus:
|
|
||||||
name: Blocked
|
name: Blocked
|
||||||
customerStatusId: 3
|
customerStatusId: 3
|
||||||
fromInclusive: "2022-08-05 15:01:00.000"
|
fromInclusive: "2022-08-05 15:01:00.000"
|
||||||
@ -2376,8 +2369,6 @@ components:
|
|||||||
getCustomerStatusInstance:
|
getCustomerStatusInstance:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
customerStatusInstanceId:
|
|
||||||
type: integer
|
|
||||||
customerStatus:
|
customerStatus:
|
||||||
$ref: "#/components/schemas/getCustomerStatus"
|
$ref: "#/components/schemas/getCustomerStatus"
|
||||||
fromInclusive:
|
fromInclusive:
|
||||||
@ -2722,10 +2713,6 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
postCustomerStatusResponse:
|
postCustomerStatusResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
|
||||||
customerStatusInstanceId:
|
|
||||||
type: integer
|
|
||||||
example: 1
|
|
||||||
postCustomerPreferencesResponse:
|
postCustomerPreferencesResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user