- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Assignees
- Contacts
- Organizations
- Tags
- Tasks
- Attachments
- Get all dealsGET
- Create a dealPOST
- Get a dealGET
- Update a dealPUT
- Update a deal fieldsPATCH
- Move a dealPOST
- Delete a dealDELETE
- Update the deal funnelPUT
- Update the deal funnel statusPUT
- Organizations
- Contacts
- Currencies
- User
- Attachments
Attach a contact
POST
https://api.weeek.net/public/v1/crm/deals/{dealId}/contacts
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
dealId
string
required
Body Params application/json
contactId
string <uuid>
required
Example
{
"contactId": "b5ec5d98-4bee-4da1-ad24-dde86346cb1d"
}
Responses
🟢200Success
application/json
Body
success
boolean
optional
Example
{
"success": true
}
Modified at 2024-01-29 12:06:58