Order flags

/get/orders/flags

This method has no parameters. It returns a list of the order flags that control what information is needed to be sent in other endpoints.

It returns the following:

  • useDeleteReason - “0”, the requirement is not active, “1”, the requirement is active

 

Example request.

http://localhost:4567/gui#/orders/getOrdersFlags

Returns

[ { "useDeleteReason": "0" } ]