When creating a reservation, it became possible to specify an identifier for it
Tags:
Starting from V7, the methods CreateReserve, CreateBanquet, and their overloads allow you to specify an external identifier (ExternalId) for the created object (IReserve). This identifier is convenient for synchronization with an external system. You can retrieve a reservation by its external identifier using the method TryGetReserveByExternalId.