<@U3Y7UJ1C0> sounds like you setting the `Content-...
# suitetalkapi
m
@mg2017 sounds like you setting the
Content-Type
header to
application/json
so NetSuite is trying to parse the payload as JSON. If it's not supposed to be JSON, try changing the content type head to
text/plain
, otherwise, ensure you are sending valid JSON.