Contents
Changelog
UPDATE
Effective from:
February 28, 2022
February 2022 release notes
Announced: February 28, 2022
Effective from:
February 28, 2022
February 28, 2022
1. We updated the description of the visible_to body parameter for the following endpoints:
POST /dealsPUT /deals/{id}POST /leadsPATCH /leads/{id}POST /organizationsPUT /organizations/{id}POST /personsPUT /persons/{id}POST /productsPUT /products/{id}
Similarly, the description of the value body parameter was updated for the POST /roles/{id}/settings endpoint.
Possible values for the visibility setting are 1, 3, 5 and 7:
Essential / Advanced plan
Value | Description |
|---|---|
| Owner & followers |
| Entire company |
Professional / Enterprise plan
Value | Description |
|---|---|
| Owner only |
| Owner's visibility group |
| Owner's visibility group and sub-groups |
| Entire company |
2. We removed the deprecated write_flag property from the responses of all Mailbox endpoints:
GET /mailbox/mailMessages/{id}GET /mailbox/mailThreadsGET /mailbox/mailThreads/{id}GET /mailbox/mailThreads/{id}/mailMessagesPUT /mailbox/mailThreads/{id}DELETE /mailbox/mailThreads/{id}
3. We documented required labels for the body parameters of the following endpoints:
POST /deals/{id}/products-item_priceandquantityare requiredPUT /deals/{id}/products/{product_attachment_id}-item_priceandquantityare requiredPOST /notes-contentis requiredPOST /organizations-nameis requiredPOST /persons-nameis requiredDELETE /persons-idsis requiredPOST /products-nameis required