Hello everyone,
Does anyone had to perform a http patch from netsuite?
I'm building an integration with one of the banks we work with, and this bank has an API that only accepts PATCH, the modelues http and https has no PATCH method.
Does anyone faced some similar situation? IS there any workaround?
@scottvonduhn i've tryied already with X-HTTP-Method-Override and it didn't work
s
scottvonduhn
12/29/2022, 5:54 PM
sadly, unless the API documents some workaround on their end for clients that can’t send PATCH requests, then it won’t be possible to make the call directly, without bouncing it through an external service
scottvonduhn
12/29/2022, 5:59 PM
The bank chose to require PATCH support in calling clients, and that does mean they are excluding any clients that don’t support that verb, including NetSuite
m
Marcos Vinicios de Carvalho
12/29/2022, 6:09 PM
I sent a message to their support team to verify if there is an alternative option