get/customers
Summary
Get customers.
Description
Returns a list of customers.
Parameters
Query
code
string
Customer code.
name
string
Customer name.
country
string
Customer country.
createdBefore
string
Filter customers created before or in the specified date.
Format
date
createdAfter
string
Filter customers created after or in the specified date.
Format
date
post/customers
Summary
Create customers
Description
Create one or more customers.
put/customers/{customerCode}
Summary
Update customer.
Description
Update a customer.
Parameters
Path
customerCode
string
required
Customer code.
Request body required
Request type
application/json
Request content
Responses
200
400
404
500
delete/customers/{customerCode}
Summary
Delete customer.
Description
Delete a customer.
Parameters
Path
customerCode
string
required
Customer code.