Update on Methods for Retrieving Lists of Orders, Deliveries, Reserves, and Banquets

Tags:

In API version V7, we made changes to the methods for retrieving lists of orders, deliveries, reserves, and banquets. This includes changes to the methods for retrieving entity data by known revision.

Retrieving the complete list of all entities:

The principle of retrieving entities by revision has changed. Previously, it was only possible to retrieve delivery orders and only a list of objects. The thing is, besides deleted orders in the Deleted status, there are also irreversibly deleted orders, of which only the id remains and only on the Main terminal. Such irreversibly deleted orders occur when splitting an order into 2FR. Now, when retrieving entities by known revision, an object ChangedEntities<T> is returned, which contains a list of changed entities and the maximum revision of the entities in the list. The changed entity itself ChangedEntity<T> is the id and the object, if this object has not been irreversibly deleted.

Retrieving changed entities by known revision: