type: error post: description: |

<>

___

Parameters in the POST body schema

<> <> <>
NameTypeDescriptionExampleDefault
``controllerId``required, stringJobScheduler Controller IDjobscheduler
``orderIds``required, array Specified the order ids which should be modified. [
"daily"
]
body: application/json: schema: modifyOrders example: | { "controllerId": "jobscheduler", "orders": [{ "orderId": "order1" }, { "orderId": "order2" }, { "orderId": "order3" }, { "orderId": "order4" }, { "orderId": "order5" }] } responses: 200: description: It returns an _ok_. This reply code comes only for bulk operations if all commands were successful. body: application/json: schema: ok example: | { "deliveryDate":"2020-08-24T21:13:35Z", "surveyDate":"2020-08-24T21:13:34Z", "ok":true } 419: