From dad9ece54668522a07111101d7284870a53d05da Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 19 Dec 2024 11:55:25 +0100 Subject: [PATCH] stuff --- src/openapi/customers/customers-crud-v2.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index eaea554..65d5586 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -10,7 +10,7 @@ paths: get: tags: - ABTCustomers - summary: Search for customer profiles + summary: Search customer profiles description: >- Search for all customer profile list in the ABT database matching certain query parameters parameters: @@ -1367,6 +1367,24 @@ components: customerNumber: type: integer example: 10000001 + postCustomerProfile: + type: object + properties: + debtorStatusId: + type: integer + customerPreference: + $ref: '#/components/schemas/customerPreferencesEntity' + person: + $ref: '#/components/schemas/personEntity' + addresses: + type: array + items: + $ref: '#/components/schemas/addressPostEntity' + phones: + type: array + items: + $ref: '#/components/schemas/phonePostEntity' + postCustomerProfileCustomerNumberResponse: type: object properties: