-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As a Developer, I would like to contact ConnectWise support regarding the issue found recently about duplicate activities so that we know what should we do to fix this (or let them fix it for us).
NOTE
This week, I notice that ConnectWise api might just updated to a new version. Right now, if we create activity, either from our plugin or via postman, duplicate activities will be created. I checked their DOC and seems like we create them correctly so this might be from their end.
Here is the data I used.
{
"id": 0,
"name": "Test new Activity",
"type": {
"id": 1
},
"company": {
"identifier": "TestCOMP5180616"
},
"contact": {
"id": 543,
"name": "Navarat Pramuksun"
},
"opportunity": {
"id": 410,
"name": "New Opportunity from page: Opp"
},
"dateStart": "2016-06-18T08:49:28Z",
"dateEnd": "2016-06-18T08:49:28Z",
"assignTo": {
"identifier": "Admin1"
},
"status": {
"name": "Open"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels