post https://public-api.devmate.com/v2/customers
This method is used to add information about customer.
email
is a mandatory field and should be unique.
Example request demonstrates adding a customer John Doe with an email [email protected].
Response Codes
201 | Customer was created successfully |
400 | Request parameter is absent or incorrect. For example, wrong email address. |
401 | Authorization failed |
409 | Customer with such email is already registered |
500 | Server error |