Sorry, but there are no more tags available to filter with.
  • Write JSON object in a column using the REST API

    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…