skip to Main Content

Modify column data stored as JSON

Lets say i have json column as JSON_COLUMN in which i am storing the data in below format Table structure: (2 columns only) ID - Autoincrement JSON_COLUMN - Varchar2(1000) Sample Data: ID : 1 JSON_COLUMN : [ { "Name":"Number", "Id":"PhoneNumber",…

VIEW QUESTION

Http Post Json in VS2022 C#

I have json file. When I send it by Postman (Application) it works but in C# code I get "Bad Request" The Json File: { "name": "Token", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, {…

VIEW QUESTION
Back To Top
Search