POST /automation/v1/fileTransfers/{FileTransferId}/start/
Queue an existing File Transfer Activity definition to run as soon as possible.
NAME | TYPE | DESCRIPTION | |
---|---|---|---|
{FileTransferId} | guid | Required | The unique identifier of the file transfer activity definition to retrieve. This is the same value returned in the ID property from the /automation/v1/fileTransfers/ route. |
STATUS | NAME | TYPE | DESCRIPTION |
---|---|---|---|
200 | OK | ||
400 | Bad Request | ||
Message | string | Identifying Guid is invalid and could not be parsed. NOTE: If you encounter this error, please ensure that the ID used in the route is a valid GUID and corresponds to a definition that exists. | |
403 | Unauthorized | ||
Message | string | Insufficient privileges | |
404 | Not Found | ||
Message | Not Found | ||
500 | Error | ||
ErrorCode | number | 10000 |