IOperationServiceGetChangedOrders Method |
Get new changes for orders by revision number.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxChangedEntities<IOrder> GetChangedOrders(
int revisionFrom,
bool excludeDeliveryOrders = false
)
Parameters
- revisionFrom Int32
-
- excludeDeliveryOrders Boolean (Optional)
-
Whether to exclude delivery orders from the result. The default is false.
Return Value
ChangedEntitiesIOrder
Remarks
Data revisions are growing monotonously. However мonitor the terminal database id. If the database id changed, read the data starting from revision zero.
See Also