Attempting to patch data using the endpoint: <http...
# suitetalkapi
n
Attempting to patch data using the endpoint: https://12345-sb2.suitetalk.api.netsuite.com/services/rest/record/v1/customer/ And the body is as follows:
Copy code
{'email': '<mailto:example@example.com|example@example.com>', 'firstName': 'example', 'title': 'test', 'lastName': 'test', 'id': '32585'}
I keep getting a error 401 unauthorized when posting. I am using the same credentials for the rest suiteql endpoint which works fine, any ideas?
b