Customers
Create customer
Create new customer allows the api consumer to create a customer related to a creditor
POST
Authorizations
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}
.
Path Parameters
Id of the tenant the case is being created for
Query Parameters
Creditor id that the customer is related to
Body
application/json
New customer object
The body is of type object
.
Response
200
application/json
Successful operation
The response is of type object
.