• Help Desk reporting gives you real-time visibility into your support operation without the manual work. Ask our experts about which metrics matter most! AMA Dec 8-12.

    Ask us anything

Unable to remove Disposition field in Log a call

ArunrajManrajan
Member

Hi Team ,

I tried to sent null values to remove disposition field value from log a call , but its not removing . Can you help me ?

PATCH /engagements/v1/engagements/2082716764{
   "engagement":{
      "portalId":null,
      "createdAt":null,
      "lastUpdated":null,
      "ownerId":null,
      "type":"CALL",
      "timestamp":1567985867000,
      "createdBy":null,
      "modifiedBy":null,
      "id":null,
      "active":null
   },
   "associations":{
      "contactIds":[
         151
      ]
   },
   "metadata":{
      "toNumber":null,
      "fromNumber":null,
      "status":null,
      "durationMilliseconds":null,
      "recordingUrl":null,
      "body":null,
      "disposition":null
   }
}
0 Upvotes
1 Accepted solution
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Hey @ArunrajManrajan ,

 

That endpoint doesn't support updating engagements with null values. What you might consider instead is sending a blank string (i.e. "") for the disposition field.

View solution in original post

0 Upvotes
1 Reply 1
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Hey @ArunrajManrajan ,

 

That endpoint doesn't support updating engagements with null values. What you might consider instead is sending a blank string (i.e. "") for the disposition field.

0 Upvotes