Update ClientPoint
| Method | URL | Headers |
|---|---|---|
| PUT | https://api.clientpoint.net/v4/clientpoint/update/{clientpoint_id} | None |
Request Body
| Fields | Data type | Description | Sample Data |
|---|---|---|---|
| api_key* | Alpha-Numeric | API Key | asdsad224r4332g23432443h24324e |
| name* | String | Name for the ClientPoint | ABC Company |
| revenue* | Float | Estimated Revenue of the ClientPoint | 500.50 |
| assigned_to* | Active user email of the Company, which will be the assignee of the ClientPoint | representative.active@yourcompany.com | |
| status | Enum | Status of the ClientPoint | pending, archive, eBrochure, lost, trash, won |
| division | String | Division of the ClientPoint | North America |
| expiration_date | Date (YYYY-MM-DD) | Division of the ClientPoint | 2024-06-15 |
| test_mode | Boolean | Create ClientPoint with TestMode on or off | true | false |
| file_ids | Array | Multiple documents to import into ClientPoint | [9173927, 8102380] |
| template_id | Array | Multiple templates to import into ClientPoint | [567834, 673498] |
| send_recipient_mail | Boolean | By Default false - will not send ClientPoint true to send ClientPoint to all recepients |
true | false |
| auto_process | Boolean | By Default false - will import the template again true to update the existing template |
true | false |
| custom_fields | JSON Array |
Custom Fields on the Info section, multiple entries are allowed |
"custom_fields":[ |
| recipients | JSON Array |
Recipients on the Info section, multiple entries are allowed |
"recipients":[ |
| data | JSON Object |
Any addition data send which can be use after ClientPoint workflow |
"data":{ |