type: error post: description: |

<>

___

Parameters in the POST body schema

NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``taskId``required, integerTask ID4711
body: application/json: schema: taskFilter example: | { "jobschedulerId": "scheduler", "taskId": 4711 } responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok