Integration Hub
- Integration Hub
- All Products
To support UTF-8 character encoding, for example, to use Japanese characters in table and column names, include the following headers in the request:Accept - application/json Content-Type - application/json
Accept-Charset: charset=utf-8 Content-Type: application/json;charset=utf-8
{ "<table_name>": [ {"<column_name>":"<data>"} ] }
{ "Sales": [ {"Opportunity_Name":"string”,"Opportunity_Owner_Id":"string"} ], "Orders": [ {"Account_Name":"string","Account_Id":"string","OrderId": "string"} ] }