Hi all, are Classes updatable through REST API (<h...
# suitetalkapi
b
Hi all, are Classes updatable through REST API (https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2023.1/index.html#tag-classification)? Creates and deletes are working fine but updates seems to be failing with error -
"detail":"An unexpected error occurred. Error ID: lv1jz03112f22plthyxu3","o:errorCode":"UNEXPECTED_ERROR"
which doesn't really say much. The request payload is
{"fullName":"Test full name"}
. Any idea what I'm doing wrong?