Import Business Data
APIs
Last updated
Was this helpful?
Was this helpful?
{
"datetimeColumn": 1,
"timezone": "UTC",
"currencyColumn": 4,
"amountColumn": 8,
"auxiliaryTypeName": "User",
"auxiliaryValueColumn": 0
} [
{"a": 100, "b": "buy", "c": "2024-07-01 22:33:44"},
{"a": 100, "b": "sell", "c": "2024-07-01 23:33:44"},
{"a": 100, "b": "buy", "c": "2024-07-02 06:33:44"}
]{
"businessDataTypeName": "Settlement",
"businessDataSourceName": "Settlement-2024-07",
"businessDataList": [
{"a": 100, "b": "buy", "c": "2024-07-01 22:33:44"},
{"a": 100, "b": "sell", "c": "2024-07-01 23:33:44"},
{"a": 100, "b": "buy", "c": "2024-07-02 06:33:44"}
]
}{
"success": true
}