Create contact
POST/api/v1/accounts/:accountId/contacts
Create a new contact
Request
Responses
- 200
- 201
- 400
- 409
You'll receive 200 OK if the contact has been merged with another contact based on one of provided addresses
You'll receive 201 Created if the contact has been created
Bad request error response
Conflict: more than one contact was found based on a provided set of addresses.