features/customers-v2-SE #51

Merged
MirjamHTM merged 11 commits from features/customers-v2-SE into develop 2026-02-05 09:31:50 +00:00
Showing only changes of commit 14817cc621 - Show all commits

View File

@ -399,11 +399,9 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/{customerProfileId}/customerPreferences:
/customers/customerPreferences:
post:
tags:
- Customers
@ -450,8 +448,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customerPreferences/{customerPreferenceId}:
@ -507,8 +503,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/addresses:
@ -565,8 +559,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/addresses/{addressId}:
@ -627,8 +619,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
delete:
@ -670,8 +660,6 @@ paths:
description: Successfully deleted a customer Address
content:
application/json: {}
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/phones:
@ -724,8 +712,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/phones/{phoneId}:
@ -788,8 +774,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CustomersResponse"
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
delete:
@ -831,8 +815,6 @@ paths:
description: Successfully deleted a customer phonenumber
content:
application/json: {}
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/billingInformations: