To create/edit/delete route, use command: order/route_update: It used to check notification triggers.
svc=order/route_update¶ms={ "itemId":<long>, "orders":\[\], "routeId":<long>, "callMode":<text>}
Param | Description |
---|---|
itemId | resource ID |
orders | array JSON orders and “callmode” for every each order |
routeId | route ID |
callMode | action: create, update, delete |
Result is similar to batch of order/update.
{"orders":[{ "id":<uint>, /* order id */ "f":<uint>, /* order flags */ "u":<uint>, /* unit id */ "uid":<uint>, /* order uid */ "callMode":<text> }, ... ]}