PATCH REST service in MailChimp

0
Hello, A customer of ours wants to use MailChimp as an email platform for sending bulk emails to the users. We use REST service to add accounts to a mailinglists. But the API of MailChimp to edit an existing account uses the PATCH method, something that is not (yet?) available in the REST service of Mendix. Is here a solution or can’t we use the standaard service of MailChimp with the PATCH service?
asked
2 answers
1

A collegue of my found a solution. Use "X-HTTP-Method-Override" as a header with the service you want to use. See this link for more information.

answered
0

I'm afraid the solution would be to add the PATCH method to the rest module. It is open source so this should be doable if you have the Java know how. Otherwise I suggest you either hire that know how (I'm available). Or you send a support ticket to Mendix and put a request on the Github repository of the REST module.

answered