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 c9b54a095d - Show all commits

View File

@ -964,7 +964,7 @@ paths:
post: post:
tags: tags:
- Customer - Customer
summary: Create a new customer status element (only for SMP) summary: Create a new customer status element
description: >- description: >-
parameters: parameters:
@ -996,7 +996,7 @@ paths:
- default: [] - default: []
x-auth-type: Application & Application User x-auth-type: Application & Application User
x-throttling-tier: Unlimited x-throttling-tier: Unlimited
/customers/customerPreferences: /customers/{customerProfileId}/customerPreferences:
post: post:
tags: tags:
- Customer - Customer
@ -1006,10 +1006,10 @@ paths:
parameters: parameters:
- name: customerProfileId - name: customerProfileId
in: path in: path
required: true
schema: schema:
type: integer type: integer
example: 1 example: 1
required: true
requestBody: requestBody:
content: content:
application/json: application/json: