Integration Hub
- Integration Hub
- 所有产品
UTF-8文字エンコードをサポートする(例えば、テーブル名およびカラム名に日本語の文字を使用する)には、要求に次のヘッダーを含めます。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"} ] }