Start Bulk Load Operation
Use the following details to start a Bulk Load operation using REST interface:
Response Model
{
"data": {
"completed": true,
"endTime": "2016-07-31T05:17:58.873Z",
"loadId": "string",
"logs": [
{
"loadEntity": "string",
"loadId": "string",
"logData": "string",
"logTime": "2016-07-31T05:17:58.873Z",
"sid": 0,
"tenantId": "string"
}
],
"startTime": "2016-07-31T05:17:58.873Z"
},
"duration": 0,
"result": {
"code": "string",
"message": "string",
"params": [
"string"
]
},
"startTimestampMS": 0
}
Copyright © Cloud Software Group, Inc. All rights reserved.
