type: error post: description: |

<>

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``transfers``required; arrayCollection of YADE transfers which contains ``transferId`` and ``fileIds``
If ``fileIds`` undefined or empty then all files of the transfer are considered
[{
"transferId": 42,
"fileIds": [3,5,81]
}]
body: application/json: schema: <> example: <> responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok 419: body: application/json: