Create Personal Contact
POST/contacts/person
Creates a new contact in the specified profile. The first name, last name, contact type, and contact relationship must be included.
Request
Responses
- 201
- 400
- 401
- 404
- 429
- 500
The contact was successfully created.
If the request is invalid.
Unauthorized.
If the resource related to the contact is not found.
Too many requests.
Internal server error.