develop #38
@ -10,7 +10,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- ABTCustomers
|
- ABTCustomers
|
||||||
summary: Search for customer profiles
|
summary: Search customer profiles
|
||||||
description: >-
|
description: >-
|
||||||
Search for all customer profile list in the ABT database matching certain query parameters
|
Search for all customer profile list in the ABT database matching certain query parameters
|
||||||
parameters:
|
parameters:
|
||||||
@ -1367,6 +1367,24 @@ components:
|
|||||||
customerNumber:
|
customerNumber:
|
||||||
type: integer
|
type: integer
|
||||||
example: 10000001
|
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:
|
postCustomerProfileCustomerNumberResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user