Skip to main content
13-Aquamarine
July 28, 2026
Question

PATCH HTTP Request in Thingworx

  • July 28, 2026
  • 2 replies
  • 11 views

Hi all,

I am trying to integrate Thingworx with a Dataverse table using API calls. I am trying to update a row, but that requires a PATCH call. The content loader functions only support GET, POST, PUT, and DELETE. Has anyone found success for making a PATCH call? I have tried overriding a PUT call as PATCH but that was not supported with the Dataverse API.

TWX Version 10.0.3

2 replies

Rocko
19-Tanzanite
July 29, 2026
13-Aquamarine
July 30, 2026

Rocko, thanks for this link. Trying it out currently. Currently getting the below error when trying a simple GET call. I know it is an extension, but could there be an issue with ThingWorx version compatibility? May just need to keep testing to see if I am missing something

 

Message :: 'org.apache.http.impl.client.CloseableHttpClient com.thingworx.common.utils.HttpUtilities.createHttpClient(java.lang.String, byte[], java.lang.Boolean, java.lang.Double, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.String, javax.net.ssl.SSLContext)'