I need to store an entire JSON object in column named ccc_jsoncontent with type nvarchar(max) on a custom table using the REST API
For that i trigger a POST request to /api/entity/<tablename> with this body:
{ 
 "values": { 
"ccc_jsoncontent…
I need to store an entire JSON object in column named ccc_jsoncontent with type nvarchar(max) on a custom table using the REST API
For that i trigger a POST request to /api/entity/<tablename> with this body:
{ 
 "values": { 
"ccc_jsoncontent…