Skip to content

Add new customer functionality

Add new customer functionality to customer endpoint.

Adds a new customer that can order cards. The id must not be set in the request but has to be present in the response. The disabled flag should default to false if not set in the request. Make sure that the status codes are reported correctly.