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