Create contact
Create a new contact for an organization.
| Path Parameters |
|---|
organizationId uuid — REQUIRED |
| Header Parameters |
|---|
organization-id uuidID of organization context this request belongs to. |
| Request Body — REQUIRED |
|---|
defaultContact boolean |
email string — REQUIREDPossible values: length ≤ 255 |
name string — REQUIREDPossible values: length ≤ 255 |
phone string — REQUIREDPossible values: length ≤ 255 |
| Responses | ||||||||
|---|---|---|---|---|---|---|---|---|
201Contact successfully created
| ||||||||
400Bad Request (e.g. element not found or resource conflict).
| ||||||||
403Missing permission
| ||||||||
500Internal server error (Internal service communication or process error).
|