Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This method is used for initiating an upload

URL : /UploadService.js

Method : POST

Auth required : NO

Required parameters

NameExampleDescription
methodSetTransferModeFixed parameter that identifies the endpoint method.
accessKeyeb774621-1c2f-467b-b006-a8efa67094a7AccesKey for API
uploadId1234id of the upload
transferMode1describes how the batch system should get the physical file. 1 should be used normally


cUrl data example

Info
iconfalse

--data "accesskey=method=SetTransferMode&eb774621-1c2f-467b-b006-a8efa67094a7&uploadId=318&transferMode=1"

Success Response

Code : 200 OK

Content example

Code Block
{
	"success": true,
	"total": 1,
	"error": "",
	"items": null,
	"warnings": null
}

Error Response

Code : 200 OK

Content  example

Code Block
{
	"success": false,
	"total": 0,
	"error": "Access denied\r\n",
	"items": null,
	"warnings": [{
		"Severity": 10,
		"Code": 420,
		"Description": "Access denied"
	}]
}