IOperationServiceTryGetReserveByExternalId Method |
Returns reserve by its external id or null if reserve with specified external id doesn't exist.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax IReserve TryGetReserveByExternalId(
Guid externalId
)
Parameters
- externalId
- Type: SystemGuid
Reserve identifier from the external system.
Return Value
Type:
IReserveSee Also